Diff of /cmd.txt [000000] .. [d34869]

Switch to unified view

a b/cmd.txt
1
## build cython extension in place 
2
$ python setup.py build_ext --inplace
3
4
## prediction on single image
5
$ python detect.py
6
7
## training:
8
$ 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