krasserm / fairseq-image-captioning

Transformer-based image captioning extension for pytorch/fairseq
Apache License 2.0
312 stars 55 forks source link

Train new model using custom data #12

Open AliOsm opened 4 years ago

AliOsm commented 4 years ago

I want to train a new model using raw images (without bounding boxes) and attached captions to them. Is there any way to do that?