Chi Xu
Chi Xu
hi, when I run examplePlayback.py, this line "ret_color, color_image = capture.get_transformed_color_image()" would generate error: `[error] [t=20928] D:\a\1\s\extern\Azure-Kinect-Sensor-SDK\src\sdk\k4a.c (1253): k4a_transformation_color_image_to_depth_camera(). Require color image and transformed color image both have bgra32 format.`...
Hi guys, does anyone encounter this error: ``` ImportError: cannot import name 'TriangleMesh' from 'kaolin.rep' (/home/testuser/miniconda3/envs/3dmesh/lib/python3.8/site-packages/kaolin/rep/__init__.py) ``` I just followed strictly with the instructions and my environments are as below:...
When we enter `bash process_data.sh`, it seems that `https://s3.amazonaws.com/code-search-net/CodeSearchNet/v2/python.zip` returns 404, I cannot download any data from amazonaws server.
Hi guys, does anyone encounter this problem? ``` python smpl_registration/fit_SMPL_IPNet.py out_dir/body.ply out_dir/full.ply out_dir/parts.npy out_dir/cent.npy out_dir/ Traceback (most recent call last): File "smpl_registration/fit_SMPL_IPNet.py", line 16, in from kaolin.metrics.mesh import point_to_surface, laplacian_loss...