Functioncrop_image(image, kp_2d, center_x, center_y, width, height, patch_width, patch_height, do_augment)
datasets/data_utils/img_utils.py:103
Methodget_symmetric_densepose(self, I, U, V, x, y, Mask)
utils/densepose_methods.py:30
Functiontransfrom_keypoints(kp_2d, center_x, center_y, width, height, patch_width, patch_height, do_augment)
datasets/data_utils/img_utils.py:130
Functionvis_batch_image_with_joints batch_image: [batch_size, channel, height, width] batch_joints: [batch_size, num_joints, 3], batch_joints_vis: [batch_size, num_joints, 1
utils/vis.py:378