I have set up the docker demo with the instructions from this page.
https://dev.singularitynet.io/workshops/docker-opencog/#running-the-vqa-demo
When I open the notebook and go to interface-images-demo there are no instructions ?
Is there documentation that explains what the next steps are?
When I step through the code on the page and arrives at the block below I receive error messages.
models = os.path.expanduser('~/projects/data/visual_genome/')
network_runner.runner = SplitMultidnnRunner(models)
vqa = PatternMatcherVqaPipeline(extractor, question_converter, atomspace, None)
The error message is as follows:
loading dictionary from /home/relex/projects/data/visual_genome/dictionary.pkl
no threshold for 25, using mean value 0.8608333333333336
no threshold for 90, using mean value 0.8608333333333336
no threshold for 107, using mean value 0.8608333333333336
no threshold for 114, using mean value 0.8608333333333336
no threshold for 180, using mean value 0.8608333333333336
no threshold for 220, using mean value 0.8608333333333336
no threshold for 225, using mean value 0.8608333333333336
no threshold for 285, using mean value 0.8608333333333336
no threshold for 392, using mean value 0.8608333333333336
no threshold for 613, using mean value 0.8608333333333336
no threshold for 630, using mean value 0.8608333333333336
no threshold for 631, using mean value 0.8608333333333336
I have set up the docker demo with the instructions from this page.
https://dev.singularitynet.io/workshops/docker-opencog/#running-the-vqa-demo
When I open the notebook and go to interface-images-demo there are no instructions ?
Is there documentation that explains what the next steps are?
When I step through the code on the page and arrives at the block below I receive error messages.
models = os.path.expanduser('~/projects/data/visual_genome/')
network_runner.runner = SplitMultidnnRunner(models)
vqa = PatternMatcherVqaPipeline(extractor, question_converter, atomspace, None)
The error message is as follows:
loading dictionary from /home/relex/projects/data/visual_genome/dictionary.pkl
no threshold for 25, using mean value 0.8608333333333336
no threshold for 90, using mean value 0.8608333333333336
no threshold for 107, using mean value 0.8608333333333336
no threshold for 114, using mean value 0.8608333333333336
no threshold for 180, using mean value 0.8608333333333336
no threshold for 220, using mean value 0.8608333333333336
no threshold for 225, using mean value 0.8608333333333336
no threshold for 285, using mean value 0.8608333333333336
no threshold for 392, using mean value 0.8608333333333336
no threshold for 613, using mean value 0.8608333333333336
no threshold for 630, using mean value 0.8608333333333336
no threshold for 631, using mean value 0.8608333333333336