LICENSE
MANIFEST.in
README.md
setup.py
blenderproc/__init__.py
blenderproc/__main__.py
blenderproc/command_line.py
blenderproc/debug.py
blenderproc/debug_startup.py
blenderproc/run.py
blenderproc/version.py
blenderproc/api/__init__.py
blenderproc/api/camera/__init__.py
blenderproc/api/constructor/__init__.py
blenderproc/api/filter/__init__.py
blenderproc/api/lighting/__init__.py
blenderproc/api/loader/__init__.py
blenderproc/api/material/__init__.py
blenderproc/api/math/__init__.py
blenderproc/api/object/__init__.py
blenderproc/api/postprocessing/__init__.py
blenderproc/api/renderer/__init__.py
blenderproc/api/sampler/__init__.py
blenderproc/api/types/__init__.py
blenderproc/api/utility/__init__.py
blenderproc/api/world/__init__.py
blenderproc/api/writer/__init__.py
blenderproc/external/__init__.py
blenderproc/external/vhacd/__init__.py
blenderproc/external/vhacd/build_linux.sh
blenderproc/external/vhacd/decompose.py
blenderproc/python/__init__.py
blenderproc/python/camera/CameraUtility.py
blenderproc/python/camera/CameraValidation.py
blenderproc/python/camera/LensDistortionUtility.py
blenderproc/python/camera/__init__.py
blenderproc/python/constructor/RandomRoomConstructor.py
blenderproc/python/constructor/__init__.py
blenderproc/python/filter/Filter.py
blenderproc/python/filter/__init__.py
blenderproc/python/lighting/SuncgLighting.py
blenderproc/python/lighting/SurfaceLighting.py
blenderproc/python/lighting/__init__.py
blenderproc/python/loader/AMASSLoader.py
blenderproc/python/loader/BlendLoader.py
blenderproc/python/loader/BopLoader.py
blenderproc/python/loader/CCMaterialLoader.py
blenderproc/python/loader/Front3DLoader.py
blenderproc/python/loader/HavenEnvironmentLoader.py
blenderproc/python/loader/HavenMaterialLoader.py
blenderproc/python/loader/IKEALoader.py
blenderproc/python/loader/ObjectLoader.py
blenderproc/python/loader/Pix3DLoader.py
blenderproc/python/loader/ReplicaLoader.py
blenderproc/python/loader/RockEssentialsRockLoader.py
blenderproc/python/loader/SceneNetLoader.py
blenderproc/python/loader/ShapeNetLoader.py
blenderproc/python/loader/SuncgLoader.py
blenderproc/python/loader/TextureLoader.py
blenderproc/python/loader/__init__.py
blenderproc/python/material/Dust.py
blenderproc/python/material/MaterialLoaderUtility.py
blenderproc/python/material/__init__.py
blenderproc/python/modules/__init__.py
blenderproc/python/modules/camera/CameraInterface.py
blenderproc/python/modules/camera/CameraLoader.py
blenderproc/python/modules/camera/CameraSampler.py
blenderproc/python/modules/camera/Front3DCameraSampler.py
blenderproc/python/modules/camera/ReplicaCameraSampler.py
blenderproc/python/modules/camera/SuncgCameraSampler.py
blenderproc/python/modules/camera/__init__.py
blenderproc/python/modules/composite/CameraObjectSampler.py
blenderproc/python/modules/composite/__init__.py
blenderproc/python/modules/constructor/BasicEmptyInitializer.py
blenderproc/python/modules/constructor/BasicMeshInitializer.py
blenderproc/python/modules/constructor/RandomRoomConstructorModule.py
blenderproc/python/modules/constructor/RockEssentialsGroundConstructor.py
blenderproc/python/modules/constructor/__init__.py
blenderproc/python/modules/lighting/LightInterface.py
blenderproc/python/modules/lighting/LightLoader.py
blenderproc/python/modules/lighting/LightSampler.py
blenderproc/python/modules/lighting/SuncgLightingModule.py
blenderproc/python/modules/lighting/SurfaceLightingModule.py
blenderproc/python/modules/lighting/__init__.py
blenderproc/python/modules/loader/AMASSLoaderModule.py
blenderproc/python/modules/loader/BlendLoaderModule.py
blenderproc/python/modules/loader/BopLoaderModule.py
blenderproc/python/modules/loader/CCMaterialLoaderModule.py
blenderproc/python/modules/loader/Front3DLoaderModule.py
blenderproc/python/modules/loader/HavenEnvironmentLoaderModule.py
blenderproc/python/modules/loader/HavenMaterialLoaderModule.py
blenderproc/python/modules/loader/IKEALoaderModule.py
blenderproc/python/modules/loader/LoaderInterface.py
blenderproc/python/modules/loader/ObjectLoaderModule.py
blenderproc/python/modules/loader/Pix3DLoaderModule.py
blenderproc/python/modules/loader/ReplicaLoaderModule.py
blenderproc/python/modules/loader/RockEssentialsRockLoaderModule.py
blenderproc/python/modules/loader/SceneNetLoaderModule.py
blenderproc/python/modules/loader/ShapeNetLoaderModule.py
blenderproc/python/modules/loader/SuncgLoaderModule.py
blenderproc/python/modules/loader/TextureLoaderModule.py
blenderproc/python/modules/loader/VisNormalImage.py
blenderproc/python/modules/loader/__init__.py
blenderproc/python/modules/main/GlobalStorage.py
blenderproc/python/modules/main/InitializerModule.py
blenderproc/python/modules/main/Module.py
blenderproc/python/modules/main/Pipeline.py
blenderproc/python/modules/main/Provider.py
blenderproc/python/modules/main/__init__.py
blenderproc/python/modules/manipulators/EntityManipulator.py
blenderproc/python/modules/manipulators/MaterialManipulator.py
blenderproc/python/modules/manipulators/WorldManipulator.py
blenderproc/python/modules/manipulators/__init__.py
blenderproc/python/modules/materials/RockEssentialsTextureSampler.py
blenderproc/python/modules/materials/__init__.py
blenderproc/python/modules/object/CalibrationboardSampler.py
blenderproc/python/modules/object/FloorExtractorModule.py
blenderproc/python/modules/object/HideModule.py
blenderproc/python/modules/object/ObjectPoseSamplerModule.py
blenderproc/python/modules/object/ObjectReplacerModule.py
blenderproc/python/modules/object/OnSurfaceSamplerModule.py
blenderproc/python/modules/object/PhysicsPositioningModule.py
blenderproc/python/modules/object/__init__.py
blenderproc/python/modules/postprocessing/Dist2Depth.py
blenderproc/python/modules/postprocessing/LensDistortion.py
blenderproc/python/modules/postprocessing/NoiseRemoval.py
blenderproc/python/modules/postprocessing/OilPaintFilter.py
blenderproc/python/modules/postprocessing/TrimRedundantChannels.py
blenderproc/python/modules/postprocessing/__init__.py
blenderproc/python/modules/provider/__init__.py
blenderproc/python/modules/provider/getter/Attribute.py
blenderproc/python/modules/provider/getter/AttributeMerger.py
blenderproc/python/modules/provider/getter/Entity.py
blenderproc/python/modules/provider/getter/Material.py
blenderproc/python/modules/provider/getter/POI.py
blenderproc/python/modules/provider/getter/Texture.py
blenderproc/python/modules/provider/getter/__init__.py
blenderproc/python/modules/provider/sampler/Color.py
blenderproc/python/modules/provider/sampler/DiskModule.py
blenderproc/python/modules/provider/sampler/PartSphereModule.py
blenderproc/python/modules/provider/sampler/Path.py
blenderproc/python/modules/provider/sampler/ShellModule.py
blenderproc/python/modules/provider/sampler/SphereModule.py
blenderproc/python/modules/provider/sampler/Texture.py
blenderproc/python/modules/provider/sampler/Uniform3d.py
blenderproc/python/modules/provider/sampler/UniformSO3Module.py
blenderproc/python/modules/provider/sampler/UpperRegionSamplerModule.py
blenderproc/python/modules/provider/sampler/Value.py
blenderproc/python/modules/provider/sampler/__init__.py
blenderproc/python/modules/renderer/FlowRenderer.py
blenderproc/python/modules/renderer/RendererInterface.py
blenderproc/python/modules/renderer/RgbRenderer.py
blenderproc/python/modules/renderer/SegMapRenderer.py
blenderproc/python/modules/renderer/__init__.py
blenderproc/python/modules/utility/Config.py
blenderproc/python/modules/utility/ConfigParser.py
blenderproc/python/modules/utility/ItemCollection.py
blenderproc/python/modules/utility/ItemWriter.py
blenderproc/python/modules/utility/__init__.py
blenderproc/python/modules/writer/BopWriter.py
blenderproc/python/modules/writer/CameraStateWriter.py
blenderproc/python/modules/writer/CocoAnnotationsWriter.py
blenderproc/python/modules/writer/Hdf5Writer.py
blenderproc/python/modules/writer/LightStateWriter.py
blenderproc/python/modules/writer/ObjectStateWriter.py
blenderproc/python/modules/writer/ShapeNetWriter.py
blenderproc/python/modules/writer/StereoGlobalMatchingWriterModule.py
blenderproc/python/modules/writer/WriterInterface.py
blenderproc/python/modules/writer/__init__.py
blenderproc/python/object/FloorExtractor.py
blenderproc/python/object/ObjectMerging.py
blenderproc/python/object/ObjectPoseSampler.py
blenderproc/python/object/ObjectReplacer.py
blenderproc/python/object/OnSurfaceSampler.py
blenderproc/python/object/PhysicsSimulation.py
blenderproc/python/object/__init__.py
blenderproc/python/postprocessing/PostProcessingUtility.py
blenderproc/python/postprocessing/SGMUtility.py
blenderproc/python/postprocessing/StereoGlobalMatching.py
blenderproc/python/postprocessing/__init__.py
blenderproc/python/renderer/FlowRendererUtility.py
blenderproc/python/renderer/NOCSRendererUtility.py
blenderproc/python/renderer/RendererUtility.py
blenderproc/python/renderer/SegMapRendererUtility.py
blenderproc/python/renderer/__init__.py
blenderproc/python/sampler/Disk.py
blenderproc/python/sampler/Front3DPointInRoomSampler.py
blenderproc/python/sampler/PartSphere.py
blenderproc/python/sampler/ReplicaPointInRoomSampler.py
blenderproc/python/sampler/Shell.py
blenderproc/python/sampler/Sphere.py
blenderproc/python/sampler/SuncgPointInRoomSampler.py
blenderproc/python/sampler/UniformSO3.py
blenderproc/python/sampler/UpperRegionSampler.py
blenderproc/python/sampler/__init__.py
blenderproc/python/tests/SilentMode.py
blenderproc/python/tests/TestsPathManager.py
blenderproc/python/tests/__init__.py
blenderproc/python/types/EntityUtility.py
blenderproc/python/types/LightUtility.py
blenderproc/python/types/MaterialUtility.py
blenderproc/python/types/MeshObjectUtility.py
blenderproc/python/types/StructUtility.py
blenderproc/python/types/StructUtilityFunctions.py
blenderproc/python/types/__init__.py
blenderproc/python/utility/BlenderUtility.py
blenderproc/python/utility/CollisionUtility.py
blenderproc/python/utility/DefaultConfig.py
blenderproc/python/utility/Initializer.py
blenderproc/python/utility/InstallUtility.py
blenderproc/python/utility/LabelIdMapping.py
blenderproc/python/utility/MathUtility.py
blenderproc/python/utility/PatternUtility.py
blenderproc/python/utility/SetupUtility.py
blenderproc/python/utility/Utility.py
blenderproc/python/utility/__init__.py
blenderproc/python/writer/BopWriterUtility.py
blenderproc/python/writer/CocoWriterUtility.py
blenderproc/python/writer/GifWriterUtility.py
blenderproc/python/writer/WriterUtility.py
blenderproc/python/writer/__init__.py
blenderproc/resources/__init__.py
blenderproc/resources/AMASS/taxonomy.json
blenderproc/resources/front_3D/3D_front_mapping.csv
blenderproc/resources/front_3D/3D_front_nyu_mapping.csv
blenderproc/resources/front_3D/__init__.py
blenderproc/resources/front_3D/find_all_front_3D_labels.py
blenderproc/resources/id_mappings/nyu_idset.csv
blenderproc/resources/id_mappings/old_idset.csv
blenderproc/resources/replica/height_levels/apartment_0/height_list_values.txt
blenderproc/resources/replica/height_levels/apartment_1/height_list_values.txt
blenderproc/resources/replica/height_levels/apartment_2/height_list_values.txt
blenderproc/resources/replica/height_levels/frl_apartment_0/height_list_values.txt
blenderproc/resources/replica/height_levels/frl_apartment_1/height_list_values.txt
blenderproc/resources/replica/height_levels/frl_apartment_2/height_list_values.txt
blenderproc/resources/replica/height_levels/frl_apartment_3/height_list_values.txt
blenderproc/resources/replica/height_levels/frl_apartment_4/height_list_values.txt
blenderproc/resources/replica/height_levels/frl_apartment_5/height_list_values.txt
blenderproc/resources/replica/height_levels/hotel_0/height_list_values.txt
blenderproc/resources/replica/height_levels/office_0/height_list_values.txt
blenderproc/resources/replica/height_levels/office_1/height_list_values.txt
blenderproc/resources/replica/height_levels/office_2/height_list_values.txt
blenderproc/resources/replica/height_levels/office_3/height_list_values.txt
blenderproc/resources/replica/height_levels/office_4/height_list_values.txt
blenderproc/resources/replica/height_levels/room_0/height_list_values.txt
blenderproc/resources/replica/height_levels/room_1/height_list_values.txt
blenderproc/resources/replica/height_levels/room_2/height_list_values.txt
blenderproc/resources/scenenet/CategoryLabeling.csv
blenderproc/resources/suncg/Better_labeling_for_NYU.csv
blenderproc/resources/suncg/ModelCategoryMapping.csv
blenderproc/resources/suncg/light_geometry_compact.txt
blenderproc/scripts/__init__.py
blenderproc/scripts/download_blenderkit.py
blenderproc/scripts/download_cc_textures.py
blenderproc/scripts/download_haven.py
blenderproc/scripts/download_ikea.py
blenderproc/scripts/download_pix3d.py
blenderproc/scripts/download_scenenet.py
blenderproc/scripts/quickstart.py
blenderproc/scripts/saveAsImg.py
blenderproc/scripts/visHdf5Files.py
blenderproc/scripts/vis_coco_annotation.py
bounding_ai_tool.egg-info/PKG-INFO
bounding_ai_tool.egg-info/SOURCES.txt
bounding_ai_tool.egg-info/dependency_links.txt
bounding_ai_tool.egg-info/entry_points.txt
bounding_ai_tool.egg-info/requires.txt
bounding_ai_tool.egg-info/top_level.txt