NeuralBabyTalk
NeuralBabyTalk copied to clipboard
Pytorch code of for our CVPR 2018 paper "Neural Baby Talk"
Traceback (most recent call last): File "main.py", line 18, in from misc import utils, eval_utils, AttModel File "D:\PycharmProjects\NeuralBabyTalk-master\misc\AttModel.py", line 10, in from misc.model import AttModel File "D:\PycharmProjects\NeuralBabyTalk-master\misc\model.py", line 14, in...
ImportError: torch.utils.ffi is deprecated. Please use cpp extensions instead. How to solve it? Thanks in advance. This website is not useful for me. https://blog.csdn.net/ShuqiaoS/article/details/88420326
I tried run demo.py but the result is terrible, the textual caption looks good but visual caption is absolutely wrong. Did I miss sth here. For example: `a [knapstack] riding...
Traceback (most recent call last): File "main.py", line 20, in import misc.AttModel as AttModel File "/home/wu/NeuralBabyTalk-master/misc/AttModel.py", line 10, in from misc.model import AttModel File "/home/wu/NeuralBabyTalk-master/misc/model.py", line 14, in from pooling.roi_align.modules.roi_align...
**excuse me, I get this error when I try demo.py, how can i solve the problem? thanks** ``` tensor(5.7164e+05): wipe alive receiver doing wipe alive payer wipe [ pontoon ]...
Traceback (most recent call last): 3 File "main.py", line 18, in 4 from misc import utils, eval_utils, AttModel 5 File "/home/zhangpan/image_caption/NeuralBabyTalk/misc/utils.py", line 27, in 6 from coco_eval import score_dcc 7...
How should I get _coco_noc_detection.h5_ file? https://github.com/jiasenlu/NeuralBabyTalk/blob/c351ae6ca59380eb4cf38384d3e66233b4d9e1b1/cfgs/noc_coco_res101.yml#L6 Also to create this detection file, how can I found these files _coco_detection_noc_train.json, coco_detection_noc_val.json_? https://github.com/jiasenlu/NeuralBabyTalk/blob/c351ae6ca59380eb4cf38384d3e66233b4d9e1b1/prepro/prepro_det.py#L9-L10
Hi,when i run your code,I couldn't find coco_noc_detection.h5 , hope to receive your response soon.Thanks.
hi,when i run your code ,an error about the annotations of the COCO dataset is occurred as follow: > File "tools/coco-caption/pycocotools/coco.py", line 94, in createIndex if self.dataset['type'] == 'instances': KeyError:...
In your paper,I think vt should be vi in eq.4, is it right?