graphical-object-detector
graphical-object-detector copied to clipboard
How to make predictions?
Hi, I'm trying to run your repo, I follow the instructions at:
python test_net.py --dataset data/VOCdevkit --net data/pretrained_model/vgg16_caffe.pth
--checksession test --checkepoch 10 --checkpoint 20
--cuda
and I get the next out
Traceback (most recent call last):
File "test_net.py", line 24, in <module>
from roi_data_layer.roidb import combined_roidb
File "/home/mike/borrar/graphical-object-detector/lib/roi_data_layer/roidb.py", line 9, in <module>
from datasets.factory import get_imdb
File "/home/mike/borrar/graphical-object-detector/lib/datasets/factory.py", line 15, in <module>
from datasets.ICDAR import ICDAR
ImportError: No module named ICDAR
Can you provide us the steps in order to run your repo in train and test mode?