Skip to content

How to make predictions? #2

Description

@tonsquemike

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions