Open hakS07 opened 5 years ago
"Darknet is an open source neural network framework written in C and CUDA.", from their website. It is, to my understanding, the original implementation of YOLO. Darkflow is a translation of darknet to TensorFlow, another framework for neural networks.
For more reading https://pjreddie.com/ has several publications on YOLO and https://www.tensorflow.org/ has everything you need to know about TensorFlow.
@skofot Thanks for your reply.
Can anyone please help me to distinguish between darknet and darkflow.