All Projects → erquren → vehicle_recognition

erquren / vehicle_recognition

Licence: MIT license
一种运用resnet进行车型识别的方法,

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to vehicle recognition

Deep-learning-for-contact map v2
Prediction of protein contact map
Stars: ✭ 19 (-40.62%)
Mutual labels:  resnet
SAN
[ECCV 2020] Scale Adaptive Network: Learning to Learn Parameterized Classification Networks for Scalable Input Images
Stars: ✭ 41 (+28.13%)
Mutual labels:  resnet
Resnet-Emotion-Recognition
Identifies emotion(s) from user facial expressions
Stars: ✭ 21 (-34.37%)
Mutual labels:  resnet
MIT-Driverless-CV-TrainingInfra
PyTorch pipeline of MIT Driverless Computer Vision paper(2020)
Stars: ✭ 89 (+178.13%)
Mutual labels:  resnet
awesome-computer-vision-models
A list of popular deep learning models related to classification, segmentation and detection problems
Stars: ✭ 419 (+1209.38%)
Mutual labels:  resnet
PyTorch-LMDB
Scripts to work with LMDB + PyTorch for Imagenet training
Stars: ✭ 49 (+53.13%)
Mutual labels:  resnet
DeepMushroom
Image classification of Fungus using ResNet
Stars: ✭ 64 (+100%)
Mutual labels:  resnet
python cv AI ML
用python做计算机视觉,人工智能,机器学习,深度学习等
Stars: ✭ 73 (+128.13%)
Mutual labels:  resnet
PLSC
Paddle Large Scale Classification Tools,supports ArcFace, CosFace, PartialFC, Data Parallel + Model Parallel. Model includes ResNet, ViT, DeiT, FaceViT.
Stars: ✭ 113 (+253.13%)
Mutual labels:  resnet
miopen-benchmark
benchmarking miopen
Stars: ✭ 17 (-46.87%)
Mutual labels:  resnet
sparsezoo
Neural network model repository for highly sparse and sparse-quantized models with matching sparsification recipes
Stars: ✭ 264 (+725%)
Mutual labels:  resnet
video features
Extract video features from raw videos using multiple GPUs. We support RAFT and PWC flow frames as well as S3D, I3D, R(2+1)D, VGGish, CLIP, ResNet features.
Stars: ✭ 225 (+603.13%)
Mutual labels:  resnet
DMPfold
De novo protein structure prediction using iteratively predicted structural constraints
Stars: ✭ 52 (+62.5%)
Mutual labels:  resnet
DeepNetModel
记录每一个常用的深度模型结构的特点(图和代码)
Stars: ✭ 25 (-21.87%)
Mutual labels:  resnet
caffe-wrn-generator
Caffe Wide-Residual-Network (WRN) Generator
Stars: ✭ 19 (-40.62%)
Mutual labels:  resnet
tensorflow-classification-network
实现遇到的分类网络(持续更新)
Stars: ✭ 19 (-40.62%)
Mutual labels:  resnet
pytorch hand classifier
Simple hand classifier by Pytorch and ResNet
Stars: ✭ 91 (+184.38%)
Mutual labels:  resnet
gluon2pytorch
Gluon to PyTorch deep neural network model converter
Stars: ✭ 72 (+125%)
Mutual labels:  resnet
medium blogs
medium blog supplementaries | Backprop | Resnet & ResNext | RNN |
Stars: ✭ 69 (+115.63%)
Mutual labels:  resnet
SE-Net-CIFAR
SE-Net Incorporates with ResNet and WideResnet on CIFAR-10/100 Dataset.
Stars: ✭ 48 (+50%)
Mutual labels:  resnet

车型识别

demo1 demo2 demo3

简介

使用pytorch做的车型分类模型,采用resnet网络,可以支持1777个类别

数据集使用的是hyperVID 下载地址为 链接: https://pan.baidu.com/s/1vvV2H5Jpewgba_VFsWvDcA 密码: vuo4

resnet_car.pth 为检测模型

predict.py 为预测程序

使用方法

pip install -r requirements.txt

数据预测

python predict.py

开始训练

下载数据集解压后执行 python dataset_split.py

分好后执行训练程序 python train.py

TODO

增加训练集

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].