pretrained-models
pretrained-models copied to clipboard
pretrained yolo models
darknet officially released
which are stored in darknet internal format.
I've written a converter which could read tensors from them.
Is there any models implemented in TL,
such that if I convert yoloi.weight into yoloi.npz, it could be used by the TL model.
@lgarithm hi, I have a WIP private repo, a master student is working on it.
https://github.com/lgarithm/crystalnet/commit/7b5806596b2c6db80e7abe1b48a8df50d0641e68#diff-4a7fc93aea4010278c6d52b293f3857c It can convert yolov2.weights into idx format (the format of MNIST)
yolov2 in C++ is almost done, the only thing left is remove overlaping detection boxes, which is relatively easy. how about the python one?