EdjeElectronics / TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10

How to train a TensorFlow Object Detection Classifier for multiple object detection on Windows
Apache License 2.0
2.92k stars 1.3k forks source link

TensorFlow Object Detection-TensorFlow 1.15-Python3.7 #549

Open Storiann opened 3 years ago

Storiann commented 3 years ago

image Hello everyone. When I am trying to train my custom object, I am running the code below: python train.py --train_dir=training/ --pipeline_config_path=training/ssd_mobilenet_v1_coco.config –logtostderr

When it comes to start training, it does not keep running after the line "File "train.py", line 186 in ". I am not getting any errors and it stops running. I am searching for an answers for 2 days but I could not find anything.