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)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can this run on the windows system?

LiuJiaji1999 opened this issue · comments

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

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.

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

We download the datasets in the PoseTrack Official.

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