Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
b559ccfe
Commit
b559ccfe
authored
Oct 05, 2020
by
Sachin Joglekar
Committed by
TF Object Detection Team
Oct 05, 2020
Browse files
Add an end-to-end Colab for few-shot object detection with TFLite inference
PiperOrigin-RevId: 335521712
parent
229f1dd5
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
737 additions
and
0 deletions
+737
-0
research/object_detection/colab_tutorials/eager_few_shot_od_training_tflite.ipynb
...n/colab_tutorials/eager_few_shot_od_training_tflite.ipynb
+730
-0
research/object_detection/g3doc/running_on_mobile_tf2.md
research/object_detection/g3doc/running_on_mobile_tf2.md
+4
-0
research/object_detection/g3doc/tf2.md
research/object_detection/g3doc/tf2.md
+3
-0
No files found.
research/object_detection/colab_tutorials/eager_few_shot_od_training_tflite.ipynb
0 → 100644
View file @
b559ccfe
This diff is collapsed.
Click to expand it.
research/object_detection/g3doc/running_on_mobile_tf2.md
View file @
b559ccfe
...
@@ -16,6 +16,10 @@ This document shows how elgible models from the
...
@@ -16,6 +16,10 @@ This document shows how elgible models from the
[
TF2 Detection zoo
](
https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/tf2_detection_zoo.md
)
[
TF2 Detection zoo
](
https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/tf2_detection_zoo.md
)
can be converted for inference with TFLite.
can be converted for inference with TFLite.
For an end-to-end Python guide on how to fine-tune an SSD model for mobile
inference, look at
[
this Colab
](
../colab_tutorials/eager_few_shot_od_training_tflite.ipynb
)
.
**NOTE:**
TFLite currently only supports
**SSD Architectures**
(excluding
**NOTE:**
TFLite currently only supports
**SSD Architectures**
(excluding
EfficientDet) for boxes-based detection. Support for EfficientDet is coming
EfficientDet) for boxes-based detection. Support for EfficientDet is coming
soon.
soon.
...
...
research/object_detection/g3doc/tf2.md
View file @
b559ccfe
...
@@ -55,6 +55,9 @@ python object_detection/builders/model_builder_tf2_test.py
...
@@ -55,6 +55,9 @@ python object_detection/builders/model_builder_tf2_test.py
*
Inference -
*
Inference -
[
Run inference with models from the zoo
](
../colab_tutorials/inference_tf2_colab.ipynb
)
[
Run inference with models from the zoo
](
../colab_tutorials/inference_tf2_colab.ipynb
)
*
Few Shot Learning for Mobile Inference -
[
Fine-tune a pre-trained detector for use with TensorFlow Lite
](
../colab_tutorials/eager_few_shot_od_training_tflite.ipynb
)
<!-- mdlint on -->
<!-- mdlint on -->
## Training and Evaluation
## Training and Evaluation
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment