You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi author, in grounded_sam_demo.py there are only text prompts, I added a mask prompt so I need to retrain the parameters, but I still have no parameter update after removing the parameter freeze code in SamPredictor. So I would like to ask if grounded_sam_demo.py can do parameter updates or do I need to rewrite a fine-tuning code myself?
The text was updated successfully, but these errors were encountered:
You can try to use the open-sourced Grounding-DINO training code as IDEA-Research/GroundingDINO#241 to finetune grounding-dino on your own dataset and replace the original weights of G-DINO in Grounded-SAM to get a better result
Hi author, in grounded_sam_demo.py there are only text prompts, I added a mask prompt so I need to retrain the parameters, but I still have no parameter update after removing the parameter freeze code in SamPredictor. So I would like to ask if grounded_sam_demo.py can do parameter updates or do I need to rewrite a fine-tuning code myself?
The text was updated successfully, but these errors were encountered: