All Projects → CaptainEven → Repnet Mdnet Vehiclereid

CaptainEven / Repnet Mdnet Vehiclereid

Licence: mit
Implementing RepNet(a two-stream multitask learning network) to do vehicle Re-identification, vehicle search(or vehicle match) with PyTorch 可用于车辆细粒度识别,车辆再识别,车辆匹配,车辆检索,RepNet/MDNet的一种PyTorch实现

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Repnet Mdnet Vehiclereid

Carrecognition
This is one of the best vehicle recognition applications. It can determine the car's license plate number, color, model, brand and year.
Stars: ✭ 34 (-82.01%)
Mutual labels:  vehicle
Aurio
Audio Fingerprinting & Retrieval for .NET
Stars: ✭ 84 (-55.56%)
Mutual labels:  matching
Vehicle Detection
Compare FasterRCNN,Yolo,SSD model with the same dataset
Stars: ✭ 130 (-31.22%)
Mutual labels:  vehicle
Idmatch
Match faces on id cards with OCR capabilities.
Stars: ✭ 52 (-72.49%)
Mutual labels:  matching
Awesome Vehicle Re Identification
Awesome Vehicle Re-identification
Stars: ✭ 66 (-65.08%)
Mutual labels:  vehicle
To Regex Range
Pass two numbers, get a regex-compatible source string for matching ranges. Fast compiler, optimized regex, and validated against more than 2.78 million test assertions. Useful for creating regular expressions to validate numbers, ranges, years, etc.
Stars: ✭ 97 (-48.68%)
Mutual labels:  matching
Test match
Recursive matching
Stars: ✭ 20 (-89.42%)
Mutual labels:  matching
Sdm
Sequential deep matching model for recommender system at Alibaba
Stars: ✭ 139 (-26.46%)
Mutual labels:  matching
Node Bmw Client
A node.js powered interface for E38/E39/E53 + E6x/E9x BMW vehicles (Client side)
Stars: ✭ 68 (-64.02%)
Mutual labels:  vehicle
Bcpd
Bayesian Coherent Point Drift (BCPD/BCPD++); Source Code Available
Stars: ✭ 116 (-38.62%)
Mutual labels:  matching
Fast Topic Matching
Messaging middleware topic matching implementations.
Stars: ✭ 52 (-72.49%)
Mutual labels:  matching
Is Glob
If you use globs, this will make your code faster. Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a better user experience. 55+ million downloads.
Stars: ✭ 63 (-66.67%)
Mutual labels:  matching
Pattern Matching Ts
⚡ Pattern Matching in Typescript
Stars: ✭ 107 (-43.39%)
Mutual labels:  matching
Deepmatch
A deep matching model library for recommendations & advertising. It's easy to train models and to export representation vectors which can be used for ANN search.
Stars: ✭ 1,051 (+456.08%)
Mutual labels:  matching
Globby
User-friendly glob matching
Stars: ✭ 1,864 (+886.24%)
Mutual labels:  matching
Yolo Vehicle Counter
This project aims to count every vehicle (motorcycle, bus, car, cycle, truck, train) detected in the input video using YOLOv3 object-detection algorithm.
Stars: ✭ 28 (-85.19%)
Mutual labels:  vehicle
Psrealvehicle
Plugin for Unreal Engine 4 with simple force-driven vehicle simulation
Stars: ✭ 92 (-51.32%)
Mutual labels:  vehicle
Unityskidmarks
A simple skidmark effect generator for Unity3D
Stars: ✭ 165 (-12.7%)
Mutual labels:  vehicle
Openvehiclediag
A rust based cross-platform ECU diagnostics and car hacking application, utilizing the passthru protocol
Stars: ✭ 135 (-28.57%)
Mutual labels:  vehicle
Googlemap
Google Map to use create path on map and play vehicle on path like Uber and Ola
Stars: ✭ 112 (-40.74%)
Mutual labels:  vehicle

RepNet-Vehicle-ReID

Vehicle re-identification implementing RepNet

Vehicle ReID task:

Basic principle for vehicle ReID task:

Using a two-branch deep convolutional network to project raw vehicle images into an Euclidean space where distance can be directly used to measure the similarity of arbitrary two vehicles. For simplicity, triplet loss or coupled cluster loss is replaced here by arc loss which is widely used in face recognition.

Test result

Network structure:

Reference:

Deep Relative Distance Learning: Tell the Difference Between Similar Vehicles Learning a repression network for precise vehicle search

Dataset:

VehicleID dataset

Pre-trained model

model extract code: 62wn

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].