-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to run the docker image #57
Comments
Same here, did you find a solution? |
|
My goodness, I hadn't thought of using Docker to run a Docker image (completely ironic) |
docker run -it lihualiu/sam-6d:1.0 bash |
Hello I am able to run this command and access the container @OxygenIsland. But I cant see any files belonging to the repo. The owners have not done a good job of how we can use the docker image to get the repo. Can you please help me on how I can actually use it? |
docker run -it <image_name>:<tag> /bin/bash
conda activate sam6d
cd workspace
export CAD_PATH=$PWD/Data/Example/obj_000005.ply # path to a given cad model(mm)
export RGB_PATH=$PWD/Data/Example/rgb.png # path to a given RGB image
export DEPTH_PATH=$PWD/Data/Example/depth.png # path to a given depth map(mm)
export CAMERA_PATH=$PWD/Data/Example/camera.json # path to given camera intrinsics
export OUTPUT_DIR=$PWD/Data/Example/outputs # path to a pre-defined file for saving results |
Hi!
First of all, thank you very much for the work done, it is very interesting.
I am trying to run the docker image but having zero knowledge in docker, I am not able to do it. I have the image after the pull but when I do the run it tells me that there is no command specified. What can I do?
Thank you in advance!
KR
The text was updated successfully, but these errors were encountered: