Skip to content

Update eval_AGORA.py#298

Open
zeng-yifei wants to merge 1 commit intoArthur151:masterfrom
zeng-yifei:patch-1
Open

Update eval_AGORA.py#298
zeng-yifei wants to merge 1 commit intoArthur151:masterfrom
zeng-yifei:patch-1

Conversation

@zeng-yifei
Copy link

@zeng-yifei zeng-yifei commented Jul 6, 2022

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.

@Arthur151
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants