Pose-Group / DCPose

This is an official implementation of our CVPR 2021 paper "Deep Dual Consecutive Network for Human Pose Estimation" (https://openaccess.thecvf.com/content/CVPR2021/papers/Liu_Deep_Dual_Consecutive_Network_for_Human_Pose_Estimation_CVPR_2021_paper.pdf)
371 stars 61 forks source link

Can this run on the windows system? #23

Closed LiuJiaji1999 closed 2 years ago

LiuJiaji1999 commented 3 years ago

I tried to run on the windows system, but the problem of VC toolkit parsing was always prompted, and the bug still appeared after referring to the solution.How can i solve?? build\lib.win-amd64-3.6\deform_conv_cuda.cp36-win_amd64.pyd : fatal error LNK1120: 8 个无法解析的外部命令 error: command 'C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30037\bin\HostX86\x64\link.exe' failed with exit status 1120

FRunyang commented 3 years ago

We have not run the code on Windows environment. If you can run it well, we encourage you to prepare a guide and we will add it to the readme. Thanks in advance.

LiuJiaji1999 commented 2 years ago

The official website cannot be downloaded, and the result I downloaded from a third-party link is not the same as the catalog?So how to download the PoseTrack dataset? 423c4b6f8828abd389329acb7608f90

FRunyang commented 2 years ago

We download the datasets in the PoseTrack Official.

anas-zafar commented 2 years ago

@LiuJiaji1999 Were you able to run it on windows system?