├── README.md ├── heatmap.zip └── point_regression.zip /README.md: -------------------------------------------------------------------------------- 1 | # pytorch-point_regression 2 | 基于pytorch的关键点回归的两种方法:直接回归和heatmap热力图法 3 | 4 | 具体教学B站视频地址:https://www.bilibili.com/video/BV1sS4y197J1?spm_id_from=333.999.0.0 5 | -------------------------------------------------------------------------------- /heatmap.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiaofengsheng/pytorch-point_regression/8f4fce154d22076c16cc5a1306c0c968618c6082/heatmap.zip -------------------------------------------------------------------------------- /point_regression.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qiaofengsheng/pytorch-point_regression/8f4fce154d22076c16cc5a1306c0c968618c6082/point_regression.zip --------------------------------------------------------------------------------