kangpeilun / VastGaussian

This is an unofficial Implementation
Apache License 2.0
327 stars 26 forks source link

Can you provide image sequences? #12

Closed HWP97 closed 3 months ago

HWP97 commented 3 months ago

Hi, thank you for your great work!

I'm trying to reproduce your results. However, I have some problems in training. I downloaded the scene residence and unzipped it. It has image files like A/DJI_0413.JPG ...... But dataset reader requires image file formats like images/000330.jpg

can you provide image sequences for training?

kangpeilun commented 3 months ago

You can first test on Mill19 dataset, https://vastgaussian.github.io/ has data after pretreatment

HWP97 commented 3 months ago

Do you mean this repository cannot train in Urbanscene3D dataset for now?

kangpeilun commented 3 months ago

Yep, the current progress is to test and write the code on a small dataset like train, and then resolve the RAM and VRAM overflow issues on a dataset like Mill-19, and not yet to test Urban However, you can refer to the pre-processed data provided by the official, such as residence/images.bin, to get which pictures need to be trained

HWP97 commented 3 months ago

Thank you for quick response! I'll download this Mill-19 dataset thank you!