SparseNeuS icon indicating copy to clipboard operation
SparseNeuS copied to clipboard

How to prepare my dataset?

Open lazyDamon opened this issue 1 year ago • 4 comments

Hi, thank for your great work! I tried to inference on my own data, but result was very bad. Can you tell me how to prepare my data? I have extrinsics and intrinsics by colmap.

lazyDamon avatar Sep 01 '23 08:09 lazyDamon

Hello. Since the sparseneus is only trained on the DTU, which is relatively small dataset and may have domain gap with your data. To prepare a custom dataset, you should first rescale the object of the interest into a unit sphere (-0.5, 0.5), and get its multiple images with camera intrinsics extrinsics.

flamehaze1115 avatar Sep 01 '23 09:09 flamehaze1115

I tried converting my data to DTU format by Neushttps://github.com/Totoro97/NeuS/tree/main/preprocess_custom_data. Then I run SparseNeus, but result is bad. In the same way, it is no problem with using data for other projects.

lazyDamon avatar Sep 01 '23 09:09 lazyDamon

Hi there, Can you provide a detailed explanation on how to create a custom dataset for training Sparseneus? I have a collection of images along with their corresponding camera intrinsics and extrinsics. Thanks!!

mohit-choithwani avatar Feb 02 '24 19:02 mohit-choithwani

I tried converting my data to DTU format by Neushttps://github.com/Totoro97/NeuS/tree/main/preprocess_custom_data. Then I run SparseNeus, but result is bad. In the same way, it is no problem with using data for other projects.

Hi, I ran into the same problem. Do you have any ideas to solve it? Thanks!

yipingp avatar Apr 12 '24 05:04 yipingp