当前位置:   article > 正文

FAIR1M数据介绍

fair1m

FAIR1M数据介绍

1. 下载

gaofen-challenge website
官方下载链接:百度网盘提取码u2xg

数据下载链接若产生侵权,请联系删除

申明

The FAIR1M dataset is available for the academic purpose only. Any researcher who uses the FAIR1M dataset should obey the licence as below:

All of the FAIR1M Dataset (data, annotation and software) are published under the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 License. This means that you must attribute the work in the manner specified by the authors, you may not use this work for commercial purposes and if you alter, transform, or build upon this work, you may distribute the resulting work only under the same license.

2. 目录结构

path/to/FAIR1M/
	test/	# test images 
		images/	
	train/	# train images & annotations
		part1/
			images/
			labelXml/
		part2/
			images-1/
			images-2/
			labelXml/
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11

3. 类别

数据共有37类:

Boeing 737, Boeing 777, Boeing 747, Boeing 787, Airbus A320, Airbus A220, Airbus A330, Airbus A350, COMAC C919, COMAC ARJ21, other-airplane, passenger ship, motorboat, fishing boat, tugboat, engineering ship, liquid cargo ship, dry cargo ship, warship, other-ship, small car, bus, cargo truck, dump truck, van, trailer, tractor, truck tractor, excavator, other-vehicle, baseball field, basketball court, football field, tennis court, roundabout, intersection, and bridge.

Airplane类(11)

Boeing 737, Boeing 777, Boeing 747, Boeing 787, Airbus A320, Airbus A220, Airbus A330, Airbus A350, COMAC C919, COMAC ARJ21, other-airplane

Ship类(9)

passenger ship, motorboat, fishing boat, tugboat, engineering ship, liquid cargo ship, dry cargo ship, warship, other-ship

Vehicle类(10)

small car, bus, cargo truck, dump truck, van, trailer, tractor, truck tractor, excavator, other-vehicle

Court类(4)

baseball field, basketball court, football field, tennis court

Road类(3)

roundabout, intersection, and bridge

4. 标注格式

标注格式是以非水平oriented bounding box进行标注的(OBB)

Annotations for an image are saved in a xml file with the same file name.

<?xml version="1.0" encoding="utf-8"?>
<annotation>
	<source>
		<filename>1.tif</filename>
	    <origin>GF2/GF3</origin>
	</source>
	<research>
	    <version>1.0</version>
	    <provider>FAIR1M</provider>
	    <author>Cyber</author>
	    <pluginname>FAIR1M</pluginname>
	    <pluginclass>object detection</pluginclass>
	    <time>2021-03</time>
	</research>
	<size>
		<width>1024</width>
		<height>1024</height>
		<depth>3</depth>
	</size>
	<objects>
		<object>
	    	<coordinate>pixel</coordinate>
		    <type>rectangle</type>
	        <description>None</description>
		    <possibleresult>
            	<name>category</name>        
		    </possibleresult>
        <!—coordinates of detection box-->
          <!—the last point is the same as the first point-->
		    <points> 
		        <point>51.315239, 25.134576</point>
		        <point>51.315873, 25.134574</point>
		        <point>51.315872, 25.133982</point>
		        <point>51.315237, 25.133983</point>
		        <point>51.315239, 25.134576</point>
	        </points>
		</object>
		<object>
			<coordinate>pixel</coordinate>
			<type>rectangle</type>
			<description>None</description>
			<possibleresult>
				<name>category</name>        
			</possibleresult>
            <points> 
            	<point>51.315239, 25.134576</point>
            	<point>51.315873, 25.134574</point>
            	<point>51.315872, 25.133982</point>
            	<point>51.315237, 25.133983</point>
            	<point>51.315239, 25.134576</point>
            </points>
		</object>
	</objects>
</annotation>


  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56

5. BenchMark排名

截至2021年10月9日,精度排名如下:

Airplane

[外链图片转存失败,源站可能有防盗链机制,建议将图片保存下来直接上传(img-oFqwyRTs-1633767311108)(E:\文档产生区\TyporalWorkspace\FAIR1M.assets\image-20211009155245838.png)]

Ship

[外链图片转存失败,源站可能有防盗链机制,建议将图片保存下来直接上传(img-s9ibBQth-1633767311110)(E:\文档产生区\TyporalWorkspace\FAIR1M.assets\image-20211009155333625.png)]

Vehicle

[外链图片转存失败,源站可能有防盗链机制,建议将图片保存下来直接上传(img-VQQ6CyKH-1633767311112)(E:\文档产生区\TyporalWorkspace\FAIR1M.assets\image-20211009155412192.png)]

Court

[外链图片转存失败,源站可能有防盗链机制,建议将图片保存下来直接上传(img-yBACzFX8-1633767311113)(E:\文档产生区\TyporalWorkspace\FAIR1M.assets\image-20211009155446057.png)]

Road

[外链图片转存失败,源站可能有防盗链机制,建议将图片保存下来直接上传(img-mXWsENl3-1633767311114)(E:\文档产生区\TyporalWorkspace\FAIR1M.assets\image-20211009155515503.png)]

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/知新_RL/article/detail/311842
推荐阅读
相关标签
  

闽ICP备14008679号