jkllbn2563
jkllbn2563
Very appreciate it for this paper!! I run your github and meet some error from misc.cnn.LanguageCNN import * ImportError: No module named LanguageCNN It seems that you miss upload the...
for i, img in enumerate(images): # 產生有框的 output files create_overlay(img, results[i], voc_classes, output_directory+"/{}.png".format(basename(os.path.splitext(imagesList[i])[0]))) TypeError Traceback (most recent call last) in () 29 # 產生有框的 output files 30 create_overlay(img, results[i], voc_classes,...
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...