无人机视觉定位是怎么回事_drone无人机怎么下APP

无人机视觉定位是怎么回事_drone无人机怎么下APPhttp://www.aiskyeye.com/2018年已经办过一年了。2019年在ICCV上办。Weencouragetheparticipantstousetheprovidedtrainingdataforeachtask,butalsoallowthemtouseadditionaltrainingdata.Theuseofadd…

大家好,又见面了,我是你们的朋友全栈君。如果您正在找激活码,请点击查看最新教程,关注关注公众号 “全栈程序员社区” 获取激活教程,可能之前旧版本教程已经失效.最新Idea2022.1教程亲测有效,一键激活。

Jetbrains全系列IDE使用 1年只要46元 售后保障 童叟无欺

http://www.aiskyeye.com/

2018年已经办过一年了。2019年在ICCV上办。

We encourage the participants to use the provided training data for each task, but also allow them to use additional training data. The use of additional training data must be indicated in the “method description” when uploading results to the server.

We emphasize that any form of annotation or use of the VisDrone testing sets for either supervised or unsupervised training is strictly forbidden. The participants are required to explicitly specify any an all external data used for training in the “method description” in submission. In addition, the participants are NOT allowed to train a model in one task using the training or validation sets in other tasks.

we have divided the test set into two splits, including test-challenge and test-dev. Test-dev一天交3次,test-challenge一共交3次。

不明白为什么download里test-dev是不能下载的。。。

 

Vision Meets Drones: A Challenge

Abstract

our benchmark has more than 2:5 million annotated instances in 179; 264 images/video frames.

Introduction

现状:缺少大的数据集。

Altogether we carefully annotated more than 2:5 million bounding boxes of object instances from these categories. Moreover, some important attributes including visibility of scenes, object category and occlusion, are provided for better data usage.

无人机视觉定位是怎么回事_drone无人机怎么下APP

感觉还是挺大的,也没什么别的数据集可以利用了。

3.2 Task 1: Object Detection in Images

The VisDrone2018 provides a dataset of 10; 209 images for this task, with 6; 471 images used for training, 548 for validation and 3; 190 for testing.

For truncation ratio, it is used to indicate the degree of object parts appears outside a frame. If an object is not fully captured within a frame, we annotate the bounding box across the frame boundary and estimate the truncation ratio based on the region outside the image. It is worth mentioning that a target is skipped during evaluation if its truncation ratio is larger than 50%.

无人机视觉定位是怎么回事_drone无人机怎么下APP
task1 遮挡情况

Three degrees of occlusions: no occlusion (occlusion ratio 0%), partial occlusion (occlusion ratio 1% 50%), and heavy occlusion (occlusion ratio > 50%).

2018task1winner

选择retina net,移除后面两层,只用P3,4,5

无人机视觉定位是怎么回事_drone无人机怎么下APP
数据分布

无人机视觉定位是怎么回事_drone无人机怎么下APP

无人机视觉定位是怎么回事_drone无人机怎么下APP

 

无人机视觉定位是怎么回事_drone无人机怎么下APP

无人机视觉定位是怎么回事_drone无人机怎么下APP

无人机视觉定位是怎么回事_drone无人机怎么下APP

无人机视觉定位是怎么回事_drone无人机怎么下APP

Cascade R-CNN: Delving into High Quality Object Detection

Single-Shot Bidirectional Pyramid Networks for High-Quality Object Detection

数据观察

task1

bbox观察

无人机视觉定位是怎么回事_drone无人机怎么下APP
数据分布
bbox尺度分布
  <p2 p2 p3 p4 p5 p6 >p6
train 48.3% 30.6% 16.2% 4.4% 0.5% 0.01% 0%
val 55.3% 30.8% 11.4% 2.4% 0.1% 0.007% 0%
train_val 49.0% 30.6% 15.7% 4.1% 0.5% 0.01% 0%

 

bbox尺度*1.5分布
  <p2 p2 p3 p4 p5 p6 >p6
train 28.2% 34.6% 24.5% 10.5% 2.0% 0.1% 0.002%
val 33.0% 37.6% 21.8% 6.9% 0.7% 0.03% 0.005%
train_val 28.7% 34.9% 24.2% 10.2% 1.9% 0.1% 0.002%
bbox尺度*3分布
  <p2 p2 p3 p4 p5 p6 >p6
train 6.2% 22.0% 34.6% 24.5% 10.6% 2.0% 0.1%
val 7.1% 26.0% 37.6% 21.8% 6.9% 0.7% 0.03%
train_val 6.3% 22.4% 34.9% 24.2% 10.2% 1.9% 0.1%

类别分布

类别数量分布
  0 ignored 1 pedestrain 2 people 3 bicycle 4 car 5 van 6 truck 7 tricycly 8 awning-tricycle 9 bus 10 motor 11 others
