Open bdcmu opened 2 years ago
Please answer the following questions for yourself before submitting an issue.
https://github.com/tensorflow/models/tree/master/official/...
When using an older version of Tensorflow (v2.5.0), the research folder does not exist. I don't understand how the instructions on this page https://tensorflow-object-detection-api-tutorial.readthedocs.io/en/latest/install.html#tensorflow-installation, which were designed for use with TF 2.5 ever worked since the research folder has been deleted for several versions before this.
git clone -b v2.5.0 https://github.com/tensorflow/models.git
Expected folder structure as specified precisely in the latest official documentation for the object detection API https://tensorflow-object-detection-api-tutorial.readthedocs.io/en/latest/install.html#tensorflow-installation
TensorFlow/ └─ models/ ├─ community/ ├─ official/ ├─ orbit/ ├─ research/ └── ...
However the ACTUAL folder structure is missing the research folder.
research
N/A
@tombstone @jch1 @pkulzc any update on a version that works with tensorflow 2.5?
Prerequisites
Please answer the following questions for yourself before submitting an issue.
1. The entire URL of the file you are using
https://github.com/tensorflow/models/tree/master/official/...
2. Describe the bug
When using an older version of Tensorflow (v2.5.0), the research folder does not exist. I don't understand how the instructions on this page https://tensorflow-object-detection-api-tutorial.readthedocs.io/en/latest/install.html#tensorflow-installation, which were designed for use with TF 2.5 ever worked since the research folder has been deleted for several versions before this.
3. Steps to reproduce
git clone -b v2.5.0 https://github.com/tensorflow/models.git
4. Expected behavior
Expected folder structure as specified precisely in the latest official documentation for the object detection API https://tensorflow-object-detection-api-tutorial.readthedocs.io/en/latest/install.html#tensorflow-installation
However the ACTUAL folder structure is missing the
research
folder.5. Additional context
N/A
6. System information