zju3dv / OnePose

Code for "OnePose: One-Shot Object Pose Estimation without CAD Models", CVPR 2022
Apache License 2.0
932 stars 79 forks source link

About making my own dataset #28

Open BoBoINVICTUS opened 1 year ago

BoBoINVICTUS commented 1 year ago

Thanks to the author for sharing your code. I want to identify the pose of my own object through your network, but I don't know how to make my own data set. Is there any relevant tutorial?

RPFey commented 1 year ago

I think the simplest way is to run a SLAM algorithm and collect images with their poses. Then, you can use colmap to construct the model and run the network.