Tensorflow Object Detection Eval 'NoneType' object is not iterable
After running this command on my model to eval it
python Tensorflow\models\research\object_detection\model_main_tf2.py --model_dir=Tensorflow\workspace\models\my_ssd_mobnet --pipeline_config_path=Tensorflow\workspace\models\my_ssd_mobnet\pipeline.config --checkpoint_dir=Tensorflow\workspace\models\my_ssd_mobnet
I get an error that
TypeErrpr: 'NoneType' object is not iterable
It will still give me an eval file but it is only 1Kb and it is not recognized by tensorboard. I have ran the exact same command on a different model and it worked just fine. Any ideas?
from Recent Questions - Stack Overflow https://ift.tt/36ZqzOD
https://ift.tt/eA8V8J
Comments
Post a Comment