-
Notifications
You must be signed in to change notification settings - Fork 561
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
Fix Dib-Renderer ImageRecon example #293
base: master
Are you sure you want to change the base?
Fix Dib-Renderer ImageRecon example #293
Conversation
Signed-off-by: Shubhamjain27 <[email protected]>
Signed-off-by: Shubhamjain27 <[email protected]>
b1e1878
to
efff3d8
Compare
Hi Shubham, just a small doubt. If you've run the code to complete visualization, then can you please specify the number of iterations you used for the training to get a good result? |
After I modified it according to your file, the following problems appeared in the running evaluation. Have you encountered it before? Is there a good solution? After I remove cache_dir, it's following problem |
Hi @zyz-1998 , yes this dataloder will not work. The api has been update to kal.datasets. I have incorporated these changes in my pull request. Hope that helps. |
Thank you very much for your help. I conducted the evaluation smoothly, but it seems that I did not get useful information in the terminal, such as the inability to visualize |
In the eval code, there is visualisation code as well. You have to set the args.vis to True. Also, the images and meshes can be saved in case running on EC2 machine. |
Thanks, @Shubhamjain27! What version of ShapeNet did you use to train DIB-R? If I use ShapeNetCore.v2 I'm missing the models (I only find normalized models) and the renders. If you had to put it up together, how did you do it? |
Fixed the training, eval, and collate_function code to match updates to the ShapeNet class.
Related Issues:
#289
#170
#146
#25
Tests:
Ubuntu 18.04
CUDA 10.2
Pytorch 1.3