DecaYale / RNNPose

RNNPose: Recurrent 6-DoF Object Pose Refinement with Robust Correspondence Field Estimation and Pose Optimization, CVPR 2022
Apache License 2.0
160 stars 17 forks source link

about bash compile_3rdparty.sh #14

Closed cxym-yyn closed 2 years ago

cxym-yyn commented 2 years ago

Thank you for your sharing and good work

I use sudo docker build -t rnnpose . built workplace,

And run contrainer like that, sudo docker run -it --runtime=nvidia --ipc=host --volume="/home/ivclab:/home/ivclab" -e DISPLAY=$DISPLAY -e QT_X11_NO_MITSHM=1 rnnpose bash

But when i cd scrips I got error: (py37) root@167304171d64:/home/RNNPose# cd RNNPose bash: cd: RNNPose: No such file or directory

And i downloaded the code in /home/RNNPose

Could you please give me some advice? I am a fresh man for docker and sorry to ask a silly problem

cxym-yyn commented 2 years ago

it works now, thanks!