SWWdz

Results 22 issues of SWWdz

Great work! But when I try to train on DTU, I finally get bad results. ![image](https://github.com/NVlabs/instant-ngp/assets/104372768/1c6cd4e0-2ddd-4a29-8d02-804f2d9033f0) We can see it is surrounded with noise and its representation is so blur....

When I run this code to get my own dataset: python scripts/colmap2nerf.py --colmap_matcher exhaustive --run_colmap --aabb_scale 16 --images data/DTU/dtu_scan24/ Eroor: ![image](https://github.com/NVlabs/instant-ngp/assets/104372768/f0bf1f18-c3a0-4137-94ea-4e32f5710c16) What should I do to solve this problem?

Can I pretrain a model on dataset which is included in our experiment? And I use it to predict keypoints on my custom datasets.

Thanks for your nice work. In paper Playing for 3D Human Recovery , you introduce SMPL Annotator. What is SMPL Annotator? How to get SMPL label data?

Thanks for your work! I have a problem annotating the SMPL-X parameters. Can you tell me how to annotate my image with SMPL-X parameters.

Thanks for your nice work! I have some data that are different from these datasets format in your project. Can I run this model in my own data? How could...

Thanks for your nice work! I have mask of outdoor scene, but how can I use it to supervise the network to get better reconstruction results. Please tell me in...

Thanks for your work! I have .pcd file and images. But I don't have ground truth. Can I use your model to do point cloud completion on my own data?...

Thanks for your works! Can I use my own data to do point completion? How to do it?