question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Shapenet Multi-view data training does not work

See original GitHub issue

Hi, 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, 0_image_recon 0_depth 0_normal 0_normal_masked

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
zijinwuzijincommented, Mar 31, 2021

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!

0reactions
chenhsuanlincommented, Mar 29, 2021

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)?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found