3D_Pose_Estimation icon indicating copy to clipboard operation
3D_Pose_Estimation copied to clipboard

pre-trained available through google drive does no unzip properly

Open VeniVidiGavi opened this issue 8 years ago • 2 comments

Thanks for your interest in our research!

If you have problems running our code, please include

  1. Your operating system Windows 10
  2. Your tensorflow version TF 1.5
  3. Your python version 3.6
  4. The stack trace of the error that you see there s no error: after unzipping the pretrained file, the folder is much much smaller than the zip file. Several big files inside the compressed archive are placed in the same directory and override each other during extraction.

This is research code, and its primary purpose is to reproduce the scientific results that you see in our paper. If you are looking for ways to extend our work such as

  • handling arbitrary images
  • handling videos as input
  • using other 2d detectors
  • large-scale deployment
  • handling missing data
  • you want to make a startup out of this code

then pull requests are welcome, but it is very unlikely we will have the time to help you.

VeniVidiGavi avatar Feb 21 '18 19:02 VeniVidiGavi

Hi,

I am new to deep learning. I want to do my research in Human Pose Estimation and want to run this code and understand how Dense Pose Estimation is working, but when I tried the code it gives me errors.

Ubuntu: 14.04 Tensorflow: I have installed Tensorflow by anaconda3 and I run this command to print the version: python -c 'import tensorflow as tf; print(tf.version)' output: 0.9.0 Python: 3.6

screenshot from 2018-05-11 13 24 38

manza-ari avatar May 11 '18 04:05 manza-ari

@kanza-ali your problem is related with CUDA. check cuda installation, and cuda paths. you should upgrade your cuda version to 9.0.

https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html

salihkaragoz avatar May 18 '18 09:05 salihkaragoz