JiehongLin / SAM-6D

[CVPR2024] Code for "SAM-6D: Segment Anything Model Meets Zero-Shot 6D Object Pose Estimation".
373 stars 32 forks source link

How to run the docker image #57

Open Zialo opened 5 months ago

Zialo commented 5 months ago

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

grth25 commented 3 months ago

Same here, did you find a solution?

3114917790 commented 2 months ago

同样在这里,你找到解决方案了吗? I solved it using docker

Zialo commented 2 months ago

同样在这里,你找到解决方案了吗? I solved it using docker

My goodness, I hadn't thought of using Docker to run a Docker image (completely ironic)

OxygenIsland commented 2 days ago

docker run -it lihualiu/sam-6d:1.0 bash