lkeab / gaussian-grouping

[ECCV'2024] Gaussian Grouping for open-world Anything reconstruction, segmentation and editing.
https://arxiv.org/abs/2312.00732
Apache License 2.0
500 stars 37 forks source link

There was a problem making my own dataset #35

Open 520jz opened 2 months ago

520jz commented 2 months ago

Thank you very much for your work, I got an error when I ran the code below as per your tutorial: image

The command I entered was: bash script/prepare_pseudo_label.sh lego 1 The lego is my own dataset. Its structure is as follows: image

But something went wrong image image ........Some intermediate outputs are omitted image

Help me! oh, my gpu is RTX4090. my cuda is 11.6 and pytorch is 1.12.1

lazyBsloth commented 1 month ago

Did you tried putting your images in input folder? I think your images should be in data/lego/input. In my case it worked well.. Additionally, my image names were written like this 01.jpg, 02.jpg ... but I'm not sure if the issue lies with the image name.