Hey there, maybe someone knows what's up here, trying to use my own dataset for object detection API in tensorflow and get the following error:
Traceback (most recent call last):
File "D:\Work\Python Stuff\models-master\research\object_detection\model_main.py", line 109, in <module>
tf.app.run()
File "D:\Work\Anaconda\envs\vehicle-detection\lib\site-packages\tensorflow\python\platform\app.py", line 125, in run
_sys.exit(main(argv))
File "D:\Work\Python Stuff\models-master\research\object_detection\model_main.py", line 71, in main
FLAGS.sample_1_of_n_eval_on_train_examples))
File "D:\Work\Anaconda\envs\vehicle-detection\lib\site-packages\object_detection-0.1-py3.5.egg\object_detection\model_lib.py", line 589, in create_estimator_and_inputs
model_config=model_config, predict_input_config=eval_input_configs[0])
IndexError: list index out of range
I'm not sure what is wrong here.