Skip to content

Commit

Permalink
update python readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bmlklwx committed May 9, 2022
1 parent bf606c6 commit 2339390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The demo reads a `.ply` point cloud and returns the parameters of the recovered

For example, in terminal type in

python test_script.py *.ply file location* --result --visualize --runtime
python test_script.py *.ply file location* --result --runtime --visualize

Note the first run of the code tends to be longer, since the JIT will translate the Python and NumPy code into fast machine code (and will be cached).

0 comments on commit 2339390

Please sign in to comment.