🍎 My own face recognition with deep neural networks.
☆367Mar 19, 2023Updated 2 years ago
Alternatives and similar repositories for face_recognition
Users that are interested in face_recognition are comparing it to the libraries listed below
Sorting:
- 🔥 TensorFlow Code for technical report: "YOLOv3: An Incremental Improvement"☆3,628Jul 4, 2024Updated last year
- 🙄 Difficult algorithm, Simple code.☆1,711Mar 25, 2023Updated 2 years ago
- 本项目主要对原tensorflow-yolov3版本做了许多细节上的改进,增加了TensorFlow-Serving工程部署,训练了多个数据集,包括Visdrone2019, 安全帽等, 安全帽mAP在98%左右, 推理速度1080上608的尺寸大概25fps.☆388Nov 22, 2022Updated 3 years ago
- train、eval、predict for yolov3 based on keras。☆21Jan 8, 2020Updated 6 years ago
- Complete YOLO v3 TensorFlow implementation. Support training on your own dataset.☆1,553Sep 16, 2022Updated 3 years ago
- 在 oxford hand 数据集上对 YOLOv3 做模型剪枝(network slimming)☆1,675Sep 26, 2022Updated 3 years ago
- yolov3 with mobilenetv2 and efficientnet☆294Nov 21, 2022Updated 3 years ago
- Modification of YOLOv3 by applying EfficientNet as a backbone instead of Darknet53☆14Aug 2, 2019Updated 6 years ago
- 🍑 TensorFlow Code for CVPR 2017 paper "SphereFace: Deep Hypersphere Embedding for Face Recognition"☆113May 17, 2019Updated 6 years ago
- A Keras implementation of YOLOv3 (Tensorflow backend)☆7,130Mar 12, 2023Updated 2 years ago
- yolov3的tensorflow实现☆58Oct 10, 2019Updated 6 years ago
- Yolov3 implemented with brand new TensorFlow 2.0 API (both train and prediction)☆65Mar 25, 2023Updated 2 years ago
- yolov3 with mobilenet v2 and ASFF☆1,082Jul 24, 2021Updated 4 years ago
- OCR 基于 Keras☆19Feb 24, 2019Updated 7 years ago
- yolo3 implement by tensorflow, including mobilenet_v1, mobilenet_v2☆46Nov 21, 2019Updated 6 years ago
- A C++ project for performing CNN channel pruning.☆33Oct 28, 2024Updated last year
- CenterNet's inference.(C++)/基于CenterNet的旋转目标检测C++版☆28Dec 28, 2020Updated 5 years ago
- This page is for the SlimYOLOv3: Narrower, Faster and Better for UAV Real-Time Applications☆1,156Oct 25, 2019Updated 6 years ago
- tensorflow 2.0 ssd☆13May 8, 2024Updated last year
- Implementation of YOLO v3 object detector in Tensorflow (TF-Slim)☆879May 15, 2023Updated 2 years ago
- I transfer the backend of yolov3 into Mobilenetv1,VGG16,ResNet101 and ResNeXt101☆562Sep 26, 2022Updated 3 years ago
- 从今天起,每天看一小时的ROS源代码,写写笔记和注释☆18Sep 29, 2017Updated 8 years ago
- A caffe implementation of MobileNet-YOLO detection network☆869Mar 28, 2021Updated 4 years ago
- This is the unofficial implementation of the "CenterNet:Objects as Points".Just a simple try with self-modified shufflenetv2 and yolov3.…☆111Aug 27, 2021Updated 4 years ago
- yolov3 yolov4 channel and layer pruning, Knowledge Distillation 层剪枝,通道剪枝,知识蒸馏☆1,519Sep 3, 2020Updated 5 years ago
- Yolo(including yolov1 yolov2 yolov3)running on caffe windows. Anyone that is not familiar with linux can use this project to learn caffe …☆18Jun 15, 2018Updated 7 years ago
- 增加了较为详细的注释、一些自己 的功能和封装代码方便嵌入☆18Apr 4, 2022Updated 3 years ago
- YoloV3 Implemented in Tensorflow 2.0☆2,517Aug 30, 2024Updated last year
- Distance-IoU Loss into YOLO v3☆311Dec 31, 2023Updated 2 years ago
- YOLOv3/YOLOv3-tiny/yolo-fasetest-xl从训练到部署