train 2.49% 22.44% 7.65% 2.96% 40.97% 7.06% 3.64% 1.36% 0.92% 1.68% 8.39% 0.43%
val 3.43% 22.02% 12.76% 3.24% 35.01% 4.92% 1.87% 2.60% 1.32% 0.62% 12.16% 0.08%
trian_val 2.59% 22.40% 8.17% 2.99% 40.37% 6.84% 3.46% 1.49% 0.96% 1.57% 8.77% 0.40%

 

类别面积分布
  0 ignored 1 pedestrain 2 people 3 bicycle 4 car 5 van 6 truck 7 tricycly 8 awning-tricycle 9 bus 10 motor 11 others
train 3.89% 6.42% 1.82% 1.45% 54.11% 11.66% 9.46% 1.39% 1.07% 4.69% 3.35% 0.69%
val 8.23% 7.44% 3.67% 1.42% 54.88% 7.68% 5.80% 2.38% 1.29% 1.82% 5.23% 0.15%
trian_val 4.18% 6.49% 1.94% 1.45% 54.16% 11.39% 9.22% 1.46% 1.09% 4.50% 3.47% 0.65%

图片尺寸分布

  480×360 960×540 1344×756 1360×765 1389×1042 1398×1048 1400×788 1400×1050 1916×1078 1920×1080 2000×1500 all
train 1 250 1 743 1 30 1299 2498 537 339 772 6462
val 0 121

0

408 0 0 0 0 0 19 0 548
test 0 64 0 150 0 0 712 491 127 36 0 1580

train 平均图像大小:1575738.0529247911

 

b0说task2里同一个物体的类别会变。

Pyramid Scene Parsing Network

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请联系我们举报,一经查实,本站将立刻删除。

发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/170573.html原文链接:https://javaforall.net

(0)
全栈程序员-站长的头像全栈程序员-站长


相关推荐

  • MAX31865模块的使用-基于ZigBee_CC2530芯片 PT100测温

    MAX31865模块的使用-基于ZigBee_CC2530芯片 PT100测温前言  网络上关于ZigBee和MAX31865的相关资料较少,对于如何在CC2530上实现对PT100温度数据的读取的资料更是几乎没有。因此本文对MAX31865芯片和模块的使用进行简要介绍,并提供使用源码,同时提供自制模块的相关原理图。文章目录前言一、相关资料二、MAX31865芯片介绍2.1简介:2.2:读写时序2.3:配置寄存器2.4错误标志2.5温度读取三、MAX31865模块介绍3.1引脚介绍3.2线制选择与接线四、代码4.1配置I/O寄存器4.2SPI写寄存器4.3SPI读寄存

    2022年6月29日
    23
  • origin绘图设定_表达技巧答题步骤

    origin绘图设定_表达技巧答题步骤2.3.4.坐标轴加粗,28号字体5.6.7.8.9.10.更改图例格式11.12.13.注释:感谢抖音主:鄫南南Ph.D.c的分享

    2022年9月21日
    0
  • 关于IplImage的widthstep

    关于IplImage的widthstep这两天编程实现同态滤波,可实现的结果却令我大跌眼镜,滤波后的图像严重发生了错位,简直分辨不出图像的内容,检查程序没有发现错误,这让我一直很郁闷。今天早上在百度上搜到一个帖子,帖子是别人转的,但原帖子的作者也遇到过这样的错误。作者说宽度为偶数的图片不会发生这样的情况,但宽度为奇数的图片就会发生上面的错误。我也拿了几张图片试验了一下,正如作者所说。究其原因,原来是IplImage的widthstep在…

    2022年6月3日
    41
  • MS17010(永恒之蓝)漏洞复现

    MS17010(永恒之蓝)漏洞复现MS17010(永恒之蓝)漏洞利用与复现首先需要准备win7的环境做为靶机获取信息利用nmap扫描得到,靶机IPnmap-sP192.168.229.0/24得到:IP:192.168.229.169然后利用:nmap–script=vuln192.168.229.169得到靶机信息:发现可能利用的漏洞:ms17-010然后启动msfmsfconsole然后查找漏洞路径:searchms17-010使用payload进行攻击:useexploit

    2022年4月30日
    51
  • Windows 桌面字体背景颜色取消 

    Windows 桌面字体背景颜色取消 

    2021年7月29日
    70
  • nginx和apache的区别,选择哪个好?

    nginx和apache的区别,选择哪个好?Apache和Nginx最核心的区别在于apache是同步多进程模型,一个连接对应一个进程;而nginx是异步的,多个连接(万级别)可以对应一个进程。下面本篇文章就来给大家介绍一下Apache和Nginx的区别有那些,选择哪个好?希望对你们有所帮助。一、Nginx特点  1、轻量级,采用C进行编写,同样的web服务,会占用更少的内存及资源。  2、抗并发,nginx以epollandkqueue作为开发模型,处理请求是异步非阻塞的,负载能力比apache高很多,而apache则.

    2022年5月24日
    32

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

关注全栈程序员社区公众号