当前位置:网站首页>Pytoch deep learning and target detection practice notes
Pytoch deep learning and target detection practice notes
2022-07-03 14:52:00 【Sol-itude】
Original video link :PyTorch Deep learning target detection introduction practical series 【 Mound x Boolean number 】
download VOC Data sets
Download address :http://host.robots.ox.ac.uk/pascal/VOC/
What is in the dataset

- Annotations Label folder ( contain xml file , Various information of pictures )
- ImageSets Picture collection ( Main concern Main The contents of the folder )
- JPEGImages The data set contains pictures
- SegmentationClass Semantic segmentation picture
- SegmentationObject Instance split picture
What we need to pay attention to ImageSets
open ImageSets-Main-aeroplane_train.txt
You can see 32 and 33 by 1, stay JPEGImages in ,32 Picture of No 
open Annotations
open Annotations-000032.xml
<object>
<name>aeroplane</name>< Picture category name >
<pose>Frontal</pose>< The angle of the object , It can be seen that it was taken in front >
<truncated>0</truncated>< Whether it is truncated ,0 Yes no >
<difficult>0</difficult>< Is it difficult to identify ,0 It's not difficult >
<bndbox>
<xmin>104</xmin>< The minimum value of abscissa of the object on the picture >
<ymin>78</ymin>< The minimum value of the vertical coordinate of the object on the picture >
<xmax>375</xmax>< The maximum abscissa of the object on the picture >
<ymax>183</ymax>< The maximum value of the ordinate of the object on the picture >
</bndbox>
</object>
download COCO Data sets
Official website :https://cocodataset.org/#home
Reading Annotations

Scan from the first line , yes 46 Lattice pixel , White pixels do not appear until the third line , Line by line scanning
“counts”:[147,3,1…]
To be continued
边栏推荐
- 从书本《皮囊》摘录的几个句子
- Implement Gobang with C language
- Vs+qt multithreading implementation -- run and movetothread
- Address book sorting
- Simulation of LS -al command in C language
- 7-1 positive integer a+b (15 points)
- [ue4] HISM large scale vegetation rendering solution
- NOI OPENJUDGE 1.6(09)
- [opengl] advanced chapter of texture - principle of flowmap
- tonybot 人形机器人 查看端口并对应端口 0701
猜你喜欢

CentOS7部署哨兵Redis(带架构图,清晰易懂)

Tonybot Humanoïde Robot Infrared Remote play 0630

tonybot 人形机器人 查看端口并对应端口 0701
![[graphics] adaptive shadow map](/img/93/a6a3c7716331368c90c2c86da11f55.jpg)
[graphics] adaptive shadow map

Puzzle (016.3) is inextricably linked

Tencent internship interview sorting
![[qingniaochangping campus of Peking University] in the Internet industry, which positions are more popular as they get older?](/img/f6/fe61c84f289f0e74a45946dac687a6.jpg)
[qingniaochangping campus of Peking University] in the Internet industry, which positions are more popular as they get older?

Dllexport et dllimport
![[graphics] efficient target deformation animation based on OpenGL es 3.0](/img/53/852ac569c930bc419846ac209c8d47.jpg)
[graphics] efficient target deformation animation based on OpenGL es 3.0

Qt—绘制其他东西
随机推荐
光猫超级账号密码、宽带账号密码 获取
QT program font becomes larger on computers with different resolutions, overflowing controls
dllexport和dllimport
5.2-5.3
Tonybot humanoid robot checks the port and corresponds to port 0701
Luogu p5194 [usaco05dec]scales s solution
[engine development] in depth GPU and rendering optimization (basic)
[ue4] Niagara's indirect draw
[ue4] HISM large scale vegetation rendering solution
Implement Gobang with C language
Qt—绘制其他东西
[opengl] geometry shader
提高效率 Or 增加成本,开发人员应如何理解结对编程?
Tonybot humanoid robot starts for the first time 0630
.NET六大设计原则个人白话理解,有误请大神指正
关于敏捷的一些概念
Yolov5进阶之九 目标追踪实例1
C string format (decimal point retention / decimal conversion, etc.)
Showmebug entered Tencent conference, opening the era of professional technical interview
PHP GD image upload bypass