MCPcopy Create free account
hub / github.com/DataXujing/Faster-R-CNN-Keras / get_data

Function get_data

keras_frcnn/get_train.py:3–93  ·  view source on GitHub ↗

Parse the data from annotation file Args: input_path: annotation file path Returns: all_data: list(filepath, width, height, list(bboxes)) classes_count: dict{key:class_name, value:count_num} e.g. {'Car': 2383, 'Mobile phone': 1108, 'Person': 3745}

(input_path)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

test_generator.pyFile · 0.90
train_frcnn.pyFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected