ROMP icon indicating copy to clipboard operation
ROMP copied to clipboard

Update eval_AGORA.py

Open zeng-yifei opened this issue 3 years ago • 1 comments

Hi, Doc. Sun. It's me again. I find eval_AGORA.py still contains some bugs. When I run this script. I find the outputs['joints'] and the outputs['pj2d_org'] are ndarrays, but would be errorly used as a tensor. So it will report bugs like:

AttributeError: 'numpy.ndarray' object has no attribute 'contiguous' or

'numpy.ndarray' object has no attribute 'cpu'

so I made them converted to tensor to fix the error.

zeng-yifei avatar Jul 06 '22 12:07 zeng-yifei

Thanks for reporting the issues. The bug is fixed in last commit.

Arthur151 avatar Jul 06 '22 14:07 Arthur151