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.

Questions regarding to the "Shape Completion" experiments

See original GitHub issue

Hello @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:

  1. 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).
  2. Do you also use sdf_gt during inference for shape completion(even for noisy depth input)? Is it possible to use zeros as sdf_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: image and this is the reconstructed mesh: image image

If this is possible, any ideas on what I did wrong?

Thanks a lot!

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:8 (1 by maintainers)

github_iconTop GitHub Comments

4reactions
JiamingSuencommented, Aug 15, 2019

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. image image 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.

1reaction
tschmidt23commented, Aug 1, 2019

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.

Read more comments on GitHub >

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

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