Shapenet Multi-view data training does not work
See original GitHub issueHi,
I use the following command to train shapenet multiview data (the single-view training works fine)
python3 train.py --model=sdf_srn --yaml=options/shapenet/sdf_srn.yaml --name=chair --data.shapenet.cat=chair --max_epoch=28
but the result seems not good, I trained several times, all experiments on multi-view data give me similar results. Chamfer distance does not change during the whole process, reconstructed image is similar to the ground truth, depth-map is also ok, but predicted normal-map is bad, .ply is empty,
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (4 by maintainers)
Top Results From Across the Web
How to train the model on a single class of Shapenet Data? #14
You can train on a single class of the ShapNet dataset by adjusting the data - classes argument in your config.
Read more >Multi-view reconstruction on ShapeNet compared using...
We study the problem of novel view synthesis of objects from a single image. Existing methods have demonstrated the potential in single-view view...
Read more >ShapeNet Dataset | Papers With Code
ShapeNet is a large scale repository for 3D CAD models developed by ... Source: A review on deep learning techniques for 3D sensed...
Read more >MVTN: Multi-View Transformation Network for 3D Shape ...
domized in training for augmentation but are fixed in testing for stable performance. ShapeNet ... dering for ShapeNet, allowing to process all shapes...
Read more >Multi-view Consistency as Supervisory Signal for Learning ...
Our framework can leverage training data of the form of multi-view ... This is because the quantity {xip} is not a differentiable function...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks for the quick reply! I double checked my dataset and found I had changed the folders’s name running another code. The training and evaluating went well in both muti-view data and single-view data after fixing this problem. Thanks again for this great work!
Hi @ZijinWu-AIA, it looks like the rendered images you have were from another source. Can you try evaluating on the ShapeNet rendering as described in the README (and making sure you followed all the steps in the README as well)?