tensorflow / models

Models and examples built with TensorFlow
Other
77.24k stars 45.75k forks source link

Dealing with deleted research folder and Tensorflow Object Detection API #10751

Open bdcmu opened 2 years ago

bdcmu commented 2 years ago

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

TensorFlow/
└─ models/
   ├─ community/
   ├─ official/
   ├─ orbit/
   ├─ research/
   └── ...

However the ACTUAL folder structure is missing the research folder.

5. Additional context

N/A

6. System information

zcase commented 2 years ago

@tombstone @jch1 @pkulzc any update on a version that works with tensorflow 2.5?