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
07ae5c96
Commit
07ae5c96
authored
Mar 03, 2018
by
Zhichao Lu
Committed by
lzc5123016
Mar 03, 2018
Browse files
Minor fixes to object detection.
PiperOrigin-RevId: 187744580
parent
1491094f
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
3 deletions
+2
-3
research/object_detection/g3doc/configuring_jobs.md
research/object_detection/g3doc/configuring_jobs.md
+1
-1
research/object_detection/inputs_test.py
research/object_detection/inputs_test.py
+0
-1
research/object_detection/utils/visualization_utils_test.py
research/object_detection/utils/visualization_utils_test.py
+1
-1
No files found.
research/object_detection/g3doc/configuring_jobs.md
View file @
07ae5c96
...
@@ -53,7 +53,7 @@ recommended. Read [our paper](https://arxiv.org/abs/1611.10012) for a more
...
@@ -53,7 +53,7 @@ recommended. Read [our paper](https://arxiv.org/abs/1611.10012) for a more
detailed discussion on the speed vs accuracy tradeoff.
detailed discussion on the speed vs accuracy tradeoff.
To help new users get started, sample model configurations have been provided
To help new users get started, sample model configurations have been provided
in the object_detection/samples/
model_
configs folder. The contents of these
in the object_detection/samples/configs folder. The contents of these
configuration files can be pasted into
`model`
field of the skeleton
configuration files can be pasted into
`model`
field of the skeleton
configuration. Users should note that the
`num_classes`
field should be changed
configuration. Users should note that the
`num_classes`
field should be changed
to a value suited for the dataset the user is training on.
to a value suited for the dataset the user is training on.
...
...
research/object_detection/inputs_test.py
View file @
07ae5c96
...
@@ -34,7 +34,6 @@ FLAGS = tf.flags.FLAGS
...
@@ -34,7 +34,6 @@ FLAGS = tf.flags.FLAGS
def
_get_configs_for_model
(
model_name
):
def
_get_configs_for_model
(
model_name
):
"""Returns configurations for model."""
"""Returns configurations for model."""
# TODO(ronnyvotel): Make sure these tests work fine outside google3.
fname
=
os
.
path
.
join
(
fname
=
os
.
path
.
join
(
FLAGS
.
test_srcdir
,
FLAGS
.
test_srcdir
,
(
'google3/third_party/tensorflow_models/'
(
'google3/third_party/tensorflow_models/'
...
...
research/object_detection/utils/visualization_utils_test.py
View file @
07ae5c96
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
# limitations under the License.
# limitations under the License.
# ==============================================================================
# ==============================================================================
"""Tests for
image.understanding.
object_detection.
core
.visualization_utils."""
"""Tests for object_detection.
utils
.visualization_utils."""
import
logging
import
logging
import
os
import
os
...
...
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