PoseTrack-CVPR2017 icon indicating copy to clipboard operation
PoseTrack-CVPR2017 copied to clipboard

Results 8 PoseTrack-CVPR2017 issues
Sort by recently updated
recently updated
newest added

Hi, The dataset link [Multi-Person PoseTrack dataset](http://pages.iai.uni-bonn.de/iqbal_umar/PoseTrack/data/MultiPerson_PoseTrack_v0.1.rar) cannot be accessed. Is there an accessible download link for the dataset? Really appreciate your work! Thank you!

Hi @iqbalu , Itried to compile caffe to rrun your code , but I got following error, can I ask cuda and cuddn version to use your code? `src/caffe/layers/cudnn_tanh_layer.cu(13): error:...

Hi, I tried the code but I got "error while loading shared libraries: /usr/local/atlas/lib/libsatlas.so: cannot open shared object file: No such file or directory" I also tried "LD_PRELOAD=/usr/lib/atlas/libtatlas.so.3 matlab", but...

In step 2,build liblinear,when i input "$ CC=gcc CXX=g++ MATLABDIR=PATH_TO_MATLAB make",there is a fatal error:"linear_model_matlab.c:5:17: fatal error: mex.h: No such file or directory"; In step 3,build posetrack solver,when i input...

help wanted

Dear professor,when i run the demo_posetrack.m,and there is a error:Undefined function or variable 'pt_cache_cnn_features'.what should i do?Besides,i installed the caffe (cpu-only),and didn't use CUDA, is it OK?

help wanted

Hi. i am working with the demo project, but i want to know the training details to complete the training on my own datasets. would you like to share your...

Hi. I am currently working on a project on human body pose estimation/tracking using ToF cameras in a living room scenario and I have came around your project, when researching...