Martin Sundermeyer
Martin Sundermeyer
Hey :) I am encountering an error when loading meshes from the h5 files: ``` line 371, in load_mesh mesh_fname = data["object/file"][()].decode('utf-8') AttributeError: 'str' object has no attribute 'decode' ```...
**Is your feature request related to a problem? Please describe.** Required samples are highly scene dependent. We have hidden default values that often take unnecessarily long. **Describe the solution you'd...
**Is your feature request related to a problem? Please describe.** Blender loads .obj files with a default rotation along the x-axis of 90 degree. This is in line how many...
There are some magic numbers in the process of determining whether a job timed out: https://github.com/facebookincubator/submitit/blob/b9830478a6f3f8e5626a12245a3a309c0c64fb02/submitit/core/job_environment.py#L161-L168 This seems to cause short jobs to immediately timeout: ``` [2021-10-21 11:50:15,215][submitit][INFO] - Job...
Add noise according to measured characteristics: https://www.researchgate.net/publication/348384835_Evaluation_of_the_Azure_Kinect_and_Its_Comparison_to_Kinect_V1_and_Kinect_V2
**Is your feature request related to a problem? Please describe.** It's a bit inconvenient to set/get rotation matrices for Entities in BlenderProc, but they are more common than Euler angles....