当前位置:网站首页>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
边栏推荐
- Win10 solves the problem that Internet Explorer cannot be installed
- Classloader and parental delegation mechanism
- Ding Dong, here comes the redis om object mapping framework
- SSM second hand trading website
- 【论文介绍】R-Drop: Regularized Dropout for Neural Networks
- 《Handwritten Mathematical Expression Recognition with Bidirectionally Trained Transformer》论文翻译
- Using MATLAB to realize: power method, inverse power method (origin displacement)
- [medical] participants to medical ontologies: Content Selection for Clinical Abstract Summarization
- latex公式正体和斜体
- [tricks] whiteningbert: an easy unsupervised sentence embedding approach
猜你喜欢

Pointnet understanding (step 4 of pointnet Implementation)

常见的机器学习相关评价指标

PointNet原理证明与理解

【论文介绍】R-Drop: Regularized Dropout for Neural Networks

TimeCLR: A self-supervised contrastive learning framework for univariate time series representation

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

ModuleNotFoundError: No module named ‘pytest‘
![[introduction to information retrieval] Chapter 1 Boolean retrieval](/img/78/df4bcefd3307d7cdd25a9ee345f244.png)
[introduction to information retrieval] Chapter 1 Boolean retrieval

【BERT,GPT+KG调研】Pretrain model融合knowledge的论文集锦

Memory model of program
随机推荐
【Cutout】《Improved Regularization of Convolutional Neural Networks with Cutout》
【信息检索导论】第一章 布尔检索
【Wing Loss】《Wing Loss for Robust Facial Landmark Localisation with Convolutional Neural Networks》
Tencent machine test questions
PPT的技巧
Using MATLAB to realize: Jacobi, Gauss Seidel iteration
Traditional target detection notes 1__ Viola Jones
【Torch】最简洁logging使用指南
label propagation 标签传播
【TCDCN】《Facial landmark detection by deep multi-task learning》
parser.parse_args 布尔值类型将False解析为True
win10+vs2017+denseflow编译
Use Baidu network disk to upload data to the server
The difference and understanding between generative model and discriminant model
Drawing mechanism of view (II)
Regular expressions in MySQL
How to efficiently develop a wechat applet
【信息检索导论】第三章 容错式检索
A slide with two tables will help you quickly understand the target detection
【论文介绍】R-Drop: Regularized Dropout for Neural Networks