Re-implement CVPR2017 paper: "dense captioning with joint inference and visual context" and minor changes in Tensorflow. (mAP 8.296 after 500k iters of training)
File "./tools/demo.py", line 129, in
with open(save_path + '/results.json', 'w') as f:
IOError: [Errno 2] No such file or directory: './vis/data/results.json'
I came into this error:
File "./tools/demo.py", line 129, in
with open(save_path + '/results.json', 'w') as f:
IOError: [Errno 2] No such file or directory: './vis/data/results.json'