mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Minor fix - what pip-packages are required for Python scripts
This commit is contained in:
@ -1,6 +1,7 @@
|
|||||||
rem download Python 2.7.14 from: https://www.python.org/downloads/release/python-2714/
|
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 numpy
|
||||||
|
rem C:\Python27\Scripts\pip install scikit-image
|
||||||
|
rem C:\Python27\Scripts\pip install scipy
|
||||||
|
|
||||||
C:\Python27\python.exe darknet.py
|
C:\Python27\python.exe darknet.py
|
||||||
|
|
||||||
|
6
scripts/log_parser/run_log_parser_windows.cmd
Normal file
6
scripts/log_parser/run_log_parser_windows.cmd
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
C:\Python27\Scripts\pip install numpy
|
||||||
|
C:\Python27\Scripts\pip install matplotlib
|
||||||
|
|
||||||
|
C:\Python27\python.exe log_parser.py --source-dir ./ --save-dir ./ --log-file test.log --show true
|
||||||
|
|
||||||
|
pause
|
Reference in New Issue
Block a user