Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
2 tasks done
bdcmu opened this issue Aug 25, 2022 · 1 comment
Open
2 tasks done
Assignees
Labels

Comments

@bdcmu
Copy link

bdcmu commented Aug 25, 2022

Prerequisites

Please answer the following questions for yourself before submitting an issue.

  • [] I am using the latest TensorFlow Model Garden release and TensorFlow 2.
  • I am reporting the issue to the correct repository. (Model Garden official or research directory)
  • I checked to make sure that this issue has not been filed already.

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

  • OS Platform and Distribution = Linux
  • TensorFlow installed from (source or binary): N/A
  • TensorFlow version (use command below): 2.5
  • Python version: 3.x
  • Bazel version (if compiling from source): N/A
  • GCC/Compiler version (if compiling from source): N/A
  • CUDA/cuDNN version: N/A
  • GPU model and memory: N/A
@bdcmu bdcmu added models:official models that come under official repository type:bug Bug in the code labels Aug 25, 2022
@frederick0329 frederick0329 added models:research:odapi ODAPI and removed models:official models that come under official repository labels Aug 26, 2022
@sushreebarsa sushreebarsa self-assigned this Aug 28, 2022
@zcase
Copy link

zcase commented Nov 7, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

7 participants