- 博客(4)
- 收藏
- 关注
原创 2021-03-26
ubuntu18.04安装显卡驱动https://blog.youkuaiyun.com/yaohuan2017/article/details/108670724https://zhuanlan.zhihu.com/p/59618999https://blog.youkuaiyun.com/u014561933/article/details/79958130
2021-03-26 11:24:10
150
原创 用detection测试单张图片以及视频
1. 测试图片,代码如下:from argparse import ArgumentParserfrom mmdet.apis import inference_detector, init_detector, show_result_pyplotdef main(): parser = ArgumentParser() parser.add_argument('img', help='Image file') parser.add_argument('config',
2021-01-20 18:15:27
602
1
原创 用MMdetection训练测试自己的voc数据集
1. 数据准备(供个人学习,侵删)将准备好的voc数据集按照以下路径存放mmdetection├── mmdet├── tools├── configs├── data│ ├── VOCdevkit│ │ ├── VOC2007│ │ │ ├── Annotations│ │ │ ├── JPEGImages│ │ │ ├── ImageSets│ │ │ │ ├── Main│ │ │ │ │
2021-01-13 15:21:41
2237
3
原创 如何制作自己的VOC数据集
1、准备图片给准备好的图片文件改名,01001.jpg,01002.jpg···,可用以下代码:import osfrom os import listdir, getcwdfrom os.path import joinfrom PIL import Imageimport shutil if __name__ == '__main__': source_folder='C:/Users/dell/Desktop/fighternew/' target_train_f
2021-01-12 17:36:29
5342
10
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人