pose_and_shape_evaluation
pose_and_shape_evaluation copied to clipboard
Unify and generalize get_bbox in methods
Many methods use a get_bbox function which is very similar (probably exactly the same). It would be good to create a module with common functions used by many of the methods. Right now the image width and height is hardcoded for most methods, which should be changed.