MahmudulAlam / Automatic-Identification-and-Counting-of-Blood-Cells

Machine learning approach of automatic identification and counting of blood cells (RBC, WBC, and Platelet) with KNN and IOU based verification.
https://ietresearch.onlinelibrary.wiley.com/doi/10.1049/htl.2018.5098
GNU General Public License v3.0
133 stars 53 forks source link

how to train on my own dataset #6

Closed GloriaZLQ closed 5 years ago

GloriaZLQ commented 5 years ago

I want use you code to train on my own dataset ,and which file or code should i changed?

MahmudulAlam commented 5 years ago

I have created a wiki on How to Train on Your Dataset. Hope it helps.

GloriaZLQ commented 5 years ago

thanks !!!

GloriaZLQ commented 5 years ago

when run 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 python: can't open file 'flow': [Errno 2] No such file or directory,is the file "flow"in \darkflow\net???

MahmudulAlam commented 5 years ago

I have uploaded flow. Download the file.

GloriaZLQ commented 5 years ago

oh,i see