使用YOLO_v3_tiny和B-CNN实现街头车辆的检测和车辆属性的多标签识别 Using yolo_v3_tiny to do vehicle or car detection and attribute's multilabel classification or recognize
☆645Oct 10, 2020Updated 5 years ago
Alternatives and similar repositories for Vehicle-Car-detection-and-multilabel-classification
Users that are interested in Vehicle-Car-detection-and-multilabel-classification are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Implementing RepNet(a two-stream multitask learning network) to do vehicle Re-identification, vehicle search(or vehicle match) with PyTo…☆252Oct 10, 2020Updated 5 years ago
- 开源移动端车型识别 Mobile Plateform Vehicle Identification Model☆457Jul 9, 2020Updated 6 years ago
- vehicle-detection based on yolov3(基于paddle的YOLOv3车辆检测和类型识别)☆172Feb 22, 2021Updated 5 years ago
- 汽车识别(包括车牌、车型、车品牌、属性、及驾驶员违规行为识别检测)☆141Dec 21, 2020Updated 5 years ago
- 基于Yolov5车牌检测,更快更准.☆1,288Feb 7, 2022Updated 4 years ago
- End-to-end encrypted email - Proton Mail • AdSpecial offer: 40% Off Yearly / 80% Off First Month. All Proton services are open source and independently audited for security.
- Created vehicle detection pipeline with two approaches: (1) deep neural networks (YOLO framework) and (2) support vector machines ( OpenC…☆674Apr 18, 2024Updated 2 years ago
- 车辆多维特征识别系统,车色,车品牌,车标,车型☆112Jun 4, 2020Updated 6 years ago
- A fork of FairMOT used to do vehicle MOT.用于跟踪车辆的多目标跟踪, 自定义数据进行单类别多目标实时跟踪☆204Oct 3, 2023Updated 2 years ago
- A two stage lightweight and high performance license plate recognition in MTCNN and LPRNet☆683Jan 22, 2024Updated 2 years ago
- Compare FasterRCNN,Yolo,SSD model with the same dataset☆146Jan 31, 2019Updated 7 years ago
- [ECCV 2018] CCPD: a diverse and well-annotated dataset for license plate detection and recognition☆2,639Feb 15, 2024Updated 2 years ago
- A simple baseline implemented in PyTorch for pedestrian attribute recognition task, evaluating on Market-1501 and DukeMTMC-reID dataset.☆404Aug 20, 2022Updated 3 years ago
- collection of dataset&paper&code on Vehicle Re-Identification☆421Jul 28, 2019Updated 7 years ago
- A simple baseline for pedestrian attribute recognition in surveillance scenarios☆343May 26, 2020Updated 6 years ago
- Virtual machines for every use case on DigitalOcean • AdGet dependable uptime with 99.99% SLA, simple security tools, and predictable monthly pricing with DigitalOcean's virtual machines, called Droplets.
- Mobile-LPR 是一个面向移动端的准商业级车牌识别库,以NCNN作为推理后端,使用DNN作为算法核心,支持多种车牌检测算法,支持车牌识别和车牌颜色识别。☆620Feb 24, 2021Updated 5 years ago
- works in real-time with detection and recognition accuracy up to 99.8% for Chinese license plates: 100 ms/plate☆1,384Jun 30, 2020Updated 6 years ago
- yolov3_tiny(add SE model)(pytorch 1cls for car),deep_sort(pytorch),mx150 GPU, 14 avg_fps☆31Mar 9, 2020Updated 6 years ago
- 一个实时车辆检测的demo☆17Jan 17, 2019Updated 7 years ago
- [Survey@Pattern Recognition] Paper list on Pedestrian Attribute Recognition (PAR) and related tasks (Pattern Recognition 2021)☆762Jul 1, 2026Updated 3 weeks ago
- 基于红外、可见光双光源的车辆目标检测☆16Apr 20, 2022Updated 4 years ago
- Implemention of paper "Spatial-Depth Super Resolution for Range Images" with python☆17Oct 10, 2020Updated 5 years ago
- High Performance Chinese License Plate Recognition Framework.☆6,233Feb 28, 2025Updated last year
- The 1st Place Submission to AICity Challenge 2020 re-id track (Baidu-UTS submission)☆463Sep 1, 2024Updated last year
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- Computer vision based vehicle detection and tracking using Tensorflow Object Detection API and Kalman-filtering☆556May 23, 2020Updated 6 years ago
- Person Detection and Multi-Attributes Recognition with only one Jointly-Trained Holistic CNN Model☆19Jul 25, 2019Updated 7 years ago
- Light-LPR is an open source project aimed at license plate recognition that can run on embedded devices, mobile phones, and x86 platforms…☆785May 15, 2023Updated 3 years ago
- Minimal PyTorch implementation of YOLOv3☆7,438Nov 17, 2024Updated last year
- 基于4种轻量级深度卷积网络的无场景约束全自动车牌识别,轻量级车牌检测,轻量级车牌识别,pyqt5可视化界面☆67Mar 24, 2020Updated 6 years ago
- 轻量级的车牌检测项目(支持车牌四角定位、矫正对齐)☆173Jun 4, 2024Updated 2 years ago
- Real time one-stage multi-class & multi-object tracking based on anchor-free detection and ReID☆408Feb 9, 2022Updated 4 years ago
- -☆13Apr 27, 2021Updated 5 years ago
- RetinaFace detector with C++☆394Jun 19, 2019Updated 7 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- ALPR model in unconstrained scenarios for Chinese license plates☆173Apr 12, 2020Updated 6 years ago
- Implemention of Baidu's DenseBox used for multi-task learning of object detection and landmark(key-point) localization 用PyTorch实现了百度的Den…☆94Oct 10, 2020Updated 5 years ago
- ☆144Nov 18, 2018Updated 7 years ago
- This is the project page for veri dataset which is a large scale image dataset for vehicle re-identification in urban traffic surveillanc…☆423Jul 7, 2022Updated 4 years ago
- A light and fast one class detection framework for edge devices. We provide face detector, head detector, pedestrian detector, vehicle de…☆1,323Mar 8, 2021Updated 5 years ago
- Face recognition using triplet loss, implementing FaceNet with pytorch.人脸识别项目,提供一个小型数据集用作验证,使用三元组损失函数(Triplet loss)提升准确率和泛化能力,对FaceNet进行了…☆134Apr 26, 2018Updated 8 years ago
- 适用于移动端的人脸识别模型,计算量与mobilefacenet相同,但megaface上提升了2%+☆231Apr 17, 2020Updated 6 years ago