Skip to content

Changes for Tensorflow 2.5.0 #85

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

Closed
wants to merge 27 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
6b7e7d8
Provisional changes for TensorFlow v2
sglvladi Jul 26, 2020
20d01c1
Added sphinx-gallery to requirements.txt
sglvladi Jul 26, 2020
7be674f
WIP: Fix ReadTheDocs build errors
sglvladi Jul 26, 2020
ce60a05
Update README.md
sglvladi Jul 26, 2020
5c2c986
Update README.md
sglvladi Jul 26, 2020
97940fb
Fix issue for code-blocks not rendering correctly on readthedocs + Mi…
sglvladi Jul 28, 2020
90d96f3
Remove build directory
sglvladi Jul 28, 2020
c63e3b8
Fix issue for code-blocks not rendering correctly on readthedocs
sglvladi Jul 28, 2020
cb7e0e8
Removed editor directories and added .gitignore
sglvladi Jul 28, 2020
fee5f84
Fixed sphinx warnings
sglvladi Jul 28, 2020
caf04f5
Updates to Training section
sglvladi Jul 29, 2020
4fe6034
Updated examples
sglvladi Jul 29, 2020
7eb5dce
Updated index.rst
sglvladi Jul 29, 2020
649635d
Removed unused source/auto_examples files
sglvladi Jul 29, 2020
658fa33
Updated .gitignore
sglvladi Jul 29, 2020
8348667
Fix minor issue in displaying directory structures
sglvladi Jul 29, 2020
1cb830a
fix typo updte to update
feber Jul 30, 2020
54404e3
Update training.rst
aklingam7 Aug 26, 2020
9879d4e
Update README.md
sglvladi Sep 15, 2020
7a04541
Update README.md
sglvladi Sep 15, 2020
540a896
Update README.md
sglvladi Sep 15, 2020
725f222
Update README.md
sglvladi Sep 15, 2020
c2cc56c
Update index.rst
karan-1700 Dec 12, 2020
4ab0937
Case insensitive search on regex image extensions
AMArostegui Oct 31, 2020
d789f03
Update plot_object_detection_saved_model.rst
alanblake Sep 19, 2020
292865b
Fix problem for XML files which additional tags
dbalabka Feb 20, 2021
b3e9abc
Changes for Tensorflow 2.5.0
sglvladi Jun 8, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Sphinx documentation
/docs/build/
/docs/examples/data/
/docs/source/auto_examples/
!/docs/source/auto_examples/*.ipynb
!/docs/source/auto_examples/*.py.md5
!/docs/source/auto_examples/*.rst
!/docs/source/auto_examples/images

# Editors
.vscode/
.idea/

3 changes: 0 additions & 3 deletions .vscode/settings.json

This file was deleted.

24 changes: 18 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,22 @@
# TensorFlowObjectDetectionTutorial [![Documentation Status](https://readthedocs.org/projects/tensorflow-object-detection-api-tutorial/badge/?version=latest)](http://tensorflow-object-detection-api-tutorial.readthedocs.io/en/latest/?badge=latest)
# TensorFlowObjectDetectionTutorial


This is a "short" (rather lengthy) tutorial that started off as self notes on how to set-up and get going with the TensorFlow Object Detection API.

To read the actual tutorial, you have the following 2 (more like 3) options:
1. Visit [http://tensorflow-object-detection-api-tutorial.readthedocs.io](http://tensorflow-object-detection-api-tutorial.readthedocs.io). (By far the easiest)
2. Clone/Download the repo:
- Open the "index.html" files under docs/build/ (Not guaranteed to be up-to-date)
- Build the docs using Sphinx and the open "index.html" (Guaranteed to be up-to-date)
There currently exist several versions of the tutorial, corresponding to the various different versions of TensorFlow. The two major versions are outlined below.

## TensorFlow 2 Object Detection API tutorial

[![TensorFlow 2.5](https://img.shields.io/badge/TensorFlow-2.5-FF6F00?logo=tensorflow)](https://github.com/tensorflow/tensorflow/releases/tag/v2.5.0) [![Documentation Status](https://readthedocs.org/projects/tensorflow-object-detection-api-tutorial/badge/?version=latest)](http://tensorflow-object-detection-api-tutorial.readthedocs.io/en/latest/?badge=latest)

Since July 10, 2020 TensorFlow [announced that the Object Detection API officially supports TensorFlow 2](https://blog.tensorflow.org/2020/07/tensorflow-2-meets-object-detection-api.html). Therefore, an updated version of the tutorial was created to cover TensorFlow 2.

To read the tutorial, visit [http://tensorflow-object-detection-api-tutorial.readthedocs.io](http://tensorflow-object-detection-api-tutorial.readthedocs.io).

## TensorFlow Object Detection API tutorial

[![TensorFlow 1.14](https://img.shields.io/badge/TensorFlow-1.14-FF6F00?logo=tensorflow)](https://github.com/tensorflow/tensorflow/releases/tag/v1.14.0) [![Documentation Status](https://readthedocs.org/projects/tensorflow-object-detection-api-tutorial/badge/?version=tensorflow-1.14)](http://tensorflow-object-detection-api-tutorial.readthedocs.io/en/tensorflow-1.14/?badge=tensorflow-1.14)

Originally, the tutorial was written with TensorFlow 1 in mind. Since it is possible that many users will still be interested in working with TensorFlow 1, a version of this tutorial will also be maintained for the foreseeable future.

To read the tutorial, visit [https://tensorflow-object-detection-api-tutorial.readthedocs.io/en/tensorflow-1.14/](https://tensorflow-object-detection-api-tutorial.readthedocs.io/en/tensorflow-1.14/).
4 changes: 0 additions & 4 deletions docs/build/.buildinfo

This file was deleted.

Binary file removed docs/build/.doctrees/camera.doctree
Binary file not shown.
Binary file removed docs/build/.doctrees/environment.pickle
Binary file not shown.
Binary file removed docs/build/.doctrees/index.doctree
Binary file not shown.
Binary file removed docs/build/.doctrees/install.doctree
Binary file not shown.
Binary file removed docs/build/.doctrees/issues.doctree
Binary file not shown.
Binary file removed docs/build/.doctrees/training.doctree
Binary file not shown.
Binary file removed docs/build/_images/TensorBoard.JPG
Binary file not shown.
Binary file removed docs/build/_images/labelImg.JPG
Binary file not shown.
Binary file not shown.
Binary file not shown.
119 changes: 0 additions & 119 deletions docs/build/_sources/camera.rst.txt

This file was deleted.

53 changes: 0 additions & 53 deletions docs/build/_sources/index.rst.txt

This file was deleted.

Loading