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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing TF Object Detection API Installation #10807

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jonathanloganmoran
Copy link

@jonathanloganmoran jonathanloganmoran commented Oct 12, 2022

Description

Resolving the
ERROR: Directory '.' is not installable. Neither 'setup.py' nor 'pyproject.toml' found.
error returned when attempting to install the Object Detection API at the specified directory in the Google Colab tutorial.

AFAIK the intended setup.py file has moved to models/research/object_detection/packages/tf2/.

Type of change

For a new feature or function, please create an issue first to discuss it
with us before submitting a pull request.

Note: Please delete options that are not relevant.

  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Tests

馃摑 Please describe the tests that you ran to verify your changes.

Open the existing object_detection_tutorial.ipynb file in Google Colab. Run installation as directed up to cell [5]. To reproduce the error, run cell [5] without modifications. To resolve the error, patch the directory pointed to in the cd statement with the change proposed in this Pull Request.

Installation of Object Detection API will proceed successfully with this change.

Test Configuration:

  • See above

Checklist

  • I have signed the Contributor License Agreement.
  • I have read guidelines for pull request.
  • My code follows the coding guidelines.
  • I have performed a self code review of my own code.
  • I have commented my code, particularly in hard-to-understand areas (from PR author: see this message for explanation of changes).
  • I have made corresponding changes to the documentation.
  • My changes generate no new warnings.
  • I have added tests that prove my fix is effective or that my feature works.

Resolving the 
```ERROR: Directory '.' is not installable. Neither 'setup.py' nor 'pyproject.toml' found.```
error returned when attempting to install the Object Detection API at the specified directory. AFAIK the intended `setup.py` file has moved to `models/research/object_detection/packages/tf2/`.
@review-notebook-app
Copy link

Check out this pull request on聽 ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@jonathanloganmoran
Copy link
Author

jonathanloganmoran commented Oct 12, 2022

Side note; @pkulzc it would be great to get your feedback on integrating Waymo Open Dataset API with TensorFlow Object Detection API from inside a Google Colab instance.

Could you point me to any up-to-date information on accomplishing this? The tutorials on Waymo's repo are several versions behind.

Kind regards,
/Jonathan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
models:research models that come under research directory
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants