Holmes-Alan

Results 25 issues of Holmes-Alan

hello, can you show one example of using your code for TimeSformer visualization?

Hello there, I tried your code to test on my own data. You can find my training image example as follows, ![img_00-1](https://user-images.githubusercontent.com/15608099/156315702-924a2bfd-a9fe-4284-afce-878a2bb3f769.jpg) I collected 50 images to cover 360-degree view....

I understand that your method uses SMPL to generate the 3D model. I wonder if I can replace it with my own mesh model since I want to use a...

enhancement

I have a question about how to read and write an obj file with vertex colors? using trimesh.load('result.obj') can only return the vertex without color. How can I read the...

In your code, you have the "pred_xyz_jts_29" as input to hybrik. How do you define these 29 keypoints? and how should I convert other keypoint format (Blazepose 31 keypoints) to...

Thanks for your codes. I try to extract shape and pose for SMPL modeling. From your code, "pose_output" contains some parameters. How should I process it to extract pose and...

I tried to use "new_file_name" to define the output path like, rmbg.remove_background_from_img_file(img_file_path=img_p, new_file_name=out_path) but it shows me this error. What is the problem?

Hello there, I tried your code on "chair" example from blender dataset and used the nerfvis library for visualization. It totally worked. However, when I tried to visualize other examples,...

Hello there. This is a very interesting code. I wonder if it can also visualize the plenoctree format for a 3D model. For instance, I have a tree.npy file from...

Has anyone met this problem? I followed the instruction but I encountered this problem when I tried to test the main.py