SizheAn

Results 8 issues of SizheAn

Hi, I've been trying to reconstruct smpl mesh from my own dataset. I found the correspondences and created my own .py file for the dataset. Tested the smplify.py (using smplify3d...

Hi, I'm trying to create my own dataset joint point class, following https://github.com/open-mmlab/mmhuman3d/blob/main/docs/customize_keypoints_convention.md I found the correspondences and created my own .py file for the dataset. The next step is...

Hi, Thank you for the amazing wrapper. I've modified it for two kinects and saving the multi-sources video. However, I found that the program running significantly slow when saving the...

`sample_amass keys: ['poses', 'dmpls', 'labels', 'markers', 'mocap_framerate', 'betas', 'gender', 'vids', 'trans'] OpenGL test failed: stdout: failure stderr: /` Anyone facing this issue? Thanks!

Hi, I successfully run the GUI, change the joint rotation, and saved the parameters. However, I cannot load the .pkl file. Tried using ``` import pickle file_name = '../subject2_Tpose.pkl' with...

Hi, Very nice work! I'm wondering what is the relationship between registered video and the point cloud? In my understanding, registered video is after combining the RGB video(3 channels, RGB)...

**Describe the bug** 'std::out_of_range' for colmap::Reconstruction::TranscribeImageIdsToDatabase() I've followed the tutorial and point_triangulator gives the following error: ``` I1211 18:26:46.413621 396184 misc.cc:200] ============================================================================== Loading model ============================================================================== I1211 18:26:46.423274 396184 misc.cc:200] ==============================================================================...

Hi, I'm running it on my own dataset using two GPUs and it stuck like this: ![image](https://user-images.githubusercontent.com/87412724/209075876-64987797-1382-4a66-b9ce-67142e145a64.png) Any suggestions? btw, here https://github.com/snap-research/NeROIC/tree/master/scripts it shouldn't be ``` cd utils/data_preproccess ``` It...