AlexeyAB
2018-05-16 573d7e80814a4cc3c08897f6c0f67ea189339856
1
2
3
4
5
6
7
8
9
rem download Python 2.7.14 from: https://www.python.org/downloads/release/python-2714/
rem C:\Python27\Scripts\pip install numpy
rem C:\Python27\Scripts\pip install scikit-image
rem C:\Python27\Scripts\pip install scipy
 
C:\Python27\python.exe darknet.py
 
 
pause