Skip to content

Commit 5b24862

Browse files
committed
mounting 3D models in pose_estimator container
1 parent 2f272e1 commit 5b24862

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ibpc_py/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setuptools.setup(
1111
name="ibpc",
12-
version="0.0.5",
12+
version="0.0.7",
1313
packages=["ibpc"],
1414
package_dir={"": "src"},
1515
# package_data={'ibpc': ['templates/*.em']},

ibpc_py/src/ibpc/ibpc.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ def main():
278278
args_dict["name"] = ESTIMATOR_CONTAINER
279279
args_dict["network"] = "host"
280280
args_dict["extension_blacklist"] = ({},)
281+
args_dict["volume"] = [[f"{args_dict['dataset']}/models:/opt/ros/underlay/install/3d_models"], ]
281282
if not args_dict["no_gpu"]:
282283
args_dict["cuda"] = True
283284
args_dict["nvidia"] = True

0 commit comments

Comments
 (0)