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

Own dataset training results are not accurate #82

Open
yuanyesjtu opened this issue Jul 4, 2022 · 1 comment
Open

Own dataset training results are not accurate #82

yuanyesjtu opened this issue Jul 4, 2022 · 1 comment

Comments

@yuanyesjtu
Copy link

yuanyesjtu commented Jul 4, 2022

Thanks to the authors for the excellent work. We have successfully reproduced the experiments above on datasets LineMod and YCB. However, when we tried to apply the model to our own dataset, the training results were not accurate. Our dataset contains 1 model, 1000 scenes. The depth map, color map, and mask map are as follows:
This is model (We have compared our model with the model of the LM dataset, and their scales are similar. The selected keypoints are indeed on the model.):
1656894782721
1656896149909

This is scene (The scale is 640*480.):
image
This is the training process:
1656898007167

This is our training results:
1656895269682

We compared our own data with LM data, and the similarities and differences are as follows:

  1. There is little difference between the models;
  2. The dpt_mm of the LM data contains 270,000 non-zero points, and our dpt_mm contains 80,000 non-zero points.
  3. LM's kp_targ_ofst and ctr_targ_ofst contain about 100 points, and our kp_targ_ofst and ctr_targ_ofst contain about 600 points.
  4. Our nrm_map is significantly sparser than that of the LM dataset, such as:
    This is our nrm_map:
    image
    This is LM nrm_map:
    image

Can you point out the reason for our error? Thank you very much.

@bjutlss
Copy link

bjutlss commented Sep 22, 2022

Hello, have you solved your problem? May I ask you some questions? @yuanyesjtu

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