chaneyddtt / UDA-Animal-Pose

MIT License
102 stars 12 forks source link

"generate pseudo labels" fails. #4

Open Kana-alt opened 3 years ago

Kana-alt commented 3 years ago

How can we visualize the labeling of images, as described in the paper?

chaneyddtt commented 3 years ago

The simplest way to visualize the labels is to plot the cropped image, and then plot the keypoint annotations on the image with cv2.circle function.