🍎 My own face recognition with deep neural networks.
☆362Mar 19, 2023Updated 3 years ago
Alternatives and similar repositories for face_recognition
Users that are interested in face_recognition are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 🔥 TensorFlow Code for technical report: "YOLOv3: An Incremental Improvement"☆3,612Jul 4, 2024Updated 2 years ago
- 🙄 Difficult algorithm, Simple code.☆1,701Mar 25, 2023Updated 3 years ago
- 本项目主要对原tensorflow-yolov3版本做了许多细节上的改进,增加了TensorFlow-Serving工程部署,训练了多个数据集,包括Visdrone2019, 安全帽等, 安全帽mAP在98%左右, 推理速度1080上608的尺寸大概25fps.☆386Nov 22, 2022Updated 3 years ago
- train、eval、predict for yolov3 based on keras。☆21Jan 8, 2020Updated 6 years ago
- Modification of YOLOv3 by applying EfficientNet as a backbone instead of Darknet53☆14Aug 2, 2019Updated 6 years ago
- Simple, predictable pricing with DigitalOcean hosting • AdAlways know what you'll pay with monthly caps and flat pricing. Enterprise-grade infrastructure trusted by 600k+ customers.
- 在 oxford hand 数据集上对 YOLOv3 做模型剪枝(network slimming)☆1,674Sep 26, 2022Updated 3 years ago
- yolov3 with mobilenetv2 and efficientnet☆295Nov 21, 2022Updated 3 years ago
- Complete YOLO v3 TensorFlow implementation. Support training on your own dataset.☆1,551Sep 16, 2022Updated 3 years ago
- A Keras implementation of YOLOv3 (Tensorflow backend)☆7,113Mar 12, 2023Updated 3 years ago
- yolov3的tensorflow实现☆57Oct 10, 2019Updated 6 years ago
- yolov3 with mobilenet v2 and ASFF☆1,084Jul 24, 2021Updated 4 years ago
- yolo3 implement by tensorflow, including mobilenet_v1, mobilenet_v2☆46Nov 21, 2019Updated 6 years ago
- Yolov3 implemented with brand new TensorFlow 2.0 API (both train and prediction)☆65Mar 25, 2023Updated 3 years ago
- OCR 基于 Keras☆19Feb 24, 2019Updated 7 years ago
- Simple, predictable pricing with DigitalOcean hosting • AdAlways know what you'll pay with monthly caps and flat pricing. Enterprise-grade infrastructure trusted by 600k+ customers.
- c implementation of Maximally Stable Extremal Regions (MSER) algorithm (modify from VLFeat)☆15Aug 4, 2019Updated 6 years ago
- 在Windows上的 ONNX 转 TensorRT 解决方案☆40Dec 20, 2019Updated 6 years ago
- tensorflow 2.0 ssd☆13May 8, 2024Updated 2 years ago
- Implementation of YOLO v3 object detector in Tensorflow (TF-Slim)☆878May 15, 2023Updated 3 years ago
- CenterNet's inference.(C++)/基于CenterNet的旋转目标检测C++版☆28Dec 28, 2020Updated 5 years ago
- I transfer the backend of yolov3 into Mobilenetv1,VGG16,ResNet101 and ResNeXt101☆561Sep 26, 2022Updated 3 years ago
- 单阶段通用目标检测器☆1,979Jul 2, 2025Updated last year
- This page is for the SlimYOLOv3: Narrower, Faster and Better for UAV Real-Time Applications☆1,151Oct 25, 2019Updated 6 years ago
- A lightweight DNN framework based on cuDNN☆15Nov 9, 2021Updated 4 years ago
- GPUs on demand by Runpod - Special Offer Available • AdRun AI, ML, and HPC workloads on powerful cloud GPUs—without limits or wasted spend. Deploy GPUs in under a minute and pay by the second.
- yolov3 yolov4 channel and layer pruning, Knowledge Distillation 层剪枝,通道剪枝,知识蒸馏☆1,515Sep 3, 2020Updated 5 years ago
- Four tracking algorithms organized with cascade classifier or YOLOv3 for object detection.☆13Nov 20, 2018Updated 7 years ago
- This is the unofficial implementation of the "CenterNet:Objects as Points".Just a simple try with self-modified shufflenetv2 and yolov3.…