当前位置:网站首页>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
边栏推荐
猜你喜欢
5.2-5.3
表单文本框的使用(一) 选择文本
Introduction to opengl4.0 tutorial computing shaders
adc128s022 ADC verilog设计实现
tonybot 人形机器人 查看端口并对应端口 0701
dllexport和dllimport
Vs+qt multithreading implementation -- run and movetothread
Puzzle (016.3) is inextricably linked
C language DUP function
Tonybot humanoid robot infrared remote control play 0630
随机推荐
Zzuli:1046 product of odd numbers
[combinatorics] permutation and combination (set combination, one-to-one correspondence model analysis example)
[graphics] efficient target deformation animation based on OpenGL es 3.0
牛客 BM83 字符串變形(大小寫轉換,字符串反轉,字符串替換)
Open under vs2019 UI file QT designer flash back problem
[opengl] face pinching system
Byte practice surface longitude
【微信小程序】WXSS 模板样式
光猫超级账号密码、宽带账号密码 获取
[engine development] rendering architecture and advanced graphics programming
Zzuli:1056 lucky numbers
Luogu p4047 [jsoi2010] tribal division solution
Luogu p5194 [usaco05dec]scales s solution
Container of symfony
Tonybot humanoid robot starts for the first time 0630
Zzuli:1059 highest score
Zzuli:1042 sum of sequence 3
C language STR function
Zzuli: sum of 1051 square roots
dllexport和dllimport