Closed 52THANOS closed 10 months ago
what directory structure it is
Once you activated the docker image through the bash script that is provided, you then have to navigate to the location of the BundleSDF folder yourself, I do not know where you have it, but start going to /local/home/
Once you are in the correct folder you should be able to see the same files that are in this repository and to run the milk example.
Once you activated the docker image through the bash script that is provided, you then have to navigate to the location of the BundleSDF folder yourself, I do not know where you have it, but start going to /local/home/ might be a good idea.
Once you are in the correct folder you should be able to see the same files that are in this repository and to run the milk example.
what if i want to run the RGBD video. you guys did not supply this script
I recommend you to first run the milk example and then eventually try to run your own RGBD datasets.
For you own dataset you must be sure the RGB and D images have same camera calibration and resolution. Do not forget to include camera calibration file and to organize datas as in the milk example folder.
All necessary commands are given in the readme file.
p.s. I am not author in this project but I am sure they will be glad to help you, just note that caps lock is somehow a bit intimidating to use.
Is it possible to use algorithms with real-time camera images?
@fedona is correct, once you enter docker container, you need to go to the dir of the codebase, which is the same as on your local.
@kevinDrawn the repo does not support that. It's recommended to record the RGBD video and let it run just like the demo examples. The main goal here is to reconstruct a textured model. Then for pose estimation, we have a recent project, FoundationPose, that can run in real time.
Wow! Great!! Is this a complete project? If not, when can I utilize it?
@kevinDrawn It's completed but under review. We will release the code soon after it's accepted.
solved
Wow Thank you so much! I will utilize your new algorithm to make my research!
after i built a container using the image , the container shows it is running,but i cant bash build.sh. it seems the environment of this container is wrong. it shows that im in docker-desktop ,and i cant find my bundlesdf file. im confused. do i have to copy bundlesdf into this container?