a | b/bin/install_lightnet | ||
---|---|---|---|
1 | #!/bin/bash |
||
2 | #python -m lightnet download tiny-yolo |
||
3 | #python -m lightnet download yolo |
||
4 | rm -rf lightnet |
||
5 | git clone https://gitlab.com/EAVISE/lightnet.git |
||
6 | cd lightnet |
||
7 | pip install . |
||
8 | cd .. |
||
9 | rm -rf lightnet |
||
10 | #wget https://pjreddie.com/media/files/yolo.weights |
||
11 | #wget https://pjreddie.com/media/files/tiny-yolo.weights |