-
Notifications
You must be signed in to change notification settings - Fork 1
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
my own dataset #1
Comments
Write your dataset similar as data/ThreeDMatch.py#L11, and new your_dataset.yaml file similar as configs/threedmatch.yaml. Then maybe you are ready to train with minor modifications. Good luck. |
Thank you for your reply. |
No, it's a file containing 3DMatch information generated before, and you don't need to care about it for your own dataset. |
I noticed that the dict has been generated by the info.pkl, could I generate a .pkl file like 3Dmatch and then return dict similar as data/ThreeDMatch.py#L70. I'm not sure whether this method is ok. |
It's ok. But I think it is a suboptimal option. |
well, I'll try your method. btw how could I generate my own info.pkl file? |
I'm not clear about the struct of dict in the getitem(), do you have some detailed information? Thank you! |
If I want to train the data on my own dataset, how should I do?
Thank you!
The text was updated successfully, but these errors were encountered: