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
cfb7ef9e
"test/vscode:/vscode.git/clone" did not exist on "fc0720b404d35970add203344f7ef0aa76a24a4e"
Unverified
Commit
cfb7ef9e
authored
Jul 13, 2020
by
kmindspark
Committed by
GitHub
Jul 13, 2020
Browse files
Update docs to link to training and evaluation (#8859)
parent
6794c6b3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
7 deletions
+16
-7
research/object_detection/README.md
research/object_detection/README.md
+12
-7
research/object_detection/g3doc/tf1.md
research/object_detection/g3doc/tf1.md
+2
-0
research/object_detection/g3doc/tf2.md
research/object_detection/g3doc/tf2.md
+2
-0
No files found.
research/object_detection/README.md
View file @
cfb7ef9e
...
@@ -54,16 +54,21 @@ Note: The models we provide in [TF2 Zoo](g3doc/tf2_detection_zoo.md) and
...
@@ -54,16 +54,21 @@ Note: The models we provide in [TF2 Zoo](g3doc/tf2_detection_zoo.md) and
[
TF1 Zoo
](
g3doc/tf1_detection_zoo.md
)
are specific to the TensorFlow major
[
TF1 Zoo
](
g3doc/tf1_detection_zoo.md
)
are specific to the TensorFlow major
version and are not interoperable.
version and are not interoperable.
Please select one of the
two
links below for TensorFlow version
specific
Please select one of the links below for TensorFlow version
-
specific
documentation of the Object Detection API:
documentation of the Object Detection API:
<!-- mdlint off(WHITESPACE_LINE_LENGTH) -->
<!-- mdlint off(WHITESPACE_LINE_LENGTH) -->
### Tensorflow 2.x
*
<a
href=
'g3doc/tf2.md'
>
|
[

](g3doc/tf2.md) |
[

](g3doc/tf2_detection_zoo.md) |
Object Detection API TensorFlow 2
</a><br>
|---|---|
*
<a
href=
'g3doc/tf2_detection_zoo.md'
>
|
[

](g3doc/tf1.md) |
[

](g3doc/tf1_detection_zoo.md) |
TensorFlow 2 Model Zoo
</a><br>
### Tensorflow 1.x
*
<a
href=
'g3doc/tf1.md'
>
Object Detection API TensorFlow 1
</a><br>
*
<a
href=
'g3doc/tf1_detection_zoo.md'
>
TensorFlow 1 Model Zoo
</a><br>
<!-- mdlint on -->
<!-- mdlint on -->
## Whats New
## Whats New
...
...
research/object_detection/g3doc/tf1.md
View file @
cfb7ef9e
...
@@ -73,6 +73,8 @@ the [Model Zoo](tf1_detection_zoo.md).
...
@@ -73,6 +73,8 @@ the [Model Zoo](tf1_detection_zoo.md).
Supported object detection evaluation protocols
</a><br>
Supported object detection evaluation protocols
</a><br>
*
<a
href=
'tpu_compatibility.md'
>
*
<a
href=
'tpu_compatibility.md'
>
TPU compatible detection pipelines
</a><br>
TPU compatible detection pipelines
</a><br>
*
<a
href=
'tf1_training_and_evaluation.md'
>
Training and evaluation guide (CPU, GPU, or TPU)
</a><br>
## Extras:
## Extras:
...
...
research/object_detection/g3doc/tf2.md
View file @
cfb7ef9e
...
@@ -80,3 +80,5 @@ We provide a large collection of models that are trained on COCO 2017 in the
...
@@ -80,3 +80,5 @@ We provide a large collection of models that are trained on COCO 2017 in the
Supported object detection evaluation protocols
</a><br>
Supported object detection evaluation protocols
</a><br>
*
<a
href=
'tpu_compatibility.md'
>
*
<a
href=
'tpu_compatibility.md'
>
TPU compatible detection pipelines
</a><br>
TPU compatible detection pipelines
</a><br>
*
<a
href=
'tf2_training_and_evaluation.md'
>
Training and evaluation guide (CPU, GPU, or TPU)
</a><br>
\ No newline at end of file
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