Friday, January 12, 2018

LightNet: Bringing pjreddie's DarkNet out of the shadows - reference

https://github.com/explosion/lightnet


sudo apt-get install libopenblas-dev 

conda create --name lightnet python=3 
 
pip install opencv-python
 
source activate lightnet

pip install pathlib

pip install numpy

pip install plac

pip install requests

pip install msgpack-python

pip install lightnet

python -m lightnet download tiny-yolo

python -m lightnet download yolo







No comments:

Post a Comment