Image-Caption icon indicating copy to clipboard operation
Image-Caption copied to clipboard

Using LSTM or Transformer to solve Image Captioning in Pytorch

Results 4 Image-Caption issues
Sort by recently updated
recently updated
newest added

Hello, when I run caption.py, I get the following error ![Snipaste_2022-04-08_21-55-45](https://user-images.githubusercontent.com/102805960/162451667-02378695-222a-4fe4-b4f0-30eb3e62cda4.png) How to solve this problem, looking forward to your reply

Hi, Thanks a lot for this great work and explanation. Can you make your model available to test it on raw images ?

Hi, Thanks for the repo! It is very functional! For the caption.py, is it possible to enable batch captioning? Currently decoding is a bit slow. Thank you!