visual_genome_python_driver
visual_genome_python_driver copied to clipboard
ModuleNotFoundError: No module named 'src'
When I mention the following line in my Python3 code and run:
from src import api as vg
I am getting the above mentioned error. Please help?
Note: I have git cloned the repo, and even run the setup.py successfully.
from visual_genome import api as vg
Senior from BUPT