dashboard
repositories
filestore
activity
search
login
speedprog
/
mtg/mtg_card_detector
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
Yolo can be used from Python 2.x using /darknet.py on Linux or darknet/x64/...
AlexeyAB
2018-04-12
fc496d52bf22a0bb257300d3c79be9cd80e722cb
[~speedprog/mtg/mtg_card_detector.git]
/
build
/
darknet
/
x64
/
darknet_python.cmd
1
2
3
4
5
6
7
8
rem download Python 2.7.14 from: https://www.python.org/downloads/release/python-2714/
rem C:\Python27\Scripts\pip install numpy
C:\Python27\python.exe darknet.py
pause