qhgz2013 / anime-face-detector

A Faster-RCNN based anime face detector implementation using tensorflow.
MIT License
242 stars 32 forks source link

error: Unable to find vcvarsall.bat #7

Closed Pxtri2156 closed 2 years ago

Pxtri2156 commented 3 years ago

Hi everyone. I try to run the command "make". But I see the error: Unable to find vcvarsall.bat.

Ps: I run it on Windows with anaconda Thanks

qhgz2013 commented 3 years ago

Hmmm. Actually I'm using conda environment too, and the build process is passed from a clean clone of this repo. Maybe checking the environment or provide a detail information about it?
The environment I use and test: anaconda 3, python 3.7, tensorflow 1.15.x, and VS 2019 (with c++ workload installed, it is necessary for building this extension). Another option: adding argument -nms-type=PY_NMS to bypass this step.