VLP icon indicating copy to clipboard operation
VLP copied to clipboard

Train model when I have image only without any bbox info

Open Decalogue opened this issue 5 years ago • 1 comments

Hi, Thanks for your great work! I want to know whether the model can be trained without regions. In other words, I have caption and image only without any bbox info, how can I make the model work? Thank you so much!

Decalogue avatar Jan 13 '21 04:01 Decalogue

@Decalogue You will need to adjust the image input (e.g., feature vectors and positional encodings) accordingly. If you intend to take CNN activations as the input, you might want to refer to our recent work ClipBERT: https://github.com/jayleicn/ClipBERT

LuoweiZhou avatar Mar 16 '21 22:03 LuoweiZhou