object_detection_demo icon indicating copy to clipboard operation
object_detection_demo copied to clipboard

Error during training with original demo /IndexError: list index out of range

Open wmarci opened this issue 6 years ago • 1 comments

Hi,

I just would like to try the demo, which you were presented, but during training

!python /content/models/research/object_detection/model_main.py
--pipeline_config_path={pipeline_fname}
--model_dir={model_dir}
--alsologtostderr
--num_train_steps={num_steps}
--num_eval_steps={num_eval_steps}

A got an error with only just click the running buttons. I did not changed anything, it is in read-only mode.

I got this error.

error

How can I solve this problem? Thank you.

wmarci avatar Sep 20 '19 12:09 wmarci

I found the same issue, I working around it for 4 hours but nothing better

BankPC avatar May 05 '20 04:05 BankPC