- 博客(3)
- 收藏
- 关注
原创 mmdetection 中 ‘XXX is not in the models registry’
mmdetection自定义模型时遇到的问题
2022-11-15 13:25:19
5957
4
原创 在mmdetection中使用mosaic增强
mmdetection中使用mosaic增强代码如下:_base_ = [ 'faster_rcnn_r50_fpn_1x_coco.py' #你没加马赛克增强的配置文件(同一目录下)]# 直接打开 configs/faster_rcnn/faster_rcnn_r50_fpn_1x_coco.py ,增添如下字段data_root = 'data/coco/'dataset_type = 'CocoDataset'img_scale=(1333, 800)img_norm_cfg
2022-05-01 21:18:13
2303
5
原创 WIN10 下安装mmdetection 2.18
WIN10 下配置 mmdetection 2.18硬件环境 3090 + i9-10900k 软件环境 cuda 11.4 + VS2019 问题描述:mmdetection在win10下的安装可能存在着各种各样的bug,可能随着版本更新会存在一些变化,需要根据实际情况修改目前针对最新的mmdetection 2.18 版本在win10 下的安装总结一下流程,帮助大家更好的在 win10 下安装 mmdetectionhttps://mmdetection.readthedocs.io/z
2021-11-07 22:11:02
1600
1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人