Skip to content

Tags: sglvladi/TensorFlowObjectDetectionTutorial

Tags

2.5.0

Toggle 2.5.0's commit message
Changes for Tensorflow 2.5.0

2.2.1

Toggle 2.2.1's commit message
Fix problem for XML files which additional tags

1.14.3

Toggle 1.14.3's commit message
Update training.rst

Previous link to the Tensorflow 1 Detection Model Zoo, https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/detection_model_zoo.md, leads to a page that didn't exist anymore (Error 404). 
The new link to the Tensorflow 1 Detection Model Zoo should be: https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/tf1_detection_zoo.md.

2.2.0

Toggle 2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

1.14.2

Toggle 1.14.2's commit message
Removed `,`s in `conda install` which throw an error

1.14.1

Toggle 1.14.1's commit message
Fix missing images

1.14.0

Toggle 1.14.0's commit message
Updated to TensorFlow 1.14

1.9.1

Toggle 1.9.1's commit message
added cython

while executing "make" command in "COCO API installation" in linux ubuntu got  "gcc: error: pycocotools/_mask.c: No such file or directory
"
this thread : cocodataset/cocoapi#141
solved the issue ie: after installing cython

1.9.0

Toggle 1.9.0's commit message
added cython

while executing "make" command in "COCO API installation" in linux ubuntu got  "gcc: error: pycocotools/_mask.c: No such file or directory
"
this thread : cocodataset/cocoapi#141
solved the issue ie: after installing cython

1.6

Toggle 1.6's commit message
Minor fixes and updates