无人机视觉定位是怎么回事_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)
上一篇 2022年8月15日 上午8:00
下一篇 2022年8月15日 上午8:00


相关推荐

  • Python 监控linux之dstat

    Python 监控linux之dstat        Python编写的监控工具——dstat          1.多功能系统资源统计

    2022年6月28日
    37
  • Python 列表元素字符串转浮点

    Python 列表元素字符串转浮点在网络爬虫或者读取文件中的数据时,很多时候读取出来的数值是字符串形式的,这些字符串形式的数据并不能用来作计算或者更深入的操作,因此我们需要把他们转换为数值的形式。简单粗暴的for循环假设,这里有一个以字符串形式存储数值的列表,具体如下:a=[‘2′,’3.5′,’10’,’88’,’32.66′]我们需要将其转换为浮点的形式,最简单粗暴直接的方法,可以使用…

    2022年6月1日
    50
  • Python关键字查询

    Python关键字查询Python 中的关键字 及其长度

    2025年7月27日
    7
  • android attrs获取_Android中如何利用attrs和styles定义控件

    android attrs获取_Android中如何利用attrs和styles定义控件一直有个问题就是,Android中是如何通过布局文件,就能实现控件效果的不同呢?比如在布局文件中,我设置了一个TextView,给它设置了textColor,它就能够改变这个TextView的文本的颜色。这是如何做到的呢?我们分3个部分来看这个问题1.attrs.xml2.styles.xml3.看组件的源码。1.attrs.xml:我们知道Android的源码中有attrs.xml这个…

    2022年10月18日
    7
  • java设置httponly,java设置httponly

    java设置httponly,java设置httponly()+3600*24,””,””,0);setcookie(“TestCookie”,”abcdef”,time()+3600*24,””,””,1);?>//末尾0表示未设置httponly表中,1表示设置该位规范编码……java项目部署指南_IT/计算机_专业资料。部署安装手册1.0目第一章、简单安装部署录1、JDK安装和配置2、Tomcat的安装和配置…

    2022年6月17日
    170
  • php禅道安装,(推荐)windows用一键安装包安装

    php禅道安装,(推荐)windows用一键安装包安装为了简化大家在 windows 下面的安装 我们在 xampp 基础上做了禅道的 windows 一键安装包 xampp 是业内非常著名的 AMP 集成运行环境 禅道的一键安装包主要在它基础上做了大量的精简 并集成了我们自主开发的集成面板 使用起来会更加方便 关于 xampp 一键安装包 大家有兴趣可以访问下面的官方网站 https www apachefriend org 注 这个是 xampp 官方网站 禅道

    2026年3月17日
    1

发表回复

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

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