Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to train on my data #20

Open
GavinYang5 opened this issue Nov 3, 2023 · 2 comments
Open

How to train on my data #20

GavinYang5 opened this issue Nov 3, 2023 · 2 comments

Comments

@GavinYang5
Copy link

Hi, your job is fantastic!
I have RGB and depth information collected by an RGBD camera, and I can obtain the camera pose through the calibration plate. Do I already have all the data needed for training? How should I prepare the data?

@Parskatt
Copy link
Owner

Parskatt commented Nov 3, 2023

Hi, then it should be possible to train the descriptor part. The detector relies on SfM, so can be a bit tricky to retrain.

You will need to make a dataloader for you dataset that gives you the two images, depth, relative pose, and intrinsics in a similar way as megadepth.py.

Let me know if you face any issues :)

@GavinYang5
Copy link
Author

GavinYang5 commented Nov 3, 2023

Thank you for your reply. I am not a person engaged in this field. I just want to estimate the pose information of the object through RGB images, using ransac pnp.
I think I should first understand the structure of the megadepth data set and try to use my data to build a data set with the same structure as megadepth

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants