-
Notifications
You must be signed in to change notification settings - Fork 62
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
Different prediction results by using different data loader code for GenRe #73
Comments
re 1: The the loaded mask during training is further preprocessed by this function here: GenRe-ShapeHD/models/marrnetbase.py Line 104 in ee42add
re 2: the original evaluation code is written with an even more outdated version of pytorch used in this repo, which relied on custom cuda kernels for Chamfer distance. What the code did was:
For this repo, we reported numbers on pix3d dataset using the eval code from pix3d. |
Thanks a lot for your quick reply! re-re 1:
re-re 2:
Thanks a lot! |
@ztzhang Hi~ Here are some updates from my side. Could you check it when you have time? Thanks a lot!
Here is an example for pred_vox (red) v.s. gt_vox (green), which is not aligned with each other, do I need to use camera pose to transfer it? Do you have any ideas about what's going wrong? Thank you very much! |
Hi, I am trying to duplicate your results in the GenRe paper, but I got much worse performance by evaluating with Pix3d method you mentioned before. Could you give me some advice about it?
Before everything, I would like to mentioned that the outputs for test samples seem pretty good to me.
Thanks a lot!
The text was updated successfully, but these errors were encountered: