Open H19012 opened 4 years ago
Here( https://github.com/HRNet/HigherHRNet-Human-Pose-Estimation/blob/b4610aecaa5cf3de3cd69bfb13c7c79c8d514c7c/lib/core/group.py#L170) the Tensor was converted to Numpy array. Is this necessary? Doesn't Torch have the required APIs like mean and norm?
Here( https://github.com/HRNet/HigherHRNet-Human-Pose-Estimation/blob/b4610aecaa5cf3de3cd69bfb13c7c79c8d514c7c/lib/core/group.py#L170) the Tensor was converted to Numpy array. Is this necessary? Doesn't Torch have the required APIs like mean and norm?