当前位置:网站首页>Mmdetection model fine tuning
Mmdetection model fine tuning
2022-07-02 07:42:00 【chenf0】
Use FasterRCNN Training model , Because what we do is taxi recognition in traffic scenes , I marked some data , To enhance the effect , First in the dataset BDD100K Training , Then fine tune your data set .
Use ·faster_rcnn_r50_fpn_1x Training
BDD100K Dataset download address :https://doc.bdd100k.com/download.html
Model download address :https://github.com/SysCV/bdd100k-models
By looking at the document , The trained model provided by the government is similar to MMDetection A match , Don't train yourself , You can download it directly .
faster_rcnn_r50_fpn_1x The corresponding model download address is :
https://dl.cv.ethz.ch/bdd100k/det/models/faster_rcnn_r50_fpn_1x_det_bdd100k.pth
modify MMDetection Code , The modification of data sets and common problems can be referred to
Compared with direct training , Fine tuning only requires modification configs/base/default_runtime.py in load_from = None, take None Change the path to download the model , Or directly copy the above download address
load_from = "work_dirs/faster_rcnn_r50_fpn_1x_det_bdd100k.pth"
Other operations are the same as training your own dataset .
MMDetection Fine tune document reference docs/tutorials/finetune.md
https://github.com/open-mmlab/mmdetection/blob/master/docs/tutorials/finetune.md
边栏推荐
- Optimization method: meaning of common mathematical symbols
- [introduction to information retrieval] Chapter 7 scoring calculation in search system
- 论文写作tip2
- conda常用命令
- A slide with two tables will help you quickly understand the target detection
- Find in laravel8_ in_ Usage of set and upsert
- Conversion of numerical amount into capital figures in PHP
- TimeCLR: A self-supervised contrastive learning framework for univariate time series representation
- PHP returns the abbreviation of the month according to the numerical month
- [medical] participants to medical ontologies: Content Selection for Clinical Abstract Summarization
猜你喜欢

Translation of the paper "written mathematical expression recognition with bidirectionally trained transformer"

【Programming】

【Mixup】《Mixup:Beyond Empirical Risk Minimization》

Use Baidu network disk to upload data to the server

【TCDCN】《Facial landmark detection by deep multi-task learning》

Faster-ILOD、maskrcnn_ Benchmark trains its own VOC data set and problem summary

【Random Erasing】《Random Erasing Data Augmentation》

Traditional target detection notes 1__ Viola Jones

Implementation of purchase, sales and inventory system with ssm+mysql

生成模型与判别模型的区别与理解
随机推荐
【Mixup】《Mixup:Beyond Empirical Risk Minimization》
CONDA creates, replicates, and shares virtual environments
Convert timestamp into milliseconds and format time in PHP
[paper introduction] r-drop: regulated dropout for neural networks
点云数据理解(PointNet实现第3步)
Determine whether the version number is continuous in PHP
【MEDICAL】Attend to Medical Ontologies: Content Selection for Clinical Abstractive Summarization
label propagation 标签传播
Faster-ILOD、maskrcnn_ Benchmark training coco data set and problem summary
Using MATLAB to realize: power method, inverse power method (origin displacement)
【信息检索导论】第二章 词项词典与倒排记录表
[introduction to information retrieval] Chapter 1 Boolean retrieval
半监督之mixmatch
常见的机器学习相关评价指标
MySQL has no collation factor of order by
Cognitive science popularization of middle-aged people
【信息检索导论】第七章搜索系统中的评分计算
Three principles of architecture design
Transform the tree structure into array in PHP (flatten the tree structure and keep the sorting of upper and lower levels)
parser. parse_ Args boolean type resolves false to true