tlpss / keypoint-detection

2D keypoint detection with Pytorch Lightning and wandb
MIT License
70 stars 9 forks source link

xx,yy should be swapped in meshgrid +explicitly add indexing to avoid deprecation warning #7

Closed tlpss closed 2 years ago

tlpss commented 2 years ago

https://github.com/tlpss/keypoint-detection/blob/542b8b431c7f2f08de50e655cb1fc66cca4b69e2/keypoint_detection/utils/heatmap.py#L35

tlpss commented 2 years ago

fixed in #8