MendelXu / SAN

Open-vocabulary Semantic Segmentation
https://mendelxu.github.io/SAN/
MIT License
295 stars 27 forks source link

Debug problem:AttributeError: Cannot find field 'gt_boxes' in the given Instances! #57

Closed hiwmy0211 closed 2 months ago

hiwmy0211 commented 2 months ago

hello, thank you for your excellent work! I had a problem in running the train_net.py. The problem is AttributeError: Cannot find field 'gt_boxes' in the given Instances! I found that the gt_instances didn't have the gt_boxes, so how can i solve the problem? thank you in advance for your reply. ![Uploading question.png…]()

hiwmy0211 commented 2 months ago

question

hiwmy0211 commented 2 months ago

Sorry, I know where the problem is, and it has been solved, thank you!