当前位置:网站首页>Pytorch深度学习和目标检测实战笔记
Pytorch深度学习和目标检测实战笔记
2022-07-03 14:44:00 【Sol-itude】
原视频链接:PyTorch深度学习目标检测入门实战系列【土堆 x 布尔艺数】
下载VOC数据集
下载地址:http://host.robots.ox.ac.uk/pascal/VOC/
数据集里面都有什么
- Annotations 标注文件夹(包含xml文件,图片的各种信息)
- ImageSets 图片集合(主要关注Main文件夹的内容)
- JPEGImages 数据集包含的图片
- SegmentationClass 语义分割图片
- SegmentationObject 实例分割图片
需要关注的是ImageSets
打开ImageSets-Main-aeroplane_train.txt
可以看到32和33为1,在JPEGImages中,32号的图片
打开Annotations
打开Annotations-000032.xml
<object>
<name>aeroplane</name><图片类别名字>
<pose>Frontal</pose><拍摄物体的角度,可以看出是在前面拍的>
<truncated>0</truncated><有无被截断,0是无>
<difficult>0</difficult><识别出来是否困难,0代表不困难>
<bndbox>
<xmin>104</xmin><物体在图片上横坐标最小值>
<ymin>78</ymin><物体在图片上纵坐标最小值>
<xmax>375</xmax><物体在图片上横坐标最大值>
<ymax>183</ymax><物体在图片上纵坐标最大值>
</bndbox>
</object>
下载COCO数据集
官网:https://cocodataset.org/#home
解读Annotations
从第一行开始扫描,是46格像素,到第三行才出现白色的像素,一行一行的扫描
“counts”:[147,3,1…]
未完待续
边栏推荐
- Dllexport and dllimport
- Programming language: the essence of type system
- Tiantu investment sprint Hong Kong stocks: asset management scale of 24.9 billion, invested in xiaohongshu and Naixue
- C language to realize mine sweeping
- How to color ordinary landscape photos, PS tutorial
- Stop asking yourself if you are suitable for software testing
- Mongodb index
- Sword finger offer 28 Symmetric binary tree
- J-luggage lock of ICPC Shenyang station in 2021 regional games (simple code)
- How Facebook moves instagram from AWS to its own server
猜你喜欢
tonybot 人形机器人 定距移动 代码编写玩法
洛谷P4047 [JSOI2010]部落划分 题解
Understand the application scenario and implementation mechanism of differential segment
Dllexport and dllimport
论文分享:Generating Playful Palettes from Images
Sub GHz wireless solution Z-Wave 800 Series zg23 SOC and zgm230s modules
556. The next larger element III
Qt—绘制其他东西
Puzzle (016.3) is inextricably linked
Puzzle (016.4) domino effect
随机推荐
Protobuf and grpc
How to color ordinary landscape photos, PS tutorial
Bucket sorting in C language
Showmebug entered Tencent conference, opening the era of professional technical interview
Talking about part of data storage in C language
tonybot 人形机器人 定距移动 代码编写玩法
NOI OPENJUDGE 1.3(06)
NOI OPENJUDGE 1.4(15)
【7.3】146. LRU缓存机制
NOI OPENJUDGE 1.6(09)
Plane vector addition
mmdetection 学习率与batch_size关系
Happy capital new dual currency fund nearly 4billion yuan completed its first account closing
dllexport和dllimport
556. 下一个更大元素 III : 简单构造模拟题
Detailed explanation of four modes of distributed transaction (Seata)
Mongodb index
创业团队如何落地敏捷测试,提升质量效能?丨声网开发者创业讲堂 Vol.03
Time conversion ()
Zzuli:1040 sum of sequence 1