RTM3D icon indicating copy to clipboard operation
RTM3D copied to clipboard

Something missing and how to convert kps into positions

Open mrsempress opened this issue 4 years ago • 3 comments

Thanks for your excellent work. Can you give me some suggestions on how to convert kps to positions? Either relationship diagram or tutorial website is both Ok. I would appreciate if you would like.

Maybe I missed some knowledge, but I think there are some problems in the code.

  1. In trains/car_pose.py line129, 79, you called car_pose_decode() function, but the definition in models/decode.py is like that car_pose_decode( heat, wh, kps, dim, rot, prob=None, reg=None, hm_hp=None, hp_offset=None, K=100, meta=None, const=None), You didn’t pass the parameter rot.
  2. And in models/decode.py line 590, you define as gen_position(kps, dim, rot, meta, const), the const use the default ‘None’, but 'NoneType' object has no attribute 'expand’.

mrsempress avatar Jan 29 '21 09:01 mrsempress

I have the same problem.

vobecant avatar Mar 13 '21 10:03 vobecant

I think this code is not runable. @Banconxuan Please make sure your code can be run when opensource..

lucasjinreal avatar Apr 12 '21 02:04 lucasjinreal

I meet it too, anybody solve it?

kai4729 avatar Jun 04 '21 02:06 kai4729