RTM3D
RTM3D copied to clipboard
Something missing and how to convert kps into positions
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.
- In
trains/car_pose.py line129, 79, you calledcar_pose_decode()function, but the definition in models/decode.py is like thatcar_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 parameterrot. - And in
models/decode.pyline 590, you define asgen_position(kps, dim, rot, meta, const), the const use the default ‘None’, but 'NoneType' object has no attribute 'expand’.
I have the same problem.
I think this code is not runable. @Banconxuan Please make sure your code can be run when opensource..
I meet it too, anybody solve it?