lishiyu005

Results 6 comments of lishiyu005

有遇到训练过程爆显存的问题吗?我跑了600个batch显存炸了。

I have the same error. Category id can only be 1. If you have other id like 0 or 9, you can get error.

I manage to solve this problem to get rtmo work for multiple classes. Here is my solution: mmpose/models/heads/hybrid_heads/yoloxpose_head.py change the order of arguments of YOLOXposehead module: line 22: class YOLOXPoseHeadModule(BaseModule):...

I also read the paper, but do not find the evaluation of multiple view. Only in table 1, but the results of multiple-view object poses are not better than GDRnet....

After updating the code to the latest version, this issue is solved. Thank you.