a-PyTorch-Tutorial-to-Image-Captioning icon indicating copy to clipboard operation
a-PyTorch-Tutorial-to-Image-Captioning copied to clipboard

Show, Attend, and Tell | a PyTorch Tutorial to Image Captioning

Results 119 a-PyTorch-Tutorial-to-Image-Captioning issues
Sort by recently updated
recently updated
newest added

Hello! Thanks to your writing, I could understand the thesis very well. I want to translate this good article into Korean so that many people can see it and upload...

Hi @sgrvinod, i tried to run eval.py but "ValueError: max() arg is an empty sequence" error msg is displaying. how can i fix this error please!

Can you send me a wordmap.json. My email:[email protected]. Or upload wordmap.json for download. thanks!!!

Please help me how to resolve this? ![image](https://user-images.githubusercontent.com/61927056/111895870-9906df00-8a3b-11eb-9acc-be9ed1a3fd82.png)

https://github.com/sgrvinod/a-PyTorch-Tutorial-to-Image-Captioning/blob/cc9c7e2f4017938d414178d3781fed8dbe442852/caption.py#L107 prev_word_inds returns a float. I really don't understand why the division there. Someone should please help me out. Thanks.

When I trained with my own training set, the prediction result is almost the same, and it shows "Technical Quality of Image Unsatisfactory", can you tell me what the problem...

Hi, thanks for your nice work, which helps me a lot. I have a question: I train this project in two computers, with two 1080ti and one 2080 respectively. at...

hi, i'm trying to use your model with your pre-train weight you uploaded on drive but it shows the error like this, can you help me? ![image](https://user-images.githubusercontent.com/66228093/164067206-de1dfcd5-8414-429f-a7d5-9e7b00284004.png)

'path = os.path.join(image_folder, img['filepath'], img['filename']) if dataset == 'coco' else os.path.join( KeyError: 'filepath'' ----how do i solve this error?

i want to make a smaller datasets for this task about other sence , and what should i do ? some annotation tools? help!