Yu Sun
Yu Sun
@jsietbv @Song-jinshui 因为版权问题,剩下的文件只能通过以下说明来准备: https://github.com/Arthur151/ROMP/blob/master/simple_romp/README.md 2.Preparing SMPL model files in our format: ``` please convert the SMPL model files to our format via # please provide the absolute path of the...
@Song-jinshui Error here is really weird. As you can see in https://github.com/Arthur151/ROMP/blob/master/simple_romp/bev/__init__.py there is no such a line, like ``` File "/home/ly/anaconda3/envs/py37/lib/python3.7/site-packages/bev/init.py", line 1, in from .interface import Repository ```...
Thanks! Looking forward to the code release!
@nicolasugrinovic Could you please provide the used frames / depth ground truth of 3DPW and MuPoTS-3D that you used for evaluation? And the function that you used to compute the...
Thanks for your quick reply! It helps. Could you provide the function (code) that you `score the depth order in a pairwise manner`, like given the `Depth ground truth` and...
@nicolasugrinovic Sorry for bothering. Is there any change that the code would be released in next week? At least the code describing evaluation matrix, which is supposed to be quite...
Thanks! Really looking forward to it.
WOW, it's coming. Looking forward to the evaluation part! Thanks in advance, Doc!
Dear Doc. Nicolás Ugrinovic, Thanks a lot for your efforts! Best, Yu
Thanks for the code! It seems that the depth order only describes the closer or farther, without equal class. The `if ... continue` in code makes it hard to determine...