45 skills found · Page 1 of 2
xiangweizeng / Darknet2ncnnDarknet2ncnn converts the darknet model to the ncnn model
jkjung-avt / Yolov4 CrowdhumanA tutorial on training a DarkNet YOLOv4 model for the CrowdHuman dataset
zunzhumu / Darknet Mobilenetmobilenet model in darknet framework , MobilenetYOLO, compress mobilenet
cuixing158 / Yolov3 Yolov4 MatlabImport and export Darknet™ models within MATLAB deep learning networks.
zldrobit / Onnx Tflite Yolov3A Conversion tool to convert YOLO v3 Darknet weights to TF Lite model (YOLO v3 PyTorch > ONNX > TensorFlow > TF Lite), and to TensorRT (YOLO v3 Pytorch > ONNX > TensorRT).
hshatti / LightNetImplemented in pure pascal LightNet is an artificial intelligence neural network library Inspired by Darknet and yolo library which can run most of the darknet including YOLO models nativly and self dependently in pascal, tests are provided for both Lazarus and Delphi
sowmyadvn / Crime Detection Using Deep LearningDeveloped an object detection model using YOLO Darknet framework to prevent crimes. Collected the crime data manually from Google images as well as Imagenet database
ysh329 / Darknet2caffeConvert Darknet model to Caffe's
BruceDone / Darknet Demodarknet yolov3 tiny train model demo
patrick013 / Object Detection Yolov3This notebook implements an object detection based on a pre-trained model - YOLOv3. The model architecture is called a “DarkNet” and was originally loosely based on the VGG-16 model.
LanderMoerkerke / Camera Feed Object Detector Tf ServeCamera feed detector using Tensorflow Detection API on a Tensorflow Serving Docker container. There is also a version using only YoloV3 to detect objects. All models are from the model zoo from Tensorflow and Darknet, these models are trained on the coco dataset.
caimingxie / H5 To Weight Yolo3convert keras (tensorflow backend) yolov3 h5 model file to darknet yolov3 weights
biparnakroy / PseudoLabelGeneratorForYOLOCreating datasets in YOLO format using pretrained YOLO model in Darknet framework which could be used to train the model further
passion3394 / Darknet2caffe Yolov3a tool of converting darknet yolov3 model to caffe
rekharchandran / Traffic Sign Detection Using Yolov5YOLOv5 is the latest version of YOLO family of object detection models. It's the first YOLO implementation in PyTorch (rather than Darknet) and emphasizes ease of use and quickness of training and inference.
paleomoon / Darknet Ncnn AndroidAndroid demo to use darknet model in ncnn.
brandonjabr / Darknet YOLO V2 ExampleDemonstration of Darknet YOLO V2 Real Time Object Detection model (https://pjreddie.com/darknet/yolo) - trained w/ an NVIDIA 1080 Ti GPU
RenLuXi / Tensorflow Yolov4 TinyConvert yolov4-tiny darknet weights to the bp model of TensorFlow
DongLZY / YOLO SORT QTThis code uses the OpenCV dnn module to load the Darknet model for detection and add SORT for multi-object tracking(MOT).
Praneet9 / Weapon DetectionA barebone model built for detecting weapons in an image. It was built using YOLOv2 (You Only Look Once Algo version2). The model is built upon Darknet YOLO but is also ported on Tensorflow Lite, Protobuf file and also in YAD2K (Keras port of YOLO).