README.md
setup.py
phy_credit/__init__.py
phy_credit/exceptions.py
phy_credit.egg-info/PKG-INFO
phy_credit.egg-info/SOURCES.txt
phy_credit.egg-info/dependency_links.txt
phy_credit.egg-info/requires.txt
phy_credit.egg-info/top_level.txt
phy_credit/common/__init__.py
phy_credit/common/deprecated.py
phy_credit/common/image_utils.py
phy_credit/common/label.py
phy_credit/common/label_creator.py
phy_credit/common/object_interface.py
phy_credit/common/utils.py
phy_credit/common/video_utils.py
phy_credit/imageV2/__init__.py
phy_credit/imageV2/categorization.py
phy_credit/imageV2/image_label.py
phy_credit/imageV2/image_label_creator.py
phy_credit/imageV2/label_info.py
phy_credit/imageV2/label_interface.py
phy_credit/imageV2/object_detection.py
phy_credit/imageV2/project_info.py
phy_credit/imageV2/property.py
phy_credit/imageV2/legacy/__init__.py
phy_credit/imageV2/legacy/label_info.py
phy_credit/pointclouds/__init__.py
phy_credit/pointclouds/label.py
phy_credit/pointclouds/label_creator.py
phy_credit/pointclouds/label_info.py
phy_credit/pointclouds/label_interface.py
phy_credit/pointclouds/object_tracking.py
phy_credit/pointclouds/project_info.py
phy_credit/video/__init__.py
phy_credit/video/categorization.py
phy_credit/video/label_info.py
phy_credit/video/label_interface.py
phy_credit/video/object_tracking.py
phy_credit/video/project_info.py
phy_credit/video/property.py
phy_credit/video/video_label.py
phy_credit/video/video_label_creator.py
phy_credit/video/legacy/__init__.py
phy_credit/video/legacy/label_info.py
tests/__init__.py
tests/common/__init__.py
tests/common/conftest.py
tests/common/test_image_utils.py
tests/common/test_video_utils.py
tests/imageV2/__init__.py
tests/imageV2/conftest.py
tests/imageV2/test_image_build_label_info.py
tests/imageV2/test_image_build_label_interface.py