Commit cb136c62 authored by Yeqing Li's avatar Yeqing Li Committed by A. Unique TensorFlower
Browse files

Internal change

PiperOrigin-RevId: 274241934
parent e67a2064
...@@ -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
...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment