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
cb136c62
Commit
cb136c62
authored
Oct 11, 2019
by
Yeqing Li
Committed by
A. Unique TensorFlower
Oct 11, 2019
Browse files
Internal change
PiperOrigin-RevId: 274241934
parent
e67a2064
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
official/requirements.txt
official/requirements.txt
+6
-0
official/vision/detection/evaluation/coco_utils.py
official/vision/detection/evaluation/coco_utils.py
+1
-1
No files found.
official/requirements.txt
View file @
cb136c62
...
@@ -10,3 +10,9 @@ py-cpuinfo>=3.3.0
...
@@ -10,3 +10,9 @@ py-cpuinfo>=3.3.0
scipy>=0.19.1
scipy>=0.19.1
typing
typing
tensorflow-hub
tensorflow-hub
Cython
matplotlib
opencv-python-headless
pyyaml
Pillow
-e git+https://github.com/cocodataset/cocoapi#egg=pycocotools&subdirectory=PythonAPI
official/vision/detection/evaluation/coco_utils.py
View file @
cb136c62
...
@@ -254,7 +254,7 @@ def convert_groundtruths_to_coco_dataset(groundtruths, label_map=None):
...
@@ -254,7 +254,7 @@ def convert_groundtruths_to_coco_dataset(groundtruths, label_map=None):
class
COCOGroundtruthGenerator
(
object
):
class
COCOGroundtruthGenerator
(
object
):
"""Generates the groundtruth annotations from a single example
sequentially
."""
"""Generates the groundtruth annotations from a single example."""
def
__init__
(
self
,
file_pattern
,
num_examples
,
include_mask
):
def
__init__
(
self
,
file_pattern
,
num_examples
,
include_mask
):
self
.
_file_pattern
=
file_pattern
self
.
_file_pattern
=
file_pattern
...
...
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