dyabel / detpro

Apache License 2.0
171 stars 26 forks source link

About how to reproduce detpro? #21

Closed LittleDonkey1203 closed 2 years ago

LittleDonkey1203 commented 2 years ago

I found the code in "detpro.sh" are all for reproduce the prompt of detpro. But I noticed that you provide a model "DetPro (Mask R-CNN)" https://drive.google.com/file/d/1ktTMZWFjUAGjzjlOdzxGfKQR8u9x_OmX/view?usp=sharing; But I don't find any script or configs to reproduce this model, the config of DetPro and ViLD* are the same. Can you explain how to reproduce the DetPro model. Thank you very much!

LittleDonkey1203 commented 2 years ago

I found the code in "detpro.sh" are all for reproduce the prompt of detpro. But I noticed that you provide a model "DetPro (Mask R-CNN)" https://drive.google.com/file/d/1ktTMZWFjUAGjzjlOdzxGfKQR8u9x_OmX/view?usp=sharing; But I don't find any script or configs to reproduce this model, the config of DetPro and ViLD* are the same. Can you explain how to reproduce the DetPro model. Thank you very much!

Ah, I got it, the ViLD* don't use the detection prompt tuning embedding.

ZhuoranYu commented 2 years ago

May I ask what command did you use to reproduce ViLD*? I'm not sure where should I replace the learnt prompt with vanilla manual prompt as in vanilla ViLD. Thanks!

dyabel commented 2 years ago

May I ask what command did you use to reproduce ViLD*? I'm not sure where should I replace the learnt prompt with vanilla manual prompt as in vanilla ViLD. Thanks!

I have answered in #22