Skip to content

How to run testing? #2

@cwh1981

Description

@cwh1981

when I run below command, it is not working with some error.
command:
"python main.py --model=original_train_val.prototxt"

error:
Traceback (most recent call last):
File "main.py", line 96, in
test_detector_on_eggs()
File "main.py", line 92, in test_detector_on_eggs
draw_noun_detections_one_video_frames(video_id, 'n07840804')
File "main.py", line 66, in draw_noun_detections_on_video_frames
annotated_dir = join(dirname(dirname(MODELS[FLAGS.model][0])),
KeyError: 'original_train_val.prototxt'

Can you explain how to run example?
thank you for your help

Marx HA

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