yxlijun/Pyramidbox.pytorch

Regarding implementation of this repo in google colaboratory

keshavkishor opened this issue · 0 comments

I am currently working on implementation of pyramidbox using pre trained model in google colab, I have tried to follow all the instruction mentioned in the repo for the same. While implementing the command(python tools/wider_test.py) I am getting the following error:
Traceback (most recent call last):
File "tools/wider_test.py", line 22, in
from data.config import cfg
ModuleNotFoundError: No module named 'data'
Please help me out!!