Bowen Tan

Results 4 comments of Bowen Tan

Please refer to this issue https://github.com/AllenXiangX/SnowflakeNet/issues/23 After the prediction is generated, you can try: ``` completed_pc = open3d.geometry.PointCloud() # result is a list of tensors completed_point_cloud = completed_point_cloud[-1].cpu().numpy() # convert...

Probably u need to modify the CLIP section or other tokenizer.

> try this tensor118 is body plus face plus hands bin\OpenPoseDemo.exe --model_pose BODY_25 --face -hand --image_dir .\examples\media --write_json .\test I think OpenPose BODY_25 with face and hand requires >= 16GB...

You can try some SoTA models for clothing. You can also refer to Meta's Dressing Avatars, although their code is not published.