ZrrSkywalker / Personalize-SAM

Personalize Segment Anything Model (SAM) with 1 shot in 10 seconds
MIT License
1.5k stars 101 forks source link

Problem with code in multi-object #53

Open dbsdmlgus50 opened 4 months ago

dbsdmlgus50 commented 4 months ago

Hello, thank you for doing and disclosing this great research!

If you look at the code in persam_f_multi_obj now, it is confirmed that the image finds multiple images through learning. Why does persam_f_multi_obj.py find ref_image in multiple images? Isn't it learning through one originally set ref_image?