Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
-
Forked from kkumatani/distant_speech_recognition
spatial signal processing toolkit a.k.a beamforming toolkit 2.0 (BTK2.0)
C++
-
-
Forked from davisking/dlib
A toolkit for making real world machine learning and data analysis applications in C++
C++
197 contributions in the last year
Contribution activity
October 2020
Created an issue in davisking/dlib that received 77 comments
QUESTION : is yolov3 possible in DLIB
I am trying to define yolov3 using dlib's dnn module. I'm stuck with the darknet53 backbone, as I want it to output the outputs of the last three l…