video-object-detection icon indicating copy to clipboard operation
video-object-detection copied to clipboard

How to run testing?

Open cwh1981 opened this issue 9 years ago • 1 comments

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

cwh1981 avatar Sep 13 '15 12:09 cwh1981

Is your prepare_data.py working ?In my case it is working but it is not generating image_mean_binaryproto file .So what should be the solution?

preksha12 avatar Sep 20 '15 11:09 preksha12