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
a10eb09b
Commit
a10eb09b
authored
Apr 06, 2022
by
Fan Yang
Committed by
A. Unique TensorFlower
Apr 06, 2022
Browse files
Internal change
PiperOrigin-RevId: 439910408
parent
f25d4ae8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
official/vision/configs/retinanet.py
official/vision/configs/retinanet.py
+0
-7
No files found.
official/vision/configs/retinanet.py
View file @
a10eb09b
...
@@ -126,13 +126,6 @@ class DetectionGenerator(hyperparams.Config):
...
@@ -126,13 +126,6 @@ class DetectionGenerator(hyperparams.Config):
tflite_post_processing
:
common
.
TFLitePostProcessingConfig
=
common
.
TFLitePostProcessingConfig
(
tflite_post_processing
:
common
.
TFLitePostProcessingConfig
=
common
.
TFLitePostProcessingConfig
(
)
)
max_detections
:
int
=
200
max_classes_per_detection
:
int
=
5
# Regular NMS run in a multi-class fashion and is slow. Setting it to False
# uses class-agnostic NMS, which is faster.
use_regular_nms
:
bool
=
False
nms_score_threshold
:
float
=
0.1
@
dataclasses
.
dataclass
@
dataclasses
.
dataclass
class
RetinaNet
(
hyperparams
.
Config
):
class
RetinaNet
(
hyperparams
.
Config
):
...
...
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