Questions regarding to the "Shape Completion" experiments
See original GitHub issueHello @jjparkcv and @tschmidt23, thanks for sharing this great work. I’ve finished the model training on “chairs” class and have a few questions about the shape completion experiments in the paper:
- Are the models in the shape completion experiments trained separately using only partial(single-view) point cloud input? Or I can just reuse the “complete sampling” version of training data(as preprocessing code published in this repo).
- Do you also use
sdf_gt
during inference for shape completion(even for noisy depth input)? Is it possible to use zeros assdf_gt
for point cloud input sampled only from the object surface?
For the second question I experimented a little bit, the result is not quite as expected. This is the input point cloud: and this is the reconstructed mesh:
If this is possible, any ideas on what I did wrong?
Thanks a lot!
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (1 by maintainers)
Top Results From Across the Web
Home - Shape Completion - Google Sites
We propose a novel multimodal shape completion technique which is effectively able to learn a one-to-many mapping and generates diverse complete shapes. Our ......
Read more >[2106.16237] Multimodal Shape Completion via IMLE - arXiv
We propose a novel multimodal shape completion technique that is effectively able to learn a one-to-many mapping and generates diverse complete ...
Read more >Bayesian Meta-Learning for Few-Shot 3D Shape Completion
One-sentence Summary: We propose a novel shape completion algorithm that uses Bayesian meta-learning to improve generalization and performance on sparse ...
Read more >Shape Completion Time Depends on the Size of the Occluded ...
matching times increased with the amount of occluded shape (Experiment 1), as did the time ... important issues concerning shape completion on which....
Read more >Multimodal Shape Completion via Implicit Maximum ...
due to issues such as occlusion or sparsity in real-world data. However, most of the existing research related to shape completion has been...
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 FreeTop 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
Top GitHub Comments
After using input data generated from the cpp preprocessing code, the shape completion result is better. It seems that the network is more sensitive to input data than I expected. I’m working on single-view depth input completion experiment and I’m closing this issue for now. However, it would be really nice if you can give me a confirmed answer to my questions.
It looks like there is a scale factor mismatch between your point samples and your reconstruction. For good results, make sure you’re always using SDF samples in the canonical space.