Alexey
2018-05-08 0948df52b850b908e7a74cb589d19fa29eb30368
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