stefanopini / simple-HRNet

Multi-person Human Pose Estimation with HRNet in Pytorch
GNU General Public License v3.0
579 stars 108 forks source link

Data augmentations of training #108

Closed viggypoker closed 1 year ago

viggypoker commented 1 year ago

@stefanopini In the code of the file Coco.py under datasets folder, the data augmentations of training are done to the original image and no additional data is generated, hence the total number of samples of training remain unchanged even if data augmentations is applied. Can you give clarity on this issue.