MANIFEST.in
README.md
setup.cfg
setup.py
syncvtools/__init__.py
syncvtools/config.py
syncvtools.egg-info/PKG-INFO
syncvtools.egg-info/SOURCES.txt
syncvtools.egg-info/dependency_links.txt
syncvtools.egg-info/requires.txt
syncvtools.egg-info/top_level.txt
syncvtools/data/__init__.py
syncvtools/data/annotated_tag.py
syncvtools/data/bbox.py
syncvtools/data/center_point.py
syncvtools/data/detections.py
syncvtools/data/image.py
syncvtools/examples/__init__.py
syncvtools/examples/converters.py
syncvtools/examples/vis_prod_detections.py
syncvtools/examples/resources/.DS_Store
syncvtools/frameworks/__init__.py
syncvtools/frameworks/simpledet.py
syncvtools/frameworks/tf.py
syncvtools/frameworks/tf_classifier.py
syncvtools/frameworks/tf_keras.py
syncvtools/frameworks/simpledet_libs/__init__.py
syncvtools/frameworks/simpledet_libs/detection_module.py
syncvtools/frameworks/simpledet_libs/operator_py/__init__.py
syncvtools/frameworks/simpledet_libs/operator_py/cython/__init__.py
syncvtools/frameworks/simpledet_libs/operator_py/cython/setup.py
syncvtools/frameworks/simpledet_libs/operator_py/cython/setup_cpu.py
syncvtools/metrics/__init__.py
syncvtools/metrics/coco_eval.py
syncvtools/resources/.DS_Store
syncvtools/resources/full_tag_to_tag.txt
syncvtools/resources/tahoma.ttf
syncvtools/resources/tahomabd.ttf
syncvtools/utils/__init__.py
syncvtools/utils/_dependencies.py
syncvtools/utils/aws_tools.py
syncvtools/utils/bbox.py
syncvtools/utils/center_point.py
syncvtools/utils/data_convert.py
syncvtools/utils/data_export.py
syncvtools/utils/data_import.py
syncvtools/utils/data_struct_tools.py
syncvtools/utils/detections_filters.py
syncvtools/utils/draw_detections.py
syncvtools/utils/file_tools.py
syncvtools/utils/image.py
syncvtools/utils/segmenter.py
syncvtools/utils/tf_record/__init__.py
syncvtools/utils/tf_record/label_map_util.py
syncvtools/utils/tf_record/standard_fields.py
syncvtools/utils/tf_record/string_int_label_map_pb2.py
syncvtools/utils/tf_record/tf_example_decoder.py
syncvtools/utils/tf_record/tf_record_decoder.py
tests/__init__.py
tests/utils/__init__.py
tests/utils/test_file_tools.py