当前位置:网站首页>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
边栏推荐
- 【AutoAugment】《AutoAugment:Learning Augmentation Policies from Data》
- 【深度学习系列(八)】:Transoform原理及实战之原理篇
- 常见的机器学习相关评价指标
- [torch] some ideas to solve the problem that the tensor parameters have gradients and the weight is not updated
- PHP returns the corresponding key value according to the value in the two-dimensional array
- 【Cutout】《Improved Regularization of Convolutional Neural Networks with Cutout》
- 【Sparse-to-Dense】《Sparse-to-Dense:Depth Prediction from Sparse Depth Samples and a Single Image》
- 【Ranking】Pre-trained Language Model based Ranking in Baidu Search
- Typeerror in allenlp: object of type tensor is not JSON serializable error
- 点云数据理解(PointNet实现第3步)
猜你喜欢

ABM thesis translation

Common CNN network innovations

Thesis writing tip2

The difference and understanding between generative model and discriminant model

SSM personnel management system

Mmdetection installation problem

SSM garbage classification management system

Label propagation

Use Baidu network disk to upload data to the server

半监督之mixmatch
随机推荐
Win10 solves the problem that Internet Explorer cannot be installed
[model distillation] tinybert: distilling Bert for natural language understanding
Sorting out dialectics of nature
Huawei machine test questions-20190417
Ding Dong, here comes the redis om object mapping framework
【信息检索导论】第七章搜索系统中的评分计算
基于pytorch的YOLOv5单张图片检测实现
Generate random 6-bit invitation code in PHP
A summary of a middle-aged programmer's study of modern Chinese history
[introduction to information retrieval] Chapter 7 scoring calculation in search system
【Mixed Pooling】《Mixed Pooling for Convolutional Neural Networks》
Conda 创建,复制,分享虚拟环境
mmdetection训练自己的数据集--CVAT标注文件导出coco格式及相关操作
【模型蒸馏】TinyBERT: Distilling BERT for Natural Language Understanding
【Paper Reading】
ABM thesis translation
Use Baidu network disk to upload data to the server
半监督之mixmatch
ModuleNotFoundError: No module named ‘pytest‘
MySQL composite index with or without ID