Darknet is an open source neural network framework written in C and CUDA. It is fast, easy to install, and supports CPU and GPU computation.
For more information see the Darknet project website.
For questions or issues please use the Google Group.
some using detaile can be found in below link:
https://github.com/AlexeyAB/darknet
this project is used to detect text mainly reference:
https://github.com/Aurora11111/keras_ocr
https://github.com/tianzhi0549/CTPN
https://github.com/pjreddie/darknet.git
first, you can down load icdar2017:链接:https://pan.baidu.com/s/1juvqEsJQ7rgAOlD9pfbd4g 密码:a3ag
then :python voc_annotation.py
if your dataset format is json:
python dict_datasets.py
attentions 1:the accordibnate sequences must be:(xmin, xmax,ymin, ymax)
python kmeans.py
attentions 1:the accordibnate sequences must be:(xmin, ymin, xmax, ymax)
attentions 2:file structural must be similarity to voc
./darknet detector train cfg/voc.data cfg/text.cfg darknet53.conv.74