trt_pose
trt_pose copied to clipboard
Model description
Hi. First of all thank you for your work. I would like to know how can I have more information on the architecture of the model. Is it from a specific paper? (I see some references but I guess the model used are a bit different).
In particular I'm interested in che computation of 'target_shape' based on 'image_shape' in the config file, to experiment more.
Thank you, Michela
+1 could you give more info on target_shape? In particular, if I train with a non-square aspect ratio, should I keep target_shape square, or adjust it so both dimensions remain 0.25*image_dim
Thanks!