Closed
Description
System information
- What is the top-level directory of the model you are using: object_detection
- Have I written custom code (as opposed to using a stock example script provided in TensorFlow):
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Both Windows and Linux
- TensorFlow installed from (source or binary): binary
- TensorFlow version (use command below): 1.12.0
- Bazel version (if compiling from source): N/A
- CUDA/cuDNN version: 9.0
- GPU model and memory: GTX 1080 8GB
- Exact command to reproduce:
I want to ask, in the new version of the Object Detection API the train.py file has been moved to the legacy folder. And newly added model_main.py, but there is nothing said in the documentation, that why the train.py moved to the legacy folder and want we can use instead to train our own models?
And now which one is better to use, and how to use? And also why it is better than train.py.
This information is very necessary for us to know the difference between them in order to take advantage of the new version.