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

UnboundLocalError: local variable 'gt' referenced before assignment #14

Open baiyunshu opened 5 months ago

baiyunshu commented 5 months ago

hi! image After removing or inpainting part,i got this error message describe in this screenshot .how can i resovle this problem.

ymq2017 commented 5 months ago

Hi, you can add an argument --skip_test in the command. This problem occurs since here all images are used for training and there is no test image or label. Your results of training images after removal are already saved in the output/$dataset/train folder.