.gitignore
.gitlab-ci.yml
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
src/__init__.py
src/datagen/__init__.py
src/datagen/containers.py
src/datagen/descriptive_enum.py
src/datagen/explain_.py
src/datagen/impl.py
src/datagen/api/__init__.py
src/datagen/api/catalog/__init__.py
src/datagen/api/catalog/attributes.py
src/datagen/api/catalog/cache.py
src/datagen/api/catalog/containers.py
src/datagen/api/catalog/impl.py
src/datagen/api/catalog/cache/backgrounds.json
src/datagen/api/catalog/cache/beards.json
src/datagen/api/catalog/cache/eyebrows.json
src/datagen/api/catalog/cache/eyes.json
src/datagen/api/catalog/cache/glasses.json
src/datagen/api/catalog/cache/hair.json
src/datagen/api/catalog/cache/humans.json
src/datagen/api/catalog/cache/masks.json
src/datagen/api/catalog/hooks/__init__.py
src/datagen/api/catalog/hooks/eyes_color.py
src/datagen/api/catalog/hooks/impl.py
src/datagen/api/catalog/human_templates/neutral.json
src/datagen/api/datapoint/__init__.py
src/datagen/api/datapoint/builder.py
src/datagen/api/datapoint/containers.py
src/datagen/api/datapoint/impl.py
src/datagen/api/datapoint/assets/__init__.py
src/datagen/api/datapoint/assets/base.py
src/datagen/api/datapoint/assets/datapoint.py
src/datagen/api/datapoint/assets/types.py
src/datagen/api/datapoint/assets/accessories/__init__.py
src/datagen/api/datapoint/assets/accessories/accessories.py
src/datagen/api/datapoint/assets/accessories/glasses.py
src/datagen/api/datapoint/assets/accessories/mask.py
src/datagen/api/datapoint/assets/environment/__init__.py
src/datagen/api/datapoint/assets/environment/background.py
src/datagen/api/datapoint/assets/environment/camera.py
src/datagen/api/datapoint/assets/environment/light.py
src/datagen/api/datapoint/assets/explanations/Accessories.html
src/datagen/api/datapoint/assets/explanations/Background.html
src/datagen/api/datapoint/assets/explanations/Camera.html
src/datagen/api/datapoint/assets/explanations/CameraRotation.html
src/datagen/api/datapoint/assets/explanations/Expression.html
src/datagen/api/datapoint/assets/explanations/ExpressionType.html
src/datagen/api/datapoint/assets/explanations/ExtrinsicParams.html
src/datagen/api/datapoint/assets/explanations/Eyes.html
src/datagen/api/datapoint/assets/explanations/FrameColor.html
src/datagen/api/datapoint/assets/explanations/Gaze.html
src/datagen/api/datapoint/assets/explanations/Glasses.html
src/datagen/api/datapoint/assets/explanations/GlassesPosition.html
src/datagen/api/datapoint/assets/explanations/Hair.html
src/datagen/api/datapoint/assets/explanations/HairColor.html
src/datagen/api/datapoint/assets/explanations/Head.html
src/datagen/api/datapoint/assets/explanations/HeadRotation.html
src/datagen/api/datapoint/assets/explanations/Human.html
src/datagen/api/datapoint/assets/explanations/HumanDatapoint.html
src/datagen/api/datapoint/assets/explanations/IntrinsicParams.html
src/datagen/api/datapoint/assets/explanations/LensColor.html
src/datagen/api/datapoint/assets/explanations/Light.html
src/datagen/api/datapoint/assets/explanations/LightRotation.html
src/datagen/api/datapoint/assets/explanations/LightType.html
src/datagen/api/datapoint/assets/explanations/Mask.html
src/datagen/api/datapoint/assets/explanations/MaskColor.html
src/datagen/api/datapoint/assets/explanations/MaskPosition.html
src/datagen/api/datapoint/assets/explanations/MaskTexture.html
src/datagen/api/datapoint/assets/explanations/Point.html
src/datagen/api/datapoint/assets/explanations/Projection.html
src/datagen/api/datapoint/assets/explanations/Vector.html
src/datagen/api/datapoint/assets/explanations/Wavelength.html
src/datagen/api/datapoint/assets/human/__init__.py
src/datagen/api/datapoint/assets/human/expression.py
src/datagen/api/datapoint/assets/human/eyes.py
src/datagen/api/datapoint/assets/human/hair.py
src/datagen/api/datapoint/assets/human/head.py
src/datagen/api/datapoint/assets/human/human.py
src/datagen/api/datapoint/assets/orientation/__init__.py
src/datagen/api/datapoint/assets/orientation/point.py
src/datagen/api/datapoint/assets/orientation/rotation.py
src/datagen/api/datapoint/assets/orientation/vector.py
src/datagen/components/__init__.py
src/datagen/components/camera.py
src/datagen/components/dataset.py
src/datagen/components/datasource.py
src/datagen/components/scene.py
src/datagen/components/sequence.py
src/datagen/components/datapoint/__init__.py
src/datagen/components/datapoint/container.py
src/datagen/components/datapoint/repo.py
src/datagen/components/datapoint/entity/__init__.py
src/datagen/components/datapoint/entity/base.py
src/datagen/components/datapoint/entity/hic.py
src/datagen/components/datapoint/entity/identities.py
src/datagen/config/config.py
src/datagen/config/settings.toml
src/datagen/imaging/__init__.py
src/datagen/imaging/base.py
src/datagen/imaging/opencv.py
src/datagen/modalities/__init__.py
src/datagen/modalities/containers.py
src/datagen/modalities/descriptors.py
src/datagen/modalities/textual/__init__.py
src/datagen/modalities/textual/base/__init__.py
src/datagen/modalities/textual/base/camera_metadata.py
src/datagen/modalities/textual/base/containers.py
src/datagen/modalities/textual/base/environments.py
src/datagen/modalities/textual/base/segmentation.py
src/datagen/modalities/textual/common/__init__.py
src/datagen/modalities/textual/common/identity_label.py
src/datagen/modalities/textual/common/ndarray.py
src/datagen/modalities/textual/common/sixdof.py
src/datagen/modalities/textual/hic/__init__.py
src/datagen/modalities/textual/hic/actor_metadata.py
src/datagen/modalities/textual/hic/center_of_geometry.py
src/datagen/modalities/textual/hic/containers.py
src/datagen/modalities/textual/hic/keypoints.py
src/datagen/modalities/textual/identities/__init__.py
src/datagen/modalities/textual/identities/actor_metadata.py
src/datagen/modalities/textual/identities/containers.py
src/datagen/modalities/textual/identities/face_bounding_box.py
src/datagen/modalities/textual/identities/lights_metadata.py
src/datagen/modalities/textual/identities/keypoints/__init__.py
src/datagen/modalities/textual/identities/keypoints/base.py
src/datagen/modalities/textual/identities/keypoints/v1.py
src/datagen/modalities/textual/identities/keypoints/v2.py
src/datagen_tech.egg-info/PKG-INFO
src/datagen_tech.egg-info/SOURCES.txt
src/datagen_tech.egg-info/dependency_links.txt
src/datagen_tech.egg-info/requires.txt
src/datagen_tech.egg-info/top_level.txt
tests/__init__.py
tests/regression/__init__.py
tests/regression/helpers/__init__.py
tests/regression/helpers/installers.py
tests/regression/hic/test_notebook.ipynb
tests/regression/hic/.ipynb_checkpoints/test_notebook-checkpoint.ipynb
tests/resources/datasets/hic/Center_of_Mass/scene_00001/frames/001/high_doorbell_camera/center_of_geometry.json
tests/resources/datasets/hic/Center_of_Mass/scene_00001/frames/001/high_doorbell_camera/center_of_geometry.png
tests/resources/datasets/hic/Center_of_Mass/scene_00001/frames/001/high_doorbell_camera/environment.json
tests/resources/datasets/hic/Center_of_Mass/scene_00001/frames/001/high_doorbell_camera/template_for_visualize.png
tests/resources/datasets/hic/Center_of_Mass/scene_00001/frames/002/high_doorbell_camera/center_of_geometry.json
tests/resources/datasets/hic/Center_of_Mass/scene_00001/frames/002/high_doorbell_camera/center_of_geometry.png
tests/resources/datasets/hic/Center_of_Mass/scene_00001/frames/002/high_doorbell_camera/environment.json
tests/resources/datasets/hic/Center_of_Mass/scene_00001/frames/002/high_doorbell_camera/template_for_visualize.png
tests/resources/datasets/hic/Center_of_Mass/scene_00001/frames/003/high_doorbell_camera/center_of_geometry.json
tests/resources/datasets/hic/Center_of_Mass/scene_00001/frames/003/high_doorbell_camera/center_of_geometry.png
tests/resources/datasets/hic/Center_of_Mass/scene_00001/frames/003/high_doorbell_camera/environment.json
tests/resources/datasets/hic/Center_of_Mass/scene_00001/frames/003/high_doorbell_camera/template_for_visualize.png
tests/resources/datasets/hic/With_Keypoints/environment_00001/frames/001/rear_view_mirror_camera/actor_metadata.json
tests/resources/datasets/hic/With_Keypoints/environment_00001/frames/001/rear_view_mirror_camera/camera_metadata.json
tests/resources/datasets/hic/With_Keypoints/environment_00001/frames/001/rear_view_mirror_camera/center_of_geometry.json
tests/resources/datasets/hic/With_Keypoints/environment_00001/frames/001/rear_view_mirror_camera/depth.exr
tests/resources/datasets/hic/With_Keypoints/environment_00001/frames/001/rear_view_mirror_camera/environment.json
tests/resources/datasets/hic/With_Keypoints/environment_00001/frames/001/rear_view_mirror_camera/visible_spectrum.png
tests/resources/datasets/hic/With_Keypoints/environment_00001/frames/001/rear_view_mirror_camera/key_points/all_key_points.json
tests/resources/datasets/hic/With_Keypoints/environment_00001/frames/001/rear_view_mirror_camera/key_points/body_key_points.json
tests/resources/datasets/hic/With_Keypoints/environment_00001/frames/001/rear_view_mirror_camera/key_points/eyes_key_points.json
tests/resources/datasets/hic/With_Keypoints/environment_00001/frames/001/rear_view_mirror_camera/key_points/face_dense_key_points.json
tests/resources/datasets/hic/With_Keypoints/environment_00001/frames/001/rear_view_mirror_camera/key_points/face_standard_key_points.json
tests/resources/datasets/hic/With_Keypoints/environment_00001/frames/001/rear_view_mirror_camera/key_points/feet_key_points.json
tests/resources/datasets/hic/With_Keypoints/environment_00001/frames/001/rear_view_mirror_camera/key_points/hands_key_points.json
tests/resources/datasets/hic/With_Keypoints/environment_00001/frames/002/rear_view_mirror_camera/actor_metadata.json
tests/resources/datasets/hic/With_Keypoints/environment_00001/frames/002/rear_view_mirror_camera/camera_metadata.json
tests/resources/datasets/hic/With_Keypoints/environment_00001/frames/002/rear_view_mirror_camera/center_of_geometry.json
tests/resources/datasets/hic/With_Keypoints/environment_00001/frames/002/rear_view_mirror_camera/depth.exr
tests/resources/datasets/hic/With_Keypoints/environment_00001/frames/002/rear_view_mirror_camera/environment.json
tests/resources/datasets/hic/With_Keypoints/environment_00001/frames/002/rear_view_mirror_camera/visible_spectrum.png
tests/resources/datasets/hic/With_Keypoints/environment_00001/frames/002/rear_view_mirror_camera/key_points/all_key_points.json
tests/resources/datasets/hic/With_Keypoints/environment_00001/frames/002/rear_view_mirror_camera/key_points/body_key_points.json
tests/resources/datasets/hic/With_Keypoints/environment_00001/frames/002/rear_view_mirror_camera/key_points/eyes_key_points.json
tests/resources/datasets/hic/With_Keypoints/environment_00001/frames/002/rear_view_mirror_camera/key_points/face_dense_key_points.json
tests/resources/datasets/hic/With_Keypoints/environment_00001/frames/002/rear_view_mirror_camera/key_points/face_standard_key_points.json
tests/resources/datasets/hic/With_Keypoints/environment_00001/frames/002/rear_view_mirror_camera/key_points/feet_key_points.json
tests/resources/datasets/hic/With_Keypoints/environment_00001/frames/002/rear_view_mirror_camera/key_points/hands_key_points.json
tests/resources/datasets/hic/With_Keypoints/environment_00001/frames/003/rear_view_mirror_camera/actor_metadata.json
tests/resources/datasets/hic/With_Keypoints/environment_00001/frames/003/rear_view_mirror_camera/camera_metadata.json
tests/resources/datasets/hic/With_Keypoints/environment_00001/frames/003/rear_view_mirror_camera/center_of_geometry.json
tests/resources/datasets/hic/With_Keypoints/environment_00001/frames/003/rear_view_mirror_camera/depth.exr
tests/resources/datasets/hic/With_Keypoints/environment_00001/frames/003/rear_view_mirror_camera/environment.json
tests/resources/datasets/hic/With_Keypoints/environment_00001/frames/003/rear_view_mirror_camera/visible_spectrum.png
tests/resources/datasets/hic/With_Keypoints/environment_00001/frames/003/rear_view_mirror_camera/key_points/all_key_points.json
tests/resources/datasets/hic/With_Keypoints/environment_00001/frames/003/rear_view_mirror_camera/key_points/body_key_points.json
tests/resources/datasets/hic/With_Keypoints/environment_00001/frames/003/rear_view_mirror_camera/key_points/eyes_key_points.json
tests/resources/datasets/hic/With_Keypoints/environment_00001/frames/003/rear_view_mirror_camera/key_points/face_dense_key_points.json
tests/resources/datasets/hic/With_Keypoints/environment_00001/frames/003/rear_view_mirror_camera/key_points/face_standard_key_points.json
tests/resources/datasets/hic/With_Keypoints/environment_00001/frames/003/rear_view_mirror_camera/key_points/feet_key_points.json
tests/resources/datasets/hic/With_Keypoints/environment_00001/frames/003/rear_view_mirror_camera/key_points/hands_key_points.json
tests/resources/datasets/hic/With_Keypoints/environment_00002/frames/001/rear_view_mirror_camera/actor_metadata.json
tests/resources/datasets/hic/With_Keypoints/environment_00002/frames/001/rear_view_mirror_camera/camera_metadata.json
tests/resources/datasets/hic/With_Keypoints/environment_00002/frames/001/rear_view_mirror_camera/depth.exr
tests/resources/datasets/hic/With_Keypoints/environment_00002/frames/001/rear_view_mirror_camera/environment.json
tests/resources/datasets/hic/With_Keypoints/environment_00002/frames/001/rear_view_mirror_camera/visible_spectrum.png
tests/resources/datasets/hic/With_Keypoints/environment_00002/frames/001/rear_view_mirror_camera/key_points/all_key_points.json
tests/resources/datasets/hic/With_Keypoints/environment_00002/frames/001/rear_view_mirror_camera/key_points/body_key_points.json
tests/resources/datasets/hic/With_Keypoints/environment_00002/frames/001/rear_view_mirror_camera/key_points/eyes_key_points.json
tests/resources/datasets/hic/With_Keypoints/environment_00002/frames/001/rear_view_mirror_camera/key_points/face_dense_key_points.json
tests/resources/datasets/hic/With_Keypoints/environment_00002/frames/001/rear_view_mirror_camera/key_points/face_standard_key_points.json
tests/resources/datasets/hic/With_Keypoints/environment_00002/frames/001/rear_view_mirror_camera/key_points/feet_key_points.json
tests/resources/datasets/hic/With_Keypoints/environment_00002/frames/001/rear_view_mirror_camera/key_points/hands_key_points.json
tests/resources/datasets/hic/With_Keypoints/environment_00002/frames/002/rear_view_mirror_camera/actor_metadata.json
tests/resources/datasets/hic/With_Keypoints/environment_00002/frames/002/rear_view_mirror_camera/camera_metadata.json
tests/resources/datasets/hic/With_Keypoints/environment_00002/frames/002/rear_view_mirror_camera/depth.exr
tests/resources/datasets/hic/With_Keypoints/environment_00002/frames/002/rear_view_mirror_camera/environment.json
tests/resources/datasets/hic/With_Keypoints/environment_00002/frames/002/rear_view_mirror_camera/visible_spectrum.png
tests/resources/datasets/hic/With_Keypoints/environment_00002/frames/002/rear_view_mirror_camera/key_points/all_key_points.json
tests/resources/datasets/hic/With_Keypoints/environment_00002/frames/002/rear_view_mirror_camera/key_points/body_key_points.json
tests/resources/datasets/hic/With_Keypoints/environment_00002/frames/002/rear_view_mirror_camera/key_points/eyes_key_points.json
tests/resources/datasets/hic/With_Keypoints/environment_00002/frames/002/rear_view_mirror_camera/key_points/face_dense_key_points.json
tests/resources/datasets/hic/With_Keypoints/environment_00002/frames/002/rear_view_mirror_camera/key_points/face_standard_key_points.json
tests/resources/datasets/hic/With_Keypoints/environment_00002/frames/002/rear_view_mirror_camera/key_points/feet_key_points.json
tests/resources/datasets/hic/With_Keypoints/environment_00002/frames/002/rear_view_mirror_camera/key_points/hands_key_points.json
tests/resources/datasets/hic/With_Keypoints/environment_00002/frames/003/rear_view_mirror_camera/actor_metadata.json
tests/resources/datasets/hic/With_Keypoints/environment_00002/frames/003/rear_view_mirror_camera/camera_metadata.json
tests/resources/datasets/hic/With_Keypoints/environment_00002/frames/003/rear_view_mirror_camera/depth.exr
tests/resources/datasets/hic/With_Keypoints/environment_00002/frames/003/rear_view_mirror_camera/environment.json
tests/resources/datasets/hic/With_Keypoints/environment_00002/frames/003/rear_view_mirror_camera/visible_spectrum.png
tests/resources/datasets/hic/With_Keypoints/environment_00002/frames/003/rear_view_mirror_camera/key_points/all_key_points.json
tests/resources/datasets/hic/With_Keypoints/environment_00002/frames/003/rear_view_mirror_camera/key_points/body_key_points.json
tests/resources/datasets/hic/With_Keypoints/environment_00002/frames/003/rear_view_mirror_camera/key_points/eyes_key_points.json
tests/resources/datasets/hic/With_Keypoints/environment_00002/frames/003/rear_view_mirror_camera/key_points/face_dense_key_points.json
tests/resources/datasets/hic/With_Keypoints/environment_00002/frames/003/rear_view_mirror_camera/key_points/face_standard_key_points.json
tests/resources/datasets/hic/With_Keypoints/environment_00002/frames/003/rear_view_mirror_camera/key_points/feet_key_points.json
tests/resources/datasets/hic/With_Keypoints/environment_00002/frames/003/rear_view_mirror_camera/key_points/hands_key_points.json
tests/resources/datasets/hic/With_Segmentation/scene_00001/semantic_segmentation_metadata.json
tests/resources/datasets/hic/With_Segmentation/scene_00001/frames/001/top_center_wheel_camera/camera_metadata.json
tests/resources/datasets/hic/With_Segmentation/scene_00001/frames/001/top_center_wheel_camera/environment.json
tests/resources/datasets/hic/With_Segmentation/scene_00001/frames/001/top_center_wheel_camera/semantic_segmentation.png
tests/resources/datasets/hic/With_Segmentation/scene_00001/frames/001/top_center_wheel_camera/visible_spectrum.png
tests/resources/datasets/hic/With_Segmentation/scene_00001/frames/002/top_center_wheel_camera/camera_metadata.json
tests/resources/datasets/hic/With_Segmentation/scene_00001/frames/002/top_center_wheel_camera/environment.json
tests/resources/datasets/hic/With_Segmentation/scene_00001/frames/002/top_center_wheel_camera/semantic_segmentation.png
tests/resources/datasets/hic/With_Segmentation/scene_00001/frames/002/top_center_wheel_camera/visible_spectrum.png
tests/resources/datasets/hic/With_Segmentation/scene_00001/frames/003/top_center_wheel_camera/camera_metadata.json
tests/resources/datasets/hic/With_Segmentation/scene_00001/frames/003/top_center_wheel_camera/environment.json
tests/resources/datasets/hic/With_Segmentation/scene_00001/frames/003/top_center_wheel_camera/semantic_segmentation.png
tests/resources/datasets/hic/With_Segmentation/scene_00001/frames/003/top_center_wheel_camera/visible_spectrum.png
tests/resources/datasets/identities/Transparent_Background/scene_00001/actor_metadata.json
tests/resources/datasets/identities/Transparent_Background/scene_00001/semantic_segmentation_metadata.json
tests/resources/datasets/identities/Transparent_Background/scene_00001/camera_1/camera_metadata.json
tests/resources/datasets/identities/Transparent_Background/scene_00001/camera_1/depth.exr
tests/resources/datasets/identities/Transparent_Background/scene_00001/camera_1/environment.json
tests/resources/datasets/identities/Transparent_Background/scene_00001/camera_1/face_bounding_box.json
tests/resources/datasets/identities/Transparent_Background/scene_00001/camera_1/normal_maps.exr
tests/resources/datasets/identities/Transparent_Background/scene_00001/camera_1/semantic_segmentation.png
tests/resources/datasets/identities/Transparent_Background/scene_00001/camera_1/visible_spectrum_01.png
tests/resources/datasets/identities/Transparent_Background/scene_00001/camera_1/key_points/all_key_points.json
tests/resources/datasets/identities/Transparent_Background/scene_00001/camera_1/key_points/ears_key_points.json
tests/resources/datasets/identities/Transparent_Background/scene_00001/camera_1/key_points/face_dense_key_points.json
tests/resources/datasets/identities/Transparent_Background/scene_00001/camera_1/key_points/face_standard_key_points.json
tests/resources/datasets/identities/Transparent_Background/scene_00001/camera_1/key_points/head_key_points.json
tests/resources/datasets/identities/With_Glasses/scene_00001/actor_metadata.json
tests/resources/datasets/identities/With_Glasses/scene_00001/lights_metadata.json
tests/resources/datasets/identities/With_Glasses/scene_00001/semantic_segmentation_metadata.json
tests/resources/datasets/identities/With_Glasses/scene_00001/camera/camera_metadata.json
tests/resources/datasets/identities/With_Glasses/scene_00001/camera/depth.exr
tests/resources/datasets/identities/With_Glasses/scene_00001/camera/environment.json
tests/resources/datasets/identities/With_Glasses/scene_00001/camera/face_bounding_box.json
tests/resources/datasets/identities/With_Glasses/scene_00001/camera/infrared_spectrum.png
tests/resources/datasets/identities/With_Glasses/scene_00001/camera/normal_maps.exr
tests/resources/datasets/identities/With_Glasses/scene_00001/camera/semantic_segmentation.png
tests/resources/datasets/identities/With_Glasses/scene_00001/camera/visible_spectrum_01.png
tests/resources/datasets/identities/With_Glasses/scene_00001/camera/visible_spectrum_cross_polarized.png
tests/resources/datasets/identities/With_Glasses/scene_00001/camera/key_points/all_key_points.json
tests/resources/datasets/identities/With_Glasses/scene_00001/camera/key_points/ears_key_points.json
tests/resources/datasets/identities/With_Glasses/scene_00001/camera/key_points/face_dense_key_points.json
tests/resources/datasets/identities/With_Glasses/scene_00001/camera/key_points/face_standard_key_points.json
tests/resources/datasets/identities/With_Glasses/scene_00001/camera/key_points/head_key_points.json
tests/resources/datasets/identities/With_Glasses/scene_00002/actor_metadata.json
tests/resources/datasets/identities/With_Glasses/scene_00002/lights_metadata.json
tests/resources/datasets/identities/With_Glasses/scene_00002/semantic_segmentation_metadata.json
tests/resources/datasets/identities/With_Glasses/scene_00002/camera/camera_metadata.json
tests/resources/datasets/identities/With_Glasses/scene_00002/camera/depth.exr
tests/resources/datasets/identities/With_Glasses/scene_00002/camera/environment.json
tests/resources/datasets/identities/With_Glasses/scene_00002/camera/face_bounding_box.json
tests/resources/datasets/identities/With_Glasses/scene_00002/camera/infrared_spectrum.png
tests/resources/datasets/identities/With_Glasses/scene_00002/camera/normal_maps.exr
tests/resources/datasets/identities/With_Glasses/scene_00002/camera/semantic_segmentation.png
tests/resources/datasets/identities/With_Glasses/scene_00002/camera/visible_spectrum_01.png
tests/resources/datasets/identities/With_Glasses/scene_00002/camera/visible_spectrum_cross_polarized.png
tests/resources/datasets/identities/With_Glasses/scene_00002/camera/key_points/all_key_points.json
tests/resources/datasets/identities/With_Glasses/scene_00002/camera/key_points/ears_key_points.json
tests/resources/datasets/identities/With_Glasses/scene_00002/camera/key_points/face_dense_key_points.json
tests/resources/datasets/identities/With_Glasses/scene_00002/camera/key_points/face_standard_key_points.json
tests/resources/datasets/identities/With_Glasses/scene_00002/camera/key_points/head_key_points.json
tests/resources/datasets/identities/With_Glasses/scene_00003/actor_metadata.json
tests/resources/datasets/identities/With_Glasses/scene_00003/lights_metadata.json
tests/resources/datasets/identities/With_Glasses/scene_00003/semantic_segmentation_metadata.json
tests/resources/datasets/identities/With_Glasses/scene_00003/camera/camera_metadata.json
tests/resources/datasets/identities/With_Glasses/scene_00003/camera/depth.exr
tests/resources/datasets/identities/With_Glasses/scene_00003/camera/environment.json
tests/resources/datasets/identities/With_Glasses/scene_00003/camera/face_bounding_box.json
tests/resources/datasets/identities/With_Glasses/scene_00003/camera/infrared_spectrum.png
tests/resources/datasets/identities/With_Glasses/scene_00003/camera/normal_maps.exr
tests/resources/datasets/identities/With_Glasses/scene_00003/camera/semantic_segmentation.png
tests/resources/datasets/identities/With_Glasses/scene_00003/camera/visible_spectrum_01.png
tests/resources/datasets/identities/With_Glasses/scene_00003/camera/visible_spectrum_cross_polarized.png
tests/resources/datasets/identities/With_Glasses/scene_00003/camera/key_points/all_key_points.json
tests/resources/datasets/identities/With_Glasses/scene_00003/camera/key_points/ears_key_points.json
tests/resources/datasets/identities/With_Glasses/scene_00003/camera/key_points/face_dense_key_points.json
tests/resources/datasets/identities/With_Glasses/scene_00003/camera/key_points/face_standard_key_points.json
tests/resources/datasets/identities/With_Glasses/scene_00003/camera/key_points/head_key_points.json
tests/resources/datasets/identities/With_Mask/scene_00001/actor_metadata.json
tests/resources/datasets/identities/With_Mask/scene_00001/lights_metadata.json
tests/resources/datasets/identities/With_Mask/scene_00001/semantic_segmentation_metadata.json
tests/resources/datasets/identities/With_Mask/scene_00001/camera/camera_metadata.json
tests/resources/datasets/identities/With_Mask/scene_00001/camera/depth.exr
tests/resources/datasets/identities/With_Mask/scene_00001/camera/environment.json
tests/resources/datasets/identities/With_Mask/scene_00001/camera/face_bounding_box.json
tests/resources/datasets/identities/With_Mask/scene_00001/camera/infrared_spectrum.png
tests/resources/datasets/identities/With_Mask/scene_00001/camera/keypoints.json
tests/resources/datasets/identities/With_Mask/scene_00001/camera/normal_maps.exr
tests/resources/datasets/identities/With_Mask/scene_00001/camera/semantic_segmentation.png
tests/resources/datasets/identities/With_Mask/scene_00001/camera/visible_spectrum_01.png
tests/resources/datasets/identities/With_Mask/scene_00001/camera/visible_spectrum_cross_polarized.png
tests/resources/datasets/identities/With_Mask/scene_00002/actor_metadata.json
tests/resources/datasets/identities/With_Mask/scene_00002/lights_metadata.json
tests/resources/datasets/identities/With_Mask/scene_00002/semantic_segmentation_metadata.json
tests/resources/datasets/identities/With_Mask/scene_00002/camera/camera_metadata.json
tests/resources/datasets/identities/With_Mask/scene_00002/camera/depth.exr
tests/resources/datasets/identities/With_Mask/scene_00002/camera/environment.json
tests/resources/datasets/identities/With_Mask/scene_00002/camera/face_bounding_box.json
tests/resources/datasets/identities/With_Mask/scene_00002/camera/infrared_spectrum.png
tests/resources/datasets/identities/With_Mask/scene_00002/camera/normal_maps.exr
tests/resources/datasets/identities/With_Mask/scene_00002/camera/semantic_segmentation.png
tests/resources/datasets/identities/With_Mask/scene_00002/camera/visible_spectrum_01.png
tests/resources/datasets/identities/With_Mask/scene_00002/camera/visible_spectrum_cross_polarized.png
tests/resources/datasets/identities/With_Mask/scene_00003/actor_metadata.json
tests/resources/datasets/identities/With_Mask/scene_00003/lights_metadata.json
tests/resources/datasets/identities/With_Mask/scene_00003/semantic_segmentation_metadata.json
tests/resources/datasets/identities/With_Mask/scene_00003/camera/camera_metadata.json
tests/resources/datasets/identities/With_Mask/scene_00003/camera/depth.exr
tests/resources/datasets/identities/With_Mask/scene_00003/camera/environment.json
tests/resources/datasets/identities/With_Mask/scene_00003/camera/face_bounding_box.json
tests/resources/datasets/identities/With_Mask/scene_00003/camera/infrared_spectrum.png
tests/resources/datasets/identities/With_Mask/scene_00003/camera/normal_maps.exr
tests/resources/datasets/identities/With_Mask/scene_00003/camera/semantic_segmentation.png
tests/resources/datasets/identities/With_Mask/scene_00003/camera/visible_spectrum_01.png
tests/resources/datasets/identities/With_Mask/scene_00003/camera/visible_spectrum_cross_polarized.png
tests/unit/__init__.py
tests/unit/test_basic.py
tests/unit/test_catalog.py
tests/unit/test_hic.py
tests/unit/test_identites.py