[d34869]: / cmd.txt

Download this file

9 lines (6 with data), 333 Bytes

1
2
3
4
5
6
7
8
## build cython extension in place
$ python setup.py build_ext --inplace
## prediction on single image
$ python detect.py
## training:
$ python flow --model cfg/tiny-yolo-voc-3c.cfg --load bin/tiny-yolo-voc.weights --train --gpu .7 --annotation dataset/Training/Annotations --dataset dataset/Training/Images --lr 1e-3 --epoch 100