Zehaos / MobileNet

MobileNet build with Tensorflow
Apache License 2.0
1.62k stars 470 forks source link

Using eval_image_classifier.py #73

Open Arkadeep-sophoIITG opened 6 years ago

Arkadeep-sophoIITG commented 6 years ago

I have trained mobilenet from scratch with my custom dataset. Can you guide me how to evaluate my model using the validation set(tfrecord files) and eval_image_classifier.py and save the results to a csv file ?

wqdun commented 4 years ago

Meet the same problem, the shell command is: python eval_image_classifier.py --dataset_dir="/tmp/pascalvoc0712_tfrecord/" --dataset_split_name="train" --dataset_name="kitti" --checkpoint_path="/soft/MobileNet/detect_results/"

Terminal prints "ValueError: Item [label] is invalid. Valid entries include: ['shape', 'object/bbox', 'image', 'object/label', 'record_key']"