LaBERT icon indicating copy to clipboard operation
LaBERT copied to clipboard

A length-controllable and non-autoregressive image captioning model.

Results 5 LaBERT issues
Sort by recently updated
recently updated
newest added

Hi, Thanks for sharing your interesting work on image captioning. I wanted to run the pretrained model on a few images of mine to test. Wanted to confirm if its...

Hi @bearcatt, Thanks for your sharing code. I met one problem here [spatial_region](https://github.com/bearcatt/LaBERT/blob/fc8c1847b8ba7238310932e59880189d79fd4cc0/train.py#L51), what are the 5th and 6th first feature about (region_spatial [:,:,[5,6])? Moreover, from your paper there are...

Hi! Thank you for the amazing work on LaBERT! I was wondering whether you would release the code for Length-Controllable VLP. In case I try my own implementation, adding length-level...

Hi~ Your codes on LaBert is amazing, I wonder whether you would release the code of implementing non-autogressive length controllable image captioning on AoA as you announced in the paper....

Could you provide the steps in your Readme of how to use your pre-trained model on a a set of images to generate captions corresponding to them? Thanks!