facebookresearch / DensePose

A real-time approach for mapping all human pixels of 2D RGB images to a 3D surface-based model of the body
http://densepose.org
Other
6.96k stars 1.29k forks source link

no such file or directory : _mask.c #125

Open mbmamin1996 opened 6 years ago

mbmamin1996 commented 6 years ago

hi when i make the files in pythonapi folder for install the cocoapi i have this please help me x86_64-linux-gnu-gcc: error: pycocotools/_mask.c: No such file or directory x86_64-linux-gnu-gcc: fatal error: no input files

boycehbz commented 6 years ago

you can install cython first. pip install cython

JustinhoCHN commented 5 years ago

@borguz I tried, but still not working. I've also tried pip install cython pycocotools, still output the same error info. Python 2.7(as suggested), environment created by anaconda3.

boycehbz commented 5 years ago

enter your environment and check your conda list. if cython is not exist, install it by conda install cython.