You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I tried to run evaluate.py with “-evalMode dialog” like this python evaluate.py -useGPU \ -startFrom checkpoints/abot_rl_ep20.vd \ -qstartFrom checkpoints/qbot_rl_ep20.vd \ -evalMode dialog \ -beamSize 5
, I had an error as follows
[Error] Need coco directory and info as input to -cocoDir and -cocoInfo arguments for locating coco image files.
Exiting dialogDump without saving files.
What should I do with this? Is it appropriate for me to make a path to the directory which has MSCOCO dataset?
In addition what are these two(-cocoDir, -cocoInfo) used for?
The text was updated successfully, but these errors were encountered:
Will add information about how to use the coco information in visualization soon.
Briefly, the -cocoDir argument is supposed to be the directory containing all coco images and coco.json should have a dictionary of paths within -cocoDir, which should look something like this:
I think I have made a script to generate the coco.json file. I have made this into a gist for easy access https://gist.github.com/JackFurby/249c5f584c2df4dda80361af5b05a368. To the best of my knowledge this is correct and the generated JSON file seems to be working when training the models.
When I tried to run evaluate.py with “-evalMode dialog” like this
python evaluate.py -useGPU \ -startFrom checkpoints/abot_rl_ep20.vd \ -qstartFrom checkpoints/qbot_rl_ep20.vd \ -evalMode dialog \ -beamSize 5
, I had an error as follows
What should I do with this? Is it appropriate for me to make a path to the directory which has MSCOCO dataset?
In addition what are these two(-cocoDir, -cocoInfo) used for?
The text was updated successfully, but these errors were encountered: