wenbowen123 / iros20-6d-pose-tracking

[IROS 2020] se(3)-TrackNet: Data-driven 6D Pose Tracking by Calibrating Image Residuals in Synthetic Domains
Other
384 stars 66 forks source link

Guide on how to use pre-trained weights #45

Closed robertokcanale closed 1 year ago

robertokcanale commented 2 years ago

Hello, I got inside the docker container and was able to cck that the predict_ros.py runs with my rosmaster.

However, I would need a guide on how to set it up. My idea would be start using the pre-trained weights. Could you please provide a step-guide on:

Many thanks for your help and support!!

wenbowen123 commented 2 years ago

Anything (such as weights) that put under this repo's folder will be visible inside docker. You don't have to know where the docker is mounted. Just enter the docker container to access to the files under this repo's directory /home/se3_tracknet. Then update the path to your weights in predict_ros.py.