InnerPeace-Wu / densecap-tensorflow

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)
MIT License
61 stars 28 forks source link

where is result.json in the demo.py? #35

Closed joyce9533 closed 4 years ago

joyce9533 commented 4 years ago

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'

batooooo commented 4 years ago

hi i got same problem did you solved it?

joyce9533 commented 4 years ago

hi i got same problem did you solved it?

yeah, just create a folder 'data' under 'vis', it works for me, good luck!