Search code examples
pythontensorflowobject-detection-api

Tensorflow Object Detection API no train.py file


I've correctly installed Tensorflow Object Detection API according to the provided documentation. However, when I need to train my network there is no train.py file in the research/object_detection directory. Is there anything I can do to fix this?

Link: https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/installation.md


Solution

  • in the newest merge the train and eval moved to legacy dir. You can go to a previous version if you work with a tutorial.