thtrieu/darkflow

training my own data set with ']' output predict

Open

#300 geöffnet am 23. Juni 2017

Auf GitHub ansehen
 (7 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (2.102 Forks)batch import
bughelp wanted

Repository-Metriken

Stars
 (6.120 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

hi I tried to train my own data set using cfg/tiny-yolo-voc.cfg tiny-yolo-voc.weight. I have changed the class to 2, lable.txt, and the last conv filter to 35(5*(2+5)) the training script is as follow: ./flow --model cfg/tiny-yolo-voc-1.cfg --load bin/tiny-yolo-voc.weights --train --annotation train/Annotations --dataset train/JPEGImages --gpu 1.0 --batch 30 --epoch 100 after trained the loss is under 2.0 the testing script is: /flow --imgdir test_dir/ --model cfg/tiny-yolo-voc.cfg --load -1 --json the result is ']' why is it ? the sample under test data is just a training data.

Contributor Guide