Skip to content

Commit

Permalink
use docker wrapper instead of raw binary in python script
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkena committed Feb 12, 2023
1 parent f7cf598 commit fa17e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l1_skeleton.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import open3d as o3d

TMP_DIR = "/tmp"
BIN_PATH = "/home/jason/projects/l1/L1-Skeleton/PointCloud/PointCloudL1"
BIN_PATH = "pointcloudl1.sh"
DEFAULT_JSON_CONFIG_PATH = (
"/home/jason/projects/l1/L1-Skeleton/default_skeleton_config.json"
)
Expand Down

0 comments on commit fa17e6b

Please sign in to comment.