All Projects β†’ layumi β†’ Aicity Reid 2020

layumi / Aicity Reid 2020

Licence: mit
πŸš— The 1st Place Submission to AICity Challenge 2020 re-id track (Baidu-UTS submission)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Aicity Reid 2020

Spectral Trajectory And Behavior Prediction
This is the code base for Trajectory and Driver Behavior Prediction in Autonomous Vehicles using Spectral Graph Theory
Stars: ✭ 236 (-14.8%)
Mutual labels:  vehicle
Motoro
Smart contracts for decentralized rentals of vehicles.
Stars: ✭ 96 (-65.34%)
Mutual labels:  vehicle
Newone
3D printed, low cost transport vehicle controlled over mobile internet and programed in Python
Stars: ✭ 36 (-87%)
Mutual labels:  vehicle
TractorHacking.github.io
Tractor Hacking GHPages
Stars: ✭ 34 (-87.73%)
Mutual labels:  vehicle
carmechanic
Car Mechanic Simulator mechanics in Unity
Stars: ✭ 39 (-85.92%)
Mutual labels:  vehicle
riptide setup
The software packages which power The OSU Underwater Robotics Team's AUV.
Stars: ✭ 31 (-88.81%)
Mutual labels:  vehicle
Pubg mobile memory hacking examples
Pubg Mobile Emulator Gameloop Memory Hacking C++ code examples. Ex: Name, Coord, Bones, Weapons, Items, Box, Drop etc.
Stars: ✭ 224 (-19.13%)
Mutual labels:  vehicle
ecu-simulator
OBD-II ECU Simulator
Stars: ✭ 24 (-91.34%)
Mutual labels:  vehicle
GDCustomRaycastVehicle
A simple custom raycast vehicle implementation
Stars: ✭ 36 (-87%)
Mutual labels:  vehicle
pubg mobile memory hacking
Pubg Mobile Emulator Gameloop Memory Hacking C++ Source Code. Ex: Name, Cords, Bones, Weapons, Items, Box, Drop, Aimbot etc.
Stars: ✭ 69 (-75.09%)
Mutual labels:  vehicle
JuliaAutonomy
Julia sample codes for Autonomy, Robotics and Self-Driving Algorithms.
Stars: ✭ 21 (-92.42%)
Mutual labels:  vehicle
car-logos-dataset
Collection of 374 car logos images with few variations of sizes and JSON file for better usability.
Stars: ✭ 47 (-83.03%)
Mutual labels:  vehicle
frenet
Transform Frenet (s,d) to local Cartesian (x,y) coordinates.
Stars: ✭ 124 (-55.23%)
Mutual labels:  vehicle
homeassistant-jlrincontrol
An integration for JLR InControl to Home Assistant
Stars: ✭ 34 (-87.73%)
Mutual labels:  vehicle
VENTOS Public
VEhicular NeTwork Open Simulator (VENTOS)
Stars: ✭ 46 (-83.39%)
Mutual labels:  vehicle
Vehicle reid Collection
πŸš— the collection of vehicle re-ID papers, datasets. πŸš—
Stars: ✭ 225 (-18.77%)
Mutual labels:  vehicle
CarDrivingResNet
πŸš— Browser game where a vehicle is driven through the camera using the ResNet model (Residual Network) to estimate the position of the hands.
Stars: ✭ 19 (-93.14%)
Mutual labels:  vehicle
Tork
Arcade vehicle physics for Unity
Stars: ✭ 256 (-7.58%)
Mutual labels:  vehicle
VehicleInfoOCR
Use your camera to read number plates and obtain vehicle details. Simple, ad-free and faster alternative to existing playstore apps
Stars: ✭ 35 (-87.36%)
Mutual labels:  vehicle
ELMduino
Arduino OBD-II Bluetooth Scanner Interface Library for Car Hacking Projects
Stars: ✭ 274 (-1.08%)
Mutual labels:  vehicle

AICity-reID 2020 (track2)

In this repo, we include the 1st Place submission to AICity Challenge 2020 re-id track (Baidu-UTS submission) [Paper]

We fuse the models trained on Paddlepaddle and Pytorch. To illustrate them, we provide the two training parts seperatively as following.

Performance:

AICITY2020 Challange Track2 Leaderboard

TeamName mAP Link
Baidu-UTS(Ours) 84.1% code
RuiYanAI 78.1% code
DMT 73.1% code

Extracted Features & Camera Prediction & Direction Prediction:

I have updated the feature. You may download from GoogleDrive or OneDrive

β”œβ”€β”€ final_features/
β”‚   β”œβ”€β”€ features/                  /* extracted pytorch feature
β”‚   β”œβ”€β”€ pkl_feas/                   /* extracted paddle feature (include direction similarity)
β”‚       β”œβ”€β”€ real_query_fea_ResNeXt101_32x8d_wsl_416_416_final.pkl 
|           ...
β”‚       β”œβ”€β”€ query_fea_Res2Net101_vd_final2.pkl                 
β”‚   β”œβ”€β”€ gallery_cam_preds_baidu.txt      /*  gallery camera prediction
β”‚   β”œβ”€β”€ query_cam_preds_baidu.txt      /*  query camera prediction
|   β”œβ”€β”€ submit_cam.mat             /*  camera feature for camera similarity calculation

Related Repos:

Citation

Please cite this paper if it helps your research:

@inproceedings{zheng2020going,
  title={Going beyond real data: A robust visual representation for vehicle re-identification},
  author={Zheng, Zhedong and Jiang, Minyue and Wang, Zhigang and Wang, Jian and Bai, Zechen and Zhang, Xuanmeng and Yu, Xin and Tan, Xiao and Yang, Yi and Wen, Shilei and others},
  booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops},
  pages={598--599},
  year={2020}
}

@article{zheng2020beyond,
  title={VehicleNet: Learning Robust Visual Representation for Vehicle Re-identification},
  author={Zheng, Zhedong and Ruan, Tao and Wei, Yunchao and Yang, Yi and Mei, Tao},
  journal={IEEE Transactions on Multimedia (TMM)},
  doi={10.1109/TMM.2020.3014488},
  year={2020}
}
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].