leoxiaobin / deep-high-resolution-net.pytorch

The project is an official implementation of our CVPR2019 paper "Deep High-Resolution Representation Learning for Human Pose Estimation"
https://jingdongwang2017.github.io/Projects/HRNet/PoseEstimation.html
MIT License
4.31k stars 908 forks source link

when I make in lib have some problems #284

Open zjj666123 opened 2 years ago

zjj666123 commented 2 years ago

when I make in lib something wrong like below:

running build_ext skipping 'cpu_nms.c' Cython extension (up-to-date) skipping 'gpu_nms.cpp' Cython extension (up-to-date)

zjj666123 commented 2 years ago

ok I have solved it! my computer has many versions of python and I want to use python3 so you should write python3 in makefile not write python

Yarong-zhang commented 2 years ago

ok I have solved it! my computer has many versions of python and I want to use python3 so you should write python3 in makefile not write python

@zjj666123 Hello, I also encountered the same problem, how did you solve it? Thanks

zjj666123 commented 1 year ago

ok I have solved it! my computer has many versions of python and I want to use python3 so you should write python3 in makefile not write python

@zjj666123 Hello, I also encountered the same problem, how did you solve it? Thanks

For example, if you use python3, you should replace Python in the makefile with Python3

Yarong-zhang commented 1 year ago

ok I have solved it! my computer has many versions of python and I want to use python3 so you should write python3 in makefile not write python

@zjj666123 Hello, I also encountered the same problem, how did you solve it? Thanks

For example, if you use python3, you should replace Python in the makefile with Python3

你好,我改了Makefile之后还是报同样的错误。我是在cola上班跑的代码,是Python3.7的环境。

YangChen-00 commented 1 year ago

ok I have solved it! my computer has many versions of python and I want to use python3 so you should write python3 in makefile not write python

@zjj666123 Hello, I also encountered the same problem, how did you solve it? Thanks

For example, if you use python3, you should replace Python in the makefile with Python3

Hello! I did what you said and the error still exists. do u have other solutions?