Prathamesh Dinkar

Results 8 comments of Prathamesh Dinkar

> > 我想知道这个问题后来解决了吗?是什么原因? > > 后来我解决了问题,可以参考[https://github.com/IDEA-Research/OSX/issues/84的问题解决方案,简单的解决方案是我在推理输出中将smplx的full_pose提取出来,这是有经过偏移处理的,再转fbx文件后手就没有问题了](https://github.com/IDEA-Research/OSX/issues/84%E7%9A%84%E9%97%AE%E9%A2%98%E8%A7%A3%E5%86%B3%E6%96%B9%E6%A1%88%EF%BC%8C%E7%AE%80%E5%8D%95%E7%9A%84%E8%A7%A3%E5%86%B3%E6%96%B9%E6%A1%88%E6%98%AF%E6%88%91%E5%9C%A8%E6%8E%A8%E7%90%86%E8%BE%93%E5%87%BA%E4%B8%AD%E5%B0%86smplx%E7%9A%84full_pose%E6%8F%90%E5%8F%96%E5%87%BA%E6%9D%A5%EF%BC%8C%E8%BF%99%E6%98%AF%E6%9C%89%E7%BB%8F%E8%BF%87%E5%81%8F%E7%A7%BB%E5%A4%84%E7%90%86%E7%9A%84%EF%BC%8C%E5%86%8D%E8%BD%ACfbx%E6%96%87%E4%BB%B6%E5%90%8E%E6%89%8B%E5%B0%B1%E6%B2%A1%E6%9C%89%E9%97%AE%E9%A2%98%E4%BA%86) Link not working!

> These `stuff_cls` and `thing_cls` are only used for panoptic evaluation. You can simply delete panoptic segmentation call from evaluation. Or call your background as 0 class, and your two...

@Lizhinwafu Yes, I was able to solve it! 1. Modify the classes ids in `mmdetection3d/tools/dataset_converters/s3dis_data_utils.py` based on the your dataset. Modification are to be done at line no. 28, 180,...

@DelusionalLogic Thanks for sharing! When tested on the checkpoint shared by you, I got results 3-4% less than what you have mentioned. Do you know why it is less?

Hi, I have joint locations from SMPLX model of shape [N, 144, 3]. I understand that creating hierarchical structure for face is difficult, but is there a way to convert...

I have managed to do the BVH generation part. request : https://github.com/BarqueroGerman/FlowMDM/pull/12

@WYJSJTU I am also getting similar error in dataloder. ``` Traceback (most recent call last): File "main.py", line 437, in main(args) File "main.py", line 337, in main inference(model, File "/usr/local/lib/python3.8/dist-packages/torch/autograd/grad_mode.py",...

- Go to this [site](https://mano.is.tue.mpg.de/download.php) - Download the zip folder from "Models & Code" and extract it to get the folder `mano_v1_2` - Download the zip folder from "Extended SMPL+H...