Neural-Baby-Talk-python3 icon indicating copy to clipboard operation
Neural-Baby-Talk-python3 copied to clipboard

NBT with some changes to run smoothly with python3

Results 7 Neural-Baby-Talk-python3 issues
Sort by recently updated
recently updated
newest added

I have used your coco-caption [tool](https://github.com/luulinh90s/coco-caption) but got this following error: ``` Traceback (most recent call last): File "main.py", line 358, in lang_stats = eval(opt) File "main.py", line 170, in...

Hi when I tried evaluation with neural baby talk, it seems the performance is very bad! is this normal? for example. image 384213: wipe jetliner doing wipe chickadee payer wipe...

How can I found these files _coco_detection_noc_train.json, coco_detection_noc_val.json_? https://github.com/luulinh90s/Neural-Baby-Talk-python3/blob/a369c3c912cb0dc3dbb2578d847e7be6dff5c130/prepro/prepro_det.py#L9-L10

I think _input_json_, _input_dic_, _proposal_h5_ has wrong values, it will be under 'noc_coco' folder's json file. Also _proposal_h5_ will be 'coco_noc_detection.h5' file. https://github.com/luulinh90s/Neural-Baby-Talk-python3/blob/a369c3c912cb0dc3dbb2578d847e7be6dff5c130/cfgs/noc_coco_res101.yml#L3-L6

I use the eval command: python3 main.py --path_opt cfgs/noc_coco_res101.yml --batch_size 4 --cuda True --num_workers 2 --max_epoch 30 --inference_only True --beam_size 3 --start_from save/noc_coco_nbt_1024 get the error: home/jkllbn2563/code/python/pytorch/Neural-Baby-Talk-python3/misc/model.py:174: UserWarning: volatile was...

I try your training code. But return the "KeyError: 'type'" Traceback (most recent call last): File "/home/gyq/workspace/nbt3/main.py", line 215, in dataset = DataLoader(opt, split='train') File "/home/gyq/workspace/nbt3/misc/dataloader_coco.py", line 118, in __init__...