├── README.md ├── demo ├── citypark_pool │ ├── ar_drone │ │ ├── imgs │ │ │ ├── 0.png │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ └── 4.png │ │ └── labels │ │ │ ├── 0.txt │ │ │ ├── 1.txt │ │ │ ├── 2.txt │ │ │ ├── 3.txt │ │ │ └── 4.txt │ ├── dji_inspire │ │ ├── imgs │ │ │ ├── 0.png │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ └── 4.png │ │ └── labels │ │ │ ├── 0.txt │ │ │ ├── 1.txt │ │ │ ├── 2.txt │ │ │ ├── 3.txt │ │ │ └── 4.txt │ ├── dji_mavic │ │ ├── imgs │ │ │ ├── 0.png │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ └── 4.png │ │ └── labels │ │ │ ├── 0.txt │ │ │ ├── 1.txt │ │ │ ├── 2.txt │ │ │ ├── 3.txt │ │ │ └── 4.txt │ └── dji_phantom │ │ ├── imgs │ │ ├── 0.png │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ └── 4.png │ │ └── labels │ │ ├── 0.txt │ │ ├── 1.txt │ │ ├── 2.txt │ │ ├── 3.txt │ │ └── 4.txt ├── citypark_street │ ├── ar_drone │ │ ├── imgs │ │ │ ├── 0.png │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ └── 4.png │ │ └── labels │ │ │ ├── 0.txt │ │ │ ├── 1.txt │ │ │ ├── 2.txt │ │ │ ├── 3.txt │ │ │ └── 4.txt │ ├── dji_inspire │ │ ├── imgs │ │ │ ├── 0.png │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ └── 4.png │ │ └── labels │ │ │ ├── 0.txt │ │ │ ├── 1.txt │ │ │ ├── 2.txt │ │ │ ├── 3.txt │ │ │ └── 4.txt │ ├── dji_mavic │ │ ├── imgs │ │ │ ├── 0.png │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ └── 4.png │ │ └── labels │ │ │ ├── 0.txt │ │ │ ├── 1.txt │ │ │ ├── 2.txt │ │ │ ├── 3.txt │ │ │ └── 4.txt │ └── dji_phantom │ │ ├── imgs │ │ ├── 0.png │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ └── 4.png │ │ └── labels │ │ ├── 0.txt │ │ ├── 1.txt │ │ ├── 2.txt │ │ ├── 3.txt │ │ └── 4.txt ├── citypark_trees │ ├── ar_drone │ │ ├── imgs │ │ │ ├── 0.png │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ └── 4.png │ │ └── labels │ │ │ ├── 0.txt │ │ │ ├── 1.txt │ │ │ ├── 2.txt │ │ │ ├── 3.txt │ │ │ └── 4.txt │ ├── dji_inspire │ │ ├── imgs │ │ │ ├── 0.png │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ └── 4.png │ │ └── labels │ │ │ ├── 0.txt │ │ │ ├── 1.txt │ │ │ ├── 2.txt │ │ │ ├── 3.txt │ │ │ └── 4.txt │ ├── dji_mavic │ │ ├── imgs │ │ │ ├── 0.png │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ └── 4.png │ │ └── labels │ │ │ ├── 0.txt │ │ │ ├── 1.txt │ │ │ ├── 2.txt │ │ │ ├── 3.txt │ │ │ └── 4.txt │ └── dji_phantom │ │ ├── imgs │ │ ├── 0.png │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ └── 4.png │ │ └── labels │ │ ├── 0.txt │ │ ├── 1.txt │ │ ├── 2.txt │ │ ├── 3.txt │ │ └── 4.txt ├── grass │ ├── ar_drone │ │ ├── imgs │ │ │ ├── 0.png │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ └── 4.png │ │ └── labels │ │ │ ├── 0.txt │ │ │ ├── 1.txt │ │ │ ├── 2.txt │ │ │ ├── 3.txt │ │ │ └── 4.txt │ ├── dji_inspire │ │ ├── imgs │ │ │ ├── 0.png │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ └── 4.png │ │ └── labels │ │ │ ├── 0.txt │ │ │ ├── 1.txt │ │ │ ├── 2.txt │ │ │ ├── 3.txt │ │ │ └── 4.txt │ ├── dji_mavic │ │ ├── imgs │ │ │ ├── 0.png │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ └── 4.png │ │ └── labels │ │ │ ├── 0.txt │ │ │ ├── 1.txt │ │ │ ├── 2.txt │ │ │ ├── 3.txt │ │ │ └── 4.txt │ └── dji_phantom │ │ ├── imgs │ │ ├── 0.png │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ └── 4.png │ │ └── labels │ │ ├── 0.txt │ │ ├── 1.txt │ │ ├── 2.txt │ │ ├── 3.txt │ │ └── 4.txt ├── mountain_lake │ ├── ar_drone │ │ ├── imgs │ │ │ ├── 0.png │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ └── 4.png │ │ └── labels │ │ │ ├── 0.txt │ │ │ ├── 1.txt │ │ │ ├── 2.txt │ │ │ ├── 3.txt │ │ │ └── 4.txt │ ├── dji_inspire │ │ ├── imgs │ │ │ ├── 0.png │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ └── 4.png │ │ └── labels │ │ │ ├── 0.txt │ │ │ ├── 1.txt │ │ │ ├── 2.txt │ │ │ ├── 3.txt │ │ │ └── 4.txt │ ├── dji_mavic │ │ ├── imgs │ │ │ ├── 0.png │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ └── 4.png │ │ └── labels │ │ │ ├── 0.txt │ │ │ ├── 1.txt │ │ │ ├── 2.txt │ │ │ ├── 3.txt │ │ │ └── 4.txt │ └── dji_phantom │ │ ├── imgs │ │ ├── 0.png │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ └── 4.png │ │ └── labels │ │ ├── 0.txt │ │ ├── 1.txt │ │ ├── 2.txt │ │ ├── 3.txt │ │ └── 4.txt ├── palace │ ├── ar_drone │ │ ├── imgs │ │ │ ├── 0.png │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ └── 4.png │ │ └── labels │ │ │ ├── 0.txt │ │ │ ├── 1.txt │ │ │ ├── 2.txt │ │ │ ├── 3.txt │ │ │ └── 4.txt │ ├── dji_inspire │ │ ├── imgs │ │ │ ├── 0.png │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ └── 4.png │ │ └── labels │ │ │ ├── 0.txt │ │ │ ├── 1.txt │ │ │ ├── 2.txt │ │ │ ├── 3.txt │ │ │ └── 4.txt │ ├── dji_mavic │ │ ├── imgs │ │ │ ├── 0.png │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ └── 4.png │ │ └── labels │ │ │ ├── 0.txt │ │ │ ├── 1.txt │ │ │ ├── 2.txt │ │ │ ├── 3.txt │ │ │ └── 4.txt │ └── dji_phantom │ │ ├── imgs │ │ ├── 0.png │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ └── 4.png │ │ └── labels │ │ ├── 0.png │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ └── 4.png ├── seaside_temple │ ├── ar_drone │ │ ├── imgs │ │ │ ├── 0.png │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ └── 4.png │ │ └── labels │ │ │ ├── 0.png │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ └── 4.png │ ├── dji_inspire │ │ ├── imgs │ │ │ ├── 0.png │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ └── 4.png │ │ └── labels │ │ │ ├── 0.png │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ └── 4.png │ ├── dji_mavic │ │ ├── imgs │ │ │ ├── 0.png │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ └── 4.png │ │ └── labels │ │ │ ├── 0.png │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ └── 4.png │ └── dji_phantom │ │ ├── imgs │ │ ├── 0.png │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ └── 4.png │ │ └── labels │ │ ├── 0.png │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ └── 4.png └── winter_town │ ├── ar_drone │ ├── imgs │ │ ├── 0.png │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ └── 4.png │ └── labels │ │ ├── 0.png │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ └── 4.png │ ├── dji_inspire │ ├── imgs │ │ ├── 0.png │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ └── 4.png │ └── labels │ │ ├── 0.png │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ └── 4.png │ ├── dji_mavic │ ├── imgs │ │ ├── 0.png │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ └── 4.png │ └── labels │ │ ├── 0.png │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ └── 4.png │ └── dji_phantom │ ├── imgs │ ├── 0.png │ ├── 1.png │ ├── 2.png │ ├── 3.png │ └── 4.png │ └── labels │ ├── 0.png │ ├── 1.png │ ├── 2.png │ ├── 3.png │ └── 4.png ├── imgs ├── 4models.png ├── 8scenes.png ├── airsim.PNG ├── airsim_ue.PNG ├── real_stat.png ├── sim_method.png ├── sim_stat.png └── ue_market.PNG └── label_update.zip /README.md: -------------------------------------------------------------------------------- 1 | ## Important Notes 2 | 3 | - For anyone who has download the Street or Trees sub-dataset before Beijing Time 2021.10.25 8:40 or UTC 2021.10.25 :40, please update the [label files](https://github.com/mlcaepiee/SimUAV/blob/main/label_update.zip). The reason can be found on this [issue](https://github.com/mlcaepiee/SimUAV/issues/2). We feel very sorry for our mistake. 4 | 5 | 6 | 7 | ## Dataset Overview 8 | 9 | SimUAV is a simulated, not real-world, dataset for UAV small object detection. It contains **29,568** images in **8** scenes or backgrounds including street, trees, grass, mountain lake, palace, winter town, and temple. Each scene has **4** multi-rotor models: Parrot A.R. Drone 2.0, DJI Inspire I, DJI Mavic 2 Pro, and Dji Phantom 4 Pro. 10 | 11 |  12 |
Figure 1 Examples for 8 scenes simulated, each has been annotated by red boxes. Note the white cross-line in each image helps to locate the objects(in which quadrant) and the multi-rotor model in each image is DJI Mavic 2 Pro.
13 | 14 |  15 |Figure 2 3D models for multi-rotors we used in simulation.
16 | 17 | 18 | 19 | | COUNT | Pool | Street | Trees | Grass | Mountain Lake | Palace | Seaside Temple | Winter Town | 20 | | :-------------: | :--: | :----: | :---: | :---: | :-----------: | :----: | :------------: | :---------: | 21 | | **A.R. Drone** | 653 | 1248 | 1230 | 600 | 1203 | 602 | 604 | 1201 | 22 | | **DJI Inspire** | 641 | 1240 | 1274 | 600 | 1202 | 603 | 601 | 1206 | 23 | | **DJI Mavic** | 757 | 1460 | 1326 | 601 | 1204 | 600 | 602 | 1205 | 24 | | **DJI Phantom** | 623 | 1251 | 1216 | 603 | 1204 | 604 | 600 | 1204 | 25 |Table 1 Image Count of each model and scene.
26 | 27 |  28 |Figure 3 Proportion of each scene and model.
29 | 30 | ## How to Get 31 | 32 | Anyone can get access the SimUAV Dataset by following links: 33 | 34 | - Pool(1.01GB): [Google Drive](https://drive.google.com/file/d/1DhNubHELtf2ghw9RT7oETCOreb1Hpcgi/view?usp=sharing); [Baidu Cloud](https://pan.baidu.com/s/19-JxuWntEHFX3XgQ3gv0Bg) Token: dq0z 35 | - Street(2.3GB): [Google Drive](https://drive.google.com/file/d/1rdNgixBeYo-vWmTJhILTJj-7cdRVPG3O/view?usp=sharing); [Baidu Cloud](https://pan.baidu.com/s/1mHD6JIPGp2Z7ZQuji0zPrg) Token: nzkz 36 | - Trees(2.41GB): [Google Drive](https://drive.google.com/file/d/1lKy8usjbZtgNXF_s5vV7btPTdntX1Nw9/view?usp=sharing); [Baidu Cloud](https://pan.baidu.com/s/18QN1InBxIxFBZFGBe6uI3w) Token: ooxx 37 | - Grass(872MB): [Google Drive](https://drive.google.com/file/d/1Hcfk9TUSmJOnWW4zKW-P9Tg8QuCtv_MY/view?usp=sharing); [Baidu Cloud](https://pan.baidu.com/s/1gN0pWJ1AihD0xuuhJwRwEA) Token: dzyr 38 | - Mountain Lake(2.44GB): [Google Drive](https://drive.google.com/file/d/1LrVHpor5JATyH16fD_bQTjJcdamSwidh/view?usp=sharing); [Baidu Cloud](https://pan.baidu.com/s/1E-FKuWL98dNeWs9bME7hTQ) Token: 58zm 39 | - Palace(1.6GB): [Google Drive](https://drive.google.com/file/d/19I_vBdbXYCQ6Wg7jrQEf0LzU-Kiov2kR/view?usp=sharing); [Baidu Cloud](https://pan.baidu.com/s/1i6lliC8hLsbKUiPnM-ec1Q) Token: j8ze 40 | - Seaside Temple(1.08GB): [Google Drive](https://drive.google.com/file/d/17ctfYfG-tJghSHrQBUtVWI6L-rGgmRsY/view?usp=sharing); [Baidu Cloud](https://pan.baidu.com/s/172-a02ktGtXc2arozFPxhQ) Token: u7zy 41 | - Winter Town(2.9GB): [Google Drive](https://drive.google.com/file/d/1xNhaQn1FQYtKCNeLhwbn9IXYIdGoJOGJ/view?usp=sharing); [Baidu Cloud](https://pan.baidu.com/s/1nZBiJn4GUDVBjl5MDq6SzQ) Token: t1aa 42 | 43 | **Warm prompt 1:** before you download any scene you choose, it may help to preview the example images in the 'examples' fold. 44 | 45 | **Warm prompt 2:** in our published [paper](https://arxiv.org/abs/2109.01800), we also use a real-world dataset to train our deep learning model along with the SimUAV dataset. You can download the real-world dataset as you want: [Google Drive](https://drive.google.com/drive/folders/1Cyeup-_6U_-fSh8f5osysjSmUbZsvb04?usp=sharing) ; [Baidu Cloud](https://pan.baidu.com/s/12QjeuUzLBteh6PWcCuPt0g) Token: n7mo 46 | 47 | ## Background 48 | 49 | In recent years, UAVs(Unmanned Aerial Vehicles, here we mean multi-rotors) have been widely used in agriculture, industry, and the military, bringing great risks to public security such as illegal flying, spy flying, and more seriously, terrorist attack by dropping bombs. Therefore, research on the detection and recognition of UAV targets has already been carried out. Popular technologies for UAV small object detection mainly resort to deep learning algorithms in computer vision, which always need a large number of data. Unfortunately, few object detection datasets are available on multi-rotors. To address (relieve) this issue, we construct the SimUAV dataset which is entirely generated by simulation softwares without any real-world image. 50 | 51 | ## Task Description 52 | We definite the task of **UAV small object detection**: determine whether there are any instances of UAV, specifically multi-rotors in an image and, if present, to return the spatial location and extent of each object instance (e.g., via a bounding box). Small here means the ground-truth box size of each object is always small, exactly no larger than **30\*30 pixels** in a 640\*640 image. 53 | 54 | ## Simulation Platform 55 | We apply Airsim and UE4 as our simulation softwares. [Airsim](https://microsoft.github.io/AirSim/) is an open-source simulator for drones, built on Epic Games’ [Unreal Engine 4](https://www.unrealengine.com/) as a platform for AI research. Airsim allows us to fly multi-rotors in UE4 rendering environments at various velocities and on expected paths which can be set easily by python API. Besides, Airsim supports substituting any 3D model file for the default multi-rotor model. UE4 provides a variety of environments or scenes in Epic Store, including forests, beaches, cities, parks, and so on. 56 | 57 |  58 | 59 |Figure 4 Left: A snapshot from AirSim shows a multi-rotor flying in an urban environment. Right: A Search Page of UE 4 Market.
60 | 61 | ## Simulation Method 62 | 63 | The generation of the SimUAV dataset is implemented by Airsim Python API. As described in figure 5, we create four multi-rotors, one as the observer which carries several cameras(we only depict one camera) and others as the targets flying at a certain distance from the observer. Targets are expected to be captured by one or more cameras, and consequently, the camera image will be stored. Note that, we keep the observer vibrate during simulation in order to imitate shooting by human hand. 64 | 65 |  66 | 67 |Figure 5 The observer multi-rotor shoots the target multi-rotors with onboard cameras.
68 | 69 | 70 | 71 | **Warm prompt 3:** github's markdown dose not support math expression, please use a [chrome extension](https://chrome.google.com/webstore/detail/mathjax-plugin-for-github/ioemnmodlmafdkllaclgeombjnmnbima/related) or you can download the whole project and read locally. 72 | 73 | Since the positions of targets and attitudes of cameras are available by Airsim during shooting, the labels of each image can be computed theoretically. Taking Target1 in figure 5 as an example, there are three frames involved: world frame, camera frame, and pixel frame, respectively expressed by $O_wX_wY_wZ_w$, $O_cX_cY_cZ_c$, and $O_pX_pY_p$. Therefore, we express the position of Target1 in three frames as $P_w(x_w,y_w,z_w)$, $P_c(x_c,y_c,z_c)$, and $P_p(x_p, y_p)$ respectively. Obviously, $P_p(x_p, y_p)$ is what we need in annotation and can be computed by the following formulas (1) and (2): 74 | $$ 75 | \left[ 76 | \begin{matrix} 77 | x_c\\ 78 | y_c\\ 79 | z_c 80 | \end{matrix} 81 | \right] = R\left[ 82 | \begin{matrix} 83 | x_w\\ 84 | y_w\\ 85 | z_w 86 | \end{matrix} 87 | \right] + t\tag{1} 88 | $$ 89 | where $R\in \{R|R^TR=I_3, det(R)=1\}$ is the rotation matrix with respect to the transformation from $O_wX_wY_wZ_w$ to $O_cX_cY_cZ_c$ and $t$ is the translation vector (equal to the camera position in the world frame) . Both $R$ and $t$ can be obtained by Airsim with a little computation; 90 | $$ 91 | \begin{cases} 92 | x_p = y_m - f\frac{y_c}{z_c};\\ 93 | y_p = x_m + f\frac{x_c}{z_c} 94 | \end{cases}\tag{2} 95 | $$ 96 | where $f$ is focal length set in Airsim, and$P_p(x_m y_m)$ is the center position in pixel frame of the image, for example$P_p(x_m, y_m)$ is $P_m(320, 320)$ in a 640*640 image. 97 | 98 | Overall, we generate all the annotated images in various scenes and drone models forming the SimUAV dataset. 99 | 100 | ## Citation 101 | 102 | Please cite this paper in your publications if SimUAV helps your research. 103 | 104 | ``` 105 | @misc{rui2021comprehensive, 106 | title={A Comprehensive Approach for UAV Small Object Detection with Simulation-based Transfer Learning and Adaptive Fusion}, 107 | author={Chen Rui and Guo Youwei and Zheng Huafei and Jiang Hongyu}, 108 | year={2021}, 109 | eprint={2109.01800}, 110 | archivePrefix={arXiv}, 111 | primaryClass={cs.CV} 112 | } 113 | ``` 114 | 115 | -------------------------------------------------------------------------------- /demo/citypark_pool/ar_drone/imgs/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/citypark_pool/ar_drone/imgs/0.png -------------------------------------------------------------------------------- /demo/citypark_pool/ar_drone/imgs/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/citypark_pool/ar_drone/imgs/1.png -------------------------------------------------------------------------------- /demo/citypark_pool/ar_drone/imgs/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/citypark_pool/ar_drone/imgs/2.png -------------------------------------------------------------------------------- /demo/citypark_pool/ar_drone/imgs/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/citypark_pool/ar_drone/imgs/3.png -------------------------------------------------------------------------------- /demo/citypark_pool/ar_drone/imgs/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/citypark_pool/ar_drone/imgs/4.png -------------------------------------------------------------------------------- /demo/citypark_pool/ar_drone/labels/0.txt: -------------------------------------------------------------------------------- 1 | 0 0.634375 0.4734375 0.0375 0.0171875 2 | -------------------------------------------------------------------------------- /demo/citypark_pool/ar_drone/labels/1.txt: -------------------------------------------------------------------------------- 1 | 0 0.5640625 0.5625 0.0375 0.015625 2 | -------------------------------------------------------------------------------- /demo/citypark_pool/ar_drone/labels/2.txt: -------------------------------------------------------------------------------- 1 | 0 0.590625 0.55625 0.0375 0.0140625 2 | -------------------------------------------------------------------------------- /demo/citypark_pool/ar_drone/labels/3.txt: -------------------------------------------------------------------------------- 1 | 0 0.615625 0.55 0.0390625 0.015625 2 | -------------------------------------------------------------------------------- /demo/citypark_pool/ar_drone/labels/4.txt: -------------------------------------------------------------------------------- 1 | 0 0.6421875 0.5453125 0.040625 0.015625 2 | -------------------------------------------------------------------------------- /demo/citypark_pool/dji_inspire/imgs/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/citypark_pool/dji_inspire/imgs/0.png -------------------------------------------------------------------------------- /demo/citypark_pool/dji_inspire/imgs/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/citypark_pool/dji_inspire/imgs/1.png -------------------------------------------------------------------------------- /demo/citypark_pool/dji_inspire/imgs/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/citypark_pool/dji_inspire/imgs/2.png -------------------------------------------------------------------------------- /demo/citypark_pool/dji_inspire/imgs/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/citypark_pool/dji_inspire/imgs/3.png -------------------------------------------------------------------------------- /demo/citypark_pool/dji_inspire/imgs/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/citypark_pool/dji_inspire/imgs/4.png -------------------------------------------------------------------------------- /demo/citypark_pool/dji_inspire/labels/0.txt: -------------------------------------------------------------------------------- 1 | 0 0.5078125 0.4453125 0.034375 0.0265625 2 | -------------------------------------------------------------------------------- /demo/citypark_pool/dji_inspire/labels/1.txt: -------------------------------------------------------------------------------- 1 | 0 0.5125 0.4515625 0.03125 0.0234375 2 | -------------------------------------------------------------------------------- /demo/citypark_pool/dji_inspire/labels/2.txt: -------------------------------------------------------------------------------- 1 | 0 0.4921875 0.4515625 0.03125 0.0234375 2 | -------------------------------------------------------------------------------- /demo/citypark_pool/dji_inspire/labels/3.txt: -------------------------------------------------------------------------------- 1 | 0 0.4796875 0.4234375 0.0328125 0.025 2 | -------------------------------------------------------------------------------- /demo/citypark_pool/dji_inspire/labels/4.txt: -------------------------------------------------------------------------------- 1 | 0 0.459375 0.403125 0.0328125 0.0265625 2 | -------------------------------------------------------------------------------- /demo/citypark_pool/dji_mavic/imgs/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/citypark_pool/dji_mavic/imgs/0.png -------------------------------------------------------------------------------- /demo/citypark_pool/dji_mavic/imgs/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/citypark_pool/dji_mavic/imgs/1.png -------------------------------------------------------------------------------- /demo/citypark_pool/dji_mavic/imgs/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/citypark_pool/dji_mavic/imgs/2.png -------------------------------------------------------------------------------- /demo/citypark_pool/dji_mavic/imgs/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/citypark_pool/dji_mavic/imgs/3.png -------------------------------------------------------------------------------- /demo/citypark_pool/dji_mavic/imgs/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/citypark_pool/dji_mavic/imgs/4.png -------------------------------------------------------------------------------- /demo/citypark_pool/dji_mavic/labels/0.txt: -------------------------------------------------------------------------------- 1 | 0 0.3921875 0.425 0.0328125 0.01875 2 | -------------------------------------------------------------------------------- /demo/citypark_pool/dji_mavic/labels/1.txt: -------------------------------------------------------------------------------- 1 | 0 0.7078125 0.4375 0.03125 0.0171875 2 | 0 0.9828125 0.559375 0.046875 0.0203125 3 | -------------------------------------------------------------------------------- /demo/citypark_pool/dji_mavic/labels/2.txt: -------------------------------------------------------------------------------- 1 | 0 0.70625 0.4390625 0.03125 0.01875 2 | 0 0.98125 0.559375 0.0484375 0.0203125 3 | -------------------------------------------------------------------------------- /demo/citypark_pool/dji_mavic/labels/3.txt: -------------------------------------------------------------------------------- 1 | 0 0.7046875 0.4375 0.03125 0.0171875 2 | -------------------------------------------------------------------------------- /demo/citypark_pool/dji_mavic/labels/4.txt: -------------------------------------------------------------------------------- 1 | 0 0.6921875 0.4421875 0.03125 0.0171875 2 | -------------------------------------------------------------------------------- /demo/citypark_pool/dji_phantom/imgs/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/citypark_pool/dji_phantom/imgs/0.png -------------------------------------------------------------------------------- /demo/citypark_pool/dji_phantom/imgs/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/citypark_pool/dji_phantom/imgs/1.png -------------------------------------------------------------------------------- /demo/citypark_pool/dji_phantom/imgs/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/citypark_pool/dji_phantom/imgs/2.png -------------------------------------------------------------------------------- /demo/citypark_pool/dji_phantom/imgs/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/citypark_pool/dji_phantom/imgs/3.png -------------------------------------------------------------------------------- /demo/citypark_pool/dji_phantom/imgs/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/citypark_pool/dji_phantom/imgs/4.png -------------------------------------------------------------------------------- /demo/citypark_pool/dji_phantom/labels/0.txt: -------------------------------------------------------------------------------- 1 | 0 0.678125 0.3671875 0.0390625 0.025 2 | -------------------------------------------------------------------------------- /demo/citypark_pool/dji_phantom/labels/1.txt: -------------------------------------------------------------------------------- 1 | 0 0.54375 0.5296875 0.040625 0.0234375 2 | 0 0.00625 0.4875 0.0546875 0.0359375 3 | -------------------------------------------------------------------------------- /demo/citypark_pool/dji_phantom/labels/2.txt: -------------------------------------------------------------------------------- 1 | 0 0.5265625 0.45 0.040625 0.025 2 | -------------------------------------------------------------------------------- /demo/citypark_pool/dji_phantom/labels/3.txt: -------------------------------------------------------------------------------- 1 | 0 0.5015625 0.36875 0.040625 0.0296875 2 | -------------------------------------------------------------------------------- /demo/citypark_pool/dji_phantom/labels/4.txt: -------------------------------------------------------------------------------- 1 | 0 0.4734375 0.2703125 0.040625 0.0328125 2 | -------------------------------------------------------------------------------- /demo/citypark_street/ar_drone/imgs/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/citypark_street/ar_drone/imgs/0.png -------------------------------------------------------------------------------- /demo/citypark_street/ar_drone/imgs/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/citypark_street/ar_drone/imgs/1.png -------------------------------------------------------------------------------- /demo/citypark_street/ar_drone/imgs/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/citypark_street/ar_drone/imgs/2.png -------------------------------------------------------------------------------- /demo/citypark_street/ar_drone/imgs/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/citypark_street/ar_drone/imgs/3.png -------------------------------------------------------------------------------- /demo/citypark_street/ar_drone/imgs/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/citypark_street/ar_drone/imgs/4.png -------------------------------------------------------------------------------- /demo/citypark_street/ar_drone/labels/0.txt: -------------------------------------------------------------------------------- 1 | 0 0.4796875 0.4625 0.03854166666666667 0.019270833333333334 2 | -------------------------------------------------------------------------------- /demo/citypark_street/ar_drone/labels/1.txt: -------------------------------------------------------------------------------- 1 | 0 0.4421875 0.375 0.03854166666666667 0.021875 2 | -------------------------------------------------------------------------------- /demo/citypark_street/ar_drone/labels/2.txt: -------------------------------------------------------------------------------- 1 | 0 0.6177083333333333 0.5880208333333333 0.0421875 0.0140625 2 | -------------------------------------------------------------------------------- /demo/citypark_street/ar_drone/labels/3.txt: -------------------------------------------------------------------------------- 1 | 0 0.46041666666666664 0.6 0.04010416666666667 0.0140625 2 | -------------------------------------------------------------------------------- /demo/citypark_street/ar_drone/labels/4.txt: -------------------------------------------------------------------------------- 1 | 0 0.50625 0.6447916666666667 0.03958333333333333 0.0125 2 | -------------------------------------------------------------------------------- /demo/citypark_street/dji_inspire/imgs/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/citypark_street/dji_inspire/imgs/0.png -------------------------------------------------------------------------------- /demo/citypark_street/dji_inspire/imgs/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/citypark_street/dji_inspire/imgs/1.png -------------------------------------------------------------------------------- /demo/citypark_street/dji_inspire/imgs/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/citypark_street/dji_inspire/imgs/2.png -------------------------------------------------------------------------------- /demo/citypark_street/dji_inspire/imgs/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/citypark_street/dji_inspire/imgs/3.png -------------------------------------------------------------------------------- /demo/citypark_street/dji_inspire/imgs/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/citypark_street/dji_inspire/imgs/4.png -------------------------------------------------------------------------------- /demo/citypark_street/dji_inspire/labels/0.txt: -------------------------------------------------------------------------------- 1 | 0 0.46458333333333335 0.371875 0.0328125 0.0265625 2 | -------------------------------------------------------------------------------- /demo/citypark_street/dji_inspire/labels/1.txt: -------------------------------------------------------------------------------- 1 | 0 0.409375 0.5447916666666667 0.0328125 0.021875 2 | -------------------------------------------------------------------------------- /demo/citypark_street/dji_inspire/labels/2.txt: -------------------------------------------------------------------------------- 1 | 0 0.5447916666666667 0.2552083333333333 0.034375 0.03177083333333333 2 | -------------------------------------------------------------------------------- /demo/citypark_street/dji_inspire/labels/3.txt: -------------------------------------------------------------------------------- 1 | 0 0.23802083333333332 0.37864583333333335 0.04375 0.028125 2 | -------------------------------------------------------------------------------- /demo/citypark_street/dji_inspire/labels/4.txt: -------------------------------------------------------------------------------- 1 | 0 0.3140625 0.45729166666666665 0.040625 0.024479166666666666 2 | -------------------------------------------------------------------------------- /demo/citypark_street/dji_mavic/imgs/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/citypark_street/dji_mavic/imgs/0.png -------------------------------------------------------------------------------- /demo/citypark_street/dji_mavic/imgs/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/citypark_street/dji_mavic/imgs/1.png -------------------------------------------------------------------------------- /demo/citypark_street/dji_mavic/imgs/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/citypark_street/dji_mavic/imgs/2.png -------------------------------------------------------------------------------- /demo/citypark_street/dji_mavic/imgs/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/citypark_street/dji_mavic/imgs/3.png -------------------------------------------------------------------------------- /demo/citypark_street/dji_mavic/imgs/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/citypark_street/dji_mavic/imgs/4.png -------------------------------------------------------------------------------- /demo/citypark_street/dji_mavic/labels/0.txt: -------------------------------------------------------------------------------- 1 | 0 0.22395833333333334 0.5223958333333333 0.03802083333333333 0.015104166666666667 2 | 0 0.8432291666666667 0.1453125 0.04895833333333333 0.03177083333333333 3 | -------------------------------------------------------------------------------- /demo/citypark_street/dji_mavic/labels/1.txt: -------------------------------------------------------------------------------- 1 | 0 0.6921875 0.4864583333333333 0.044270833333333336 0.019791666666666666 2 | -------------------------------------------------------------------------------- /demo/citypark_street/dji_mavic/labels/2.txt: -------------------------------------------------------------------------------- 1 | 0 0.234375 0.1078125 0.035416666666666666 0.025520833333333333 2 | -------------------------------------------------------------------------------- /demo/citypark_street/dji_mavic/labels/3.txt: -------------------------------------------------------------------------------- 1 | 0 0.8932291666666666 0.5848958333333333 0.03958333333333333 0.0125 2 | 0 0.06145833333333333 0.41510416666666666 0.052083333333333336 0.021354166666666667 3 | -------------------------------------------------------------------------------- /demo/citypark_street/dji_mavic/labels/4.txt: -------------------------------------------------------------------------------- 1 | 0 0.8494791666666667 0.5932291666666667 0.0390625 0.0125 2 | -------------------------------------------------------------------------------- /demo/citypark_street/dji_phantom/imgs/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/citypark_street/dji_phantom/imgs/0.png -------------------------------------------------------------------------------- /demo/citypark_street/dji_phantom/imgs/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/citypark_street/dji_phantom/imgs/1.png -------------------------------------------------------------------------------- /demo/citypark_street/dji_phantom/imgs/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/citypark_street/dji_phantom/imgs/2.png -------------------------------------------------------------------------------- /demo/citypark_street/dji_phantom/imgs/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/citypark_street/dji_phantom/imgs/3.png -------------------------------------------------------------------------------- /demo/citypark_street/dji_phantom/imgs/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/citypark_street/dji_phantom/imgs/4.png -------------------------------------------------------------------------------- /demo/citypark_street/dji_phantom/labels/0.txt: -------------------------------------------------------------------------------- 1 | 0 0.765625 0.09583333333333334 0.04010416666666667 0.029166666666666667 2 | -------------------------------------------------------------------------------- /demo/citypark_street/dji_phantom/labels/1.txt: -------------------------------------------------------------------------------- 1 | 0 0.8026041666666667 0.19583333333333333 0.0453125 0.028645833333333332 2 | -------------------------------------------------------------------------------- /demo/citypark_street/dji_phantom/labels/2.txt: -------------------------------------------------------------------------------- 1 | 0 0.3651041666666667 0.046875 0.03125 0.027604166666666666 2 | 0 0.8119791666666667 0.6276041666666666 0.05677083333333333 0.0171875 3 | -------------------------------------------------------------------------------- /demo/citypark_street/dji_phantom/labels/3.txt: -------------------------------------------------------------------------------- 1 | 0 0.4192708333333333 0.41770833333333335 0.03125 0.018229166666666668 2 | -------------------------------------------------------------------------------- /demo/citypark_street/dji_phantom/labels/4.txt: -------------------------------------------------------------------------------- 1 | 0 0.3151041666666667 0.3541666666666667 0.03333333333333333 0.019270833333333334 2 | -------------------------------------------------------------------------------- /demo/citypark_trees/ar_drone/imgs/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/citypark_trees/ar_drone/imgs/0.png -------------------------------------------------------------------------------- /demo/citypark_trees/ar_drone/imgs/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/citypark_trees/ar_drone/imgs/1.png -------------------------------------------------------------------------------- /demo/citypark_trees/ar_drone/imgs/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/citypark_trees/ar_drone/imgs/2.png -------------------------------------------------------------------------------- /demo/citypark_trees/ar_drone/imgs/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/citypark_trees/ar_drone/imgs/3.png -------------------------------------------------------------------------------- /demo/citypark_trees/ar_drone/imgs/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/citypark_trees/ar_drone/imgs/4.png -------------------------------------------------------------------------------- /demo/citypark_trees/ar_drone/labels/0.txt: -------------------------------------------------------------------------------- 1 | 0 0.5020833333333333 0.6296875 0.0359375 0.011979166666666667 2 | -------------------------------------------------------------------------------- /demo/citypark_trees/ar_drone/labels/1.txt: -------------------------------------------------------------------------------- 1 | 0 0.49947916666666664 0.6223958333333334 0.035416666666666666 0.011979166666666667 2 | -------------------------------------------------------------------------------- /demo/citypark_trees/ar_drone/labels/2.txt: -------------------------------------------------------------------------------- 1 | 0 0.56875 0.546875 0.03802083333333333 0.015104166666666667 2 | -------------------------------------------------------------------------------- /demo/citypark_trees/ar_drone/labels/3.txt: -------------------------------------------------------------------------------- 1 | 0 0.4671875 0.5765625 0.03958333333333333 0.014583333333333334 2 | -------------------------------------------------------------------------------- /demo/citypark_trees/ar_drone/labels/4.txt: -------------------------------------------------------------------------------- 1 | 0 0.5109375 0.4973958333333333 0.03802083333333333 0.017708333333333333 2 | -------------------------------------------------------------------------------- /demo/citypark_trees/dji_inspire/imgs/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/citypark_trees/dji_inspire/imgs/0.png -------------------------------------------------------------------------------- /demo/citypark_trees/dji_inspire/imgs/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/citypark_trees/dji_inspire/imgs/1.png -------------------------------------------------------------------------------- /demo/citypark_trees/dji_inspire/imgs/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/citypark_trees/dji_inspire/imgs/2.png -------------------------------------------------------------------------------- /demo/citypark_trees/dji_inspire/imgs/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/citypark_trees/dji_inspire/imgs/3.png -------------------------------------------------------------------------------- /demo/citypark_trees/dji_inspire/imgs/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/citypark_trees/dji_inspire/imgs/4.png -------------------------------------------------------------------------------- /demo/citypark_trees/dji_inspire/labels/0.txt: -------------------------------------------------------------------------------- 1 | 0 0.27239583333333334 0.4036458333333333 0.03697916666666667 0.022916666666666665 2 | -------------------------------------------------------------------------------- /demo/citypark_trees/dji_inspire/labels/1.txt: -------------------------------------------------------------------------------- 1 | 0 0.3463541666666667 0.35052083333333334 0.035416666666666666 0.025 2 | -------------------------------------------------------------------------------- /demo/citypark_trees/dji_inspire/labels/2.txt: -------------------------------------------------------------------------------- 1 | 0 0.6354166666666666 0.4786458333333333 0.0328125 0.019791666666666666 2 | -------------------------------------------------------------------------------- /demo/citypark_trees/dji_inspire/labels/3.txt: -------------------------------------------------------------------------------- 1 | 0 0.4583333333333333 0.23541666666666666 0.028645833333333332 0.0265625 2 | -------------------------------------------------------------------------------- /demo/citypark_trees/dji_inspire/labels/4.txt: -------------------------------------------------------------------------------- 1 | 0 0.5609375 0.23645833333333333 0.028645833333333332 0.026041666666666668 2 | -------------------------------------------------------------------------------- /demo/citypark_trees/dji_mavic/imgs/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/citypark_trees/dji_mavic/imgs/0.png -------------------------------------------------------------------------------- /demo/citypark_trees/dji_mavic/imgs/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/citypark_trees/dji_mavic/imgs/1.png -------------------------------------------------------------------------------- /demo/citypark_trees/dji_mavic/imgs/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/citypark_trees/dji_mavic/imgs/2.png -------------------------------------------------------------------------------- /demo/citypark_trees/dji_mavic/imgs/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/citypark_trees/dji_mavic/imgs/3.png -------------------------------------------------------------------------------- /demo/citypark_trees/dji_mavic/imgs/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/citypark_trees/dji_mavic/imgs/4.png -------------------------------------------------------------------------------- /demo/citypark_trees/dji_mavic/labels/0.txt: -------------------------------------------------------------------------------- 1 | 0 0.5708333333333333 0.24635416666666668 0.029166666666666667 0.021875 2 | -------------------------------------------------------------------------------- /demo/citypark_trees/dji_mavic/labels/1.txt: -------------------------------------------------------------------------------- 1 | 0 0.6208333333333333 0.20885416666666667 0.0296875 0.021875 2 | -------------------------------------------------------------------------------- /demo/citypark_trees/dji_mavic/labels/2.txt: -------------------------------------------------------------------------------- 1 | 0 0.7734375 0.2708333333333333 0.0328125 0.019270833333333334 2 | 0 0.0796875 0.11979166666666667 0.046875 0.029166666666666667 3 | -------------------------------------------------------------------------------- /demo/citypark_trees/dji_mavic/labels/3.txt: -------------------------------------------------------------------------------- 1 | 0 0.7734375 0.5880208333333333 0.03854166666666667 0.013020833333333334 2 | -------------------------------------------------------------------------------- /demo/citypark_trees/dji_mavic/labels/4.txt: -------------------------------------------------------------------------------- 1 | 0 0.7505208333333333 0.5869791666666667 0.03802083333333333 0.013020833333333334 2 | -------------------------------------------------------------------------------- /demo/citypark_trees/dji_phantom/imgs/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/citypark_trees/dji_phantom/imgs/0.png -------------------------------------------------------------------------------- /demo/citypark_trees/dji_phantom/imgs/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/citypark_trees/dji_phantom/imgs/1.png -------------------------------------------------------------------------------- /demo/citypark_trees/dji_phantom/imgs/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/citypark_trees/dji_phantom/imgs/2.png -------------------------------------------------------------------------------- /demo/citypark_trees/dji_phantom/imgs/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/citypark_trees/dji_phantom/imgs/3.png -------------------------------------------------------------------------------- /demo/citypark_trees/dji_phantom/imgs/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/citypark_trees/dji_phantom/imgs/4.png -------------------------------------------------------------------------------- /demo/citypark_trees/dji_phantom/labels/0.txt: -------------------------------------------------------------------------------- 1 | 0 0.3541666666666667 0.328125 0.035416666666666666 0.021875 2 | -------------------------------------------------------------------------------- /demo/citypark_trees/dji_phantom/labels/1.txt: -------------------------------------------------------------------------------- 1 | 0 0.1234375 0.2635416666666667 0.0453125 0.024479166666666666 2 | 0 0.9427083333333334 0.128125 0.065625 0.04010416666666667 3 | -------------------------------------------------------------------------------- /demo/citypark_trees/dji_phantom/labels/2.txt: -------------------------------------------------------------------------------- 1 | 0 0.2598958333333333 0.42135416666666664 0.04010416666666667 0.019270833333333334 2 | -------------------------------------------------------------------------------- /demo/citypark_trees/dji_phantom/labels/3.txt: -------------------------------------------------------------------------------- 1 | 0 0.9322916666666666 0.4114583333333333 0.04791666666666667 0.0203125 2 | -------------------------------------------------------------------------------- /demo/citypark_trees/dji_phantom/labels/4.txt: -------------------------------------------------------------------------------- 1 | 0 0.9588541666666667 0.4088541666666667 0.051041666666666666 0.020833333333333332 2 | -------------------------------------------------------------------------------- /demo/grass/ar_drone/imgs/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/grass/ar_drone/imgs/0.png -------------------------------------------------------------------------------- /demo/grass/ar_drone/imgs/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/grass/ar_drone/imgs/1.png -------------------------------------------------------------------------------- /demo/grass/ar_drone/imgs/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/grass/ar_drone/imgs/2.png -------------------------------------------------------------------------------- /demo/grass/ar_drone/imgs/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/grass/ar_drone/imgs/3.png -------------------------------------------------------------------------------- /demo/grass/ar_drone/imgs/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/grass/ar_drone/imgs/4.png -------------------------------------------------------------------------------- /demo/grass/ar_drone/labels/0.txt: -------------------------------------------------------------------------------- 1 | 0 0.5744791666666667 0.521875 0.043229166666666666 0.018229166666666668 2 | -------------------------------------------------------------------------------- /demo/grass/ar_drone/labels/1.txt: -------------------------------------------------------------------------------- 1 | 0 0.5666666666666667 0.49114583333333334 0.044270833333333336 0.0171875 2 | -------------------------------------------------------------------------------- /demo/grass/ar_drone/labels/2.txt: -------------------------------------------------------------------------------- 1 | 0 0.6098958333333333 0.5875 0.04375 0.021354166666666667 2 | -------------------------------------------------------------------------------- /demo/grass/ar_drone/labels/3.txt: -------------------------------------------------------------------------------- 1 | 0 0.6182291666666667 0.36041666666666666 0.04583333333333333 0.0109375 2 | -------------------------------------------------------------------------------- /demo/grass/ar_drone/labels/4.txt: -------------------------------------------------------------------------------- 1 | 0 0.5854166666666667 0.3458333333333333 0.04739583333333333 0.010416666666666666 2 | -------------------------------------------------------------------------------- /demo/grass/dji_inspire/imgs/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/grass/dji_inspire/imgs/0.png -------------------------------------------------------------------------------- /demo/grass/dji_inspire/imgs/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/grass/dji_inspire/imgs/1.png -------------------------------------------------------------------------------- /demo/grass/dji_inspire/imgs/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/grass/dji_inspire/imgs/2.png -------------------------------------------------------------------------------- /demo/grass/dji_inspire/imgs/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/grass/dji_inspire/imgs/3.png -------------------------------------------------------------------------------- /demo/grass/dji_inspire/imgs/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/grass/dji_inspire/imgs/4.png -------------------------------------------------------------------------------- /demo/grass/dji_inspire/labels/0.txt: -------------------------------------------------------------------------------- 1 | 0 0.58125 0.5927083333333333 0.04583333333333333 0.028125 2 | -------------------------------------------------------------------------------- /demo/grass/dji_inspire/labels/1.txt: -------------------------------------------------------------------------------- 1 | 0 0.559375 0.5557291666666667 0.04791666666666667 0.027083333333333334 2 | -------------------------------------------------------------------------------- /demo/grass/dji_inspire/labels/2.txt: -------------------------------------------------------------------------------- 1 | 0 0.5177083333333333 0.41770833333333335 0.05677083333333333 0.034895833333333334 2 | -------------------------------------------------------------------------------- /demo/grass/dji_inspire/labels/3.txt: -------------------------------------------------------------------------------- 1 | 0 0.5161458333333333 0.3328125 0.050520833333333334 0.035416666666666666 2 | -------------------------------------------------------------------------------- /demo/grass/dji_inspire/labels/4.txt: -------------------------------------------------------------------------------- 1 | 0 0.478125 0.3302083333333333 0.052083333333333336 0.036458333333333336 2 | -------------------------------------------------------------------------------- /demo/grass/dji_mavic/imgs/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/grass/dji_mavic/imgs/0.png -------------------------------------------------------------------------------- /demo/grass/dji_mavic/imgs/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/grass/dji_mavic/imgs/1.png -------------------------------------------------------------------------------- /demo/grass/dji_mavic/imgs/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/grass/dji_mavic/imgs/2.png -------------------------------------------------------------------------------- /demo/grass/dji_mavic/imgs/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/grass/dji_mavic/imgs/3.png -------------------------------------------------------------------------------- /demo/grass/dji_mavic/imgs/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/grass/dji_mavic/imgs/4.png -------------------------------------------------------------------------------- /demo/grass/dji_mavic/labels/0.txt: -------------------------------------------------------------------------------- 1 | 0 0.5859375 0.6916666666666667 0.043229166666666666 0.015625 2 | -------------------------------------------------------------------------------- /demo/grass/dji_mavic/labels/1.txt: -------------------------------------------------------------------------------- 1 | 0 0.6260416666666667 0.6109375 0.0421875 0.015104166666666667 2 | -------------------------------------------------------------------------------- /demo/grass/dji_mavic/labels/2.txt: -------------------------------------------------------------------------------- 1 | 0 0.07135416666666666 0.5442708333333334 0.059375 0.025 2 | -------------------------------------------------------------------------------- /demo/grass/dji_mavic/labels/3.txt: -------------------------------------------------------------------------------- 1 | 0 0.041666666666666664 0.44479166666666664 0.05520833333333333 0.029166666666666667 2 | -------------------------------------------------------------------------------- /demo/grass/dji_mavic/labels/4.txt: -------------------------------------------------------------------------------- 1 | 0 0.14114583333333333 0.45677083333333335 0.052083333333333336 0.027083333333333334 2 | 0 0.8041666666666667 0.9307291666666667 0.041666666666666664 0.027083333333333334 3 | -------------------------------------------------------------------------------- /demo/grass/dji_phantom/imgs/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/grass/dji_phantom/imgs/0.png -------------------------------------------------------------------------------- /demo/grass/dji_phantom/imgs/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/grass/dji_phantom/imgs/1.png -------------------------------------------------------------------------------- /demo/grass/dji_phantom/imgs/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/grass/dji_phantom/imgs/2.png -------------------------------------------------------------------------------- /demo/grass/dji_phantom/imgs/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/grass/dji_phantom/imgs/3.png -------------------------------------------------------------------------------- /demo/grass/dji_phantom/imgs/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/grass/dji_phantom/imgs/4.png -------------------------------------------------------------------------------- /demo/grass/dji_phantom/labels/0.txt: -------------------------------------------------------------------------------- 1 | 0 0.4640625 0.4010416666666667 0.04375 0.026041666666666668 2 | -------------------------------------------------------------------------------- /demo/grass/dji_phantom/labels/1.txt: -------------------------------------------------------------------------------- 1 | 0 0.4588541666666667 0.371875 0.0453125 0.028125 2 | -------------------------------------------------------------------------------- /demo/grass/dji_phantom/labels/2.txt: -------------------------------------------------------------------------------- 1 | 0 0.6052083333333333 0.9651041666666667 0.051041666666666666 0.0359375 2 | -------------------------------------------------------------------------------- /demo/grass/dji_phantom/labels/3.txt: -------------------------------------------------------------------------------- 1 | 0 0.6723958333333333 0.6536458333333334 0.03333333333333333 0.009895833333333333 2 | -------------------------------------------------------------------------------- /demo/grass/dji_phantom/labels/4.txt: -------------------------------------------------------------------------------- 1 | 0 0.6442708333333333 0.6536458333333334 0.034375 0.010416666666666666 2 | -------------------------------------------------------------------------------- /demo/mountain_lake/ar_drone/imgs/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/mountain_lake/ar_drone/imgs/0.png -------------------------------------------------------------------------------- /demo/mountain_lake/ar_drone/imgs/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/mountain_lake/ar_drone/imgs/1.png -------------------------------------------------------------------------------- /demo/mountain_lake/ar_drone/imgs/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/mountain_lake/ar_drone/imgs/2.png -------------------------------------------------------------------------------- /demo/mountain_lake/ar_drone/imgs/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/mountain_lake/ar_drone/imgs/3.png -------------------------------------------------------------------------------- /demo/mountain_lake/ar_drone/imgs/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/mountain_lake/ar_drone/imgs/4.png -------------------------------------------------------------------------------- /demo/mountain_lake/ar_drone/labels/0.txt: -------------------------------------------------------------------------------- 1 | 0 0.5328125 0.30104166666666665 0.04010416666666667 0.0203125 2 | -------------------------------------------------------------------------------- /demo/mountain_lake/ar_drone/labels/1.txt: -------------------------------------------------------------------------------- 1 | 0 0.5697916666666667 0.2635416666666667 0.04114583333333333 0.021875 2 | -------------------------------------------------------------------------------- /demo/mountain_lake/ar_drone/labels/2.txt: -------------------------------------------------------------------------------- 1 | 0 0.45364583333333336 0.4505208333333333 0.04114583333333333 0.0140625 2 | -------------------------------------------------------------------------------- /demo/mountain_lake/ar_drone/labels/3.txt: -------------------------------------------------------------------------------- 1 | 0 0.28802083333333334 0.2869791666666667 0.04479166666666667 0.019270833333333334 2 | -------------------------------------------------------------------------------- /demo/mountain_lake/ar_drone/labels/4.txt: -------------------------------------------------------------------------------- 1 | 0 0.3296875 0.29583333333333334 0.043229166666666666 0.019270833333333334 2 | -------------------------------------------------------------------------------- /demo/mountain_lake/dji_inspire/imgs/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/mountain_lake/dji_inspire/imgs/0.png -------------------------------------------------------------------------------- /demo/mountain_lake/dji_inspire/imgs/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/mountain_lake/dji_inspire/imgs/1.png -------------------------------------------------------------------------------- /demo/mountain_lake/dji_inspire/imgs/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/mountain_lake/dji_inspire/imgs/2.png -------------------------------------------------------------------------------- /demo/mountain_lake/dji_inspire/imgs/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/mountain_lake/dji_inspire/imgs/3.png -------------------------------------------------------------------------------- /demo/mountain_lake/dji_inspire/imgs/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/mountain_lake/dji_inspire/imgs/4.png -------------------------------------------------------------------------------- /demo/mountain_lake/dji_inspire/labels/0.txt: -------------------------------------------------------------------------------- 1 | 0 0.5145833333333333 0.246875 0.03229166666666667 0.03125 2 | -------------------------------------------------------------------------------- /demo/mountain_lake/dji_inspire/labels/1.txt: -------------------------------------------------------------------------------- 1 | 0 0.5510416666666667 0.18177083333333333 0.0328125 0.03333333333333333 2 | -------------------------------------------------------------------------------- /demo/mountain_lake/dji_inspire/labels/2.txt: -------------------------------------------------------------------------------- 1 | 0 0.6171875 0.15833333333333333 0.036458333333333336 0.035416666666666666 2 | -------------------------------------------------------------------------------- /demo/mountain_lake/dji_inspire/labels/3.txt: -------------------------------------------------------------------------------- 1 | 0 0.6057291666666667 0.19739583333333333 0.034895833333333334 0.03229166666666667 2 | -------------------------------------------------------------------------------- /demo/mountain_lake/dji_inspire/labels/4.txt: -------------------------------------------------------------------------------- 1 | 0 0.559375 0.1734375 0.03333333333333333 0.0328125 2 | -------------------------------------------------------------------------------- /demo/mountain_lake/dji_mavic/imgs/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/mountain_lake/dji_mavic/imgs/0.png -------------------------------------------------------------------------------- /demo/mountain_lake/dji_mavic/imgs/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/mountain_lake/dji_mavic/imgs/1.png -------------------------------------------------------------------------------- /demo/mountain_lake/dji_mavic/imgs/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/mountain_lake/dji_mavic/imgs/2.png -------------------------------------------------------------------------------- /demo/mountain_lake/dji_mavic/imgs/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/mountain_lake/dji_mavic/imgs/3.png -------------------------------------------------------------------------------- /demo/mountain_lake/dji_mavic/imgs/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/mountain_lake/dji_mavic/imgs/4.png -------------------------------------------------------------------------------- /demo/mountain_lake/dji_mavic/labels/0.txt: -------------------------------------------------------------------------------- 1 | 0 0.4427083333333333 0.49114583333333334 0.0234375 0.013541666666666667 2 | -------------------------------------------------------------------------------- /demo/mountain_lake/dji_mavic/labels/1.txt: -------------------------------------------------------------------------------- 1 | 0 0.35052083333333334 0.51875 0.0265625 0.0125 2 | -------------------------------------------------------------------------------- /demo/mountain_lake/dji_mavic/labels/2.txt: -------------------------------------------------------------------------------- 1 | 0 0.6109375 0.13072916666666667 0.0265625 0.0234375 2 | 0 0.11614583333333334 0.4401041666666667 0.05 0.022395833333333334 3 | -------------------------------------------------------------------------------- /demo/mountain_lake/dji_mavic/labels/3.txt: -------------------------------------------------------------------------------- 1 | 0 0.4484375 0.2864583333333333 0.022916666666666665 0.017708333333333333 2 | 0 0.058854166666666666 0.2109375 0.041666666666666664 0.024479166666666666 3 | -------------------------------------------------------------------------------- /demo/mountain_lake/dji_mavic/labels/4.txt: -------------------------------------------------------------------------------- 1 | 0 0.4375 0.2375 0.022395833333333334 0.018229166666666668 2 | 0 0.12708333333333333 0.28958333333333336 0.03958333333333333 0.021875 3 | -------------------------------------------------------------------------------- /demo/mountain_lake/dji_phantom/imgs/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/mountain_lake/dji_phantom/imgs/0.png -------------------------------------------------------------------------------- /demo/mountain_lake/dji_phantom/imgs/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/mountain_lake/dji_phantom/imgs/1.png -------------------------------------------------------------------------------- /demo/mountain_lake/dji_phantom/imgs/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/mountain_lake/dji_phantom/imgs/2.png -------------------------------------------------------------------------------- /demo/mountain_lake/dji_phantom/imgs/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/mountain_lake/dji_phantom/imgs/3.png -------------------------------------------------------------------------------- /demo/mountain_lake/dji_phantom/imgs/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/mountain_lake/dji_phantom/imgs/4.png -------------------------------------------------------------------------------- /demo/mountain_lake/dji_phantom/labels/0.txt: -------------------------------------------------------------------------------- 1 | 0 0.18645833333333334 0.10208333333333333 0.0359375 0.026041666666666668 2 | -------------------------------------------------------------------------------- /demo/mountain_lake/dji_phantom/labels/1.txt: -------------------------------------------------------------------------------- 1 | 0 0.08229166666666667 0.07135416666666666 0.0390625 0.027083333333333334 2 | -------------------------------------------------------------------------------- /demo/mountain_lake/dji_phantom/labels/2.txt: -------------------------------------------------------------------------------- 1 | 0 0.6239583333333333 0.6041666666666666 0.030729166666666665 0.013020833333333334 2 | -------------------------------------------------------------------------------- /demo/mountain_lake/dji_phantom/labels/3.txt: -------------------------------------------------------------------------------- 1 | 0 0.5307291666666667 0.18229166666666666 0.025 0.021875 2 | 0 0.14427083333333332 0.29791666666666666 0.04739583333333333 0.027083333333333334 3 | -------------------------------------------------------------------------------- /demo/mountain_lake/dji_phantom/labels/4.txt: -------------------------------------------------------------------------------- 1 | 0 0.4432291666666667 0.12916666666666668 0.025 0.0234375 2 | 0 0.0859375 0.4328125 0.0515625 0.022916666666666665 3 | -------------------------------------------------------------------------------- /demo/palace/ar_drone/imgs/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/palace/ar_drone/imgs/0.png -------------------------------------------------------------------------------- /demo/palace/ar_drone/imgs/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/palace/ar_drone/imgs/1.png -------------------------------------------------------------------------------- /demo/palace/ar_drone/imgs/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/palace/ar_drone/imgs/2.png -------------------------------------------------------------------------------- /demo/palace/ar_drone/imgs/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/palace/ar_drone/imgs/3.png -------------------------------------------------------------------------------- /demo/palace/ar_drone/imgs/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/palace/ar_drone/imgs/4.png -------------------------------------------------------------------------------- /demo/palace/ar_drone/labels/0.txt: -------------------------------------------------------------------------------- 1 | 0 0.5916666666666667 0.4083333333333333 0.03802083333333333 0.013541666666666667 2 | 0 0.9447916666666667 0.21302083333333333 0.05625 0.022916666666666665 3 | 0 0.0875 0.21354166666666666 0.0546875 0.022916666666666665 4 | -------------------------------------------------------------------------------- /demo/palace/ar_drone/labels/1.txt: -------------------------------------------------------------------------------- 1 | 0 0.5463541666666667 0.4078125 0.0359375 0.013541666666666667 2 | 0 0.9416666666666667 0.278125 0.05572916666666667 0.019791666666666666 3 | 0 0.08385416666666666 0.21875 0.0546875 0.022395833333333334 4 | -------------------------------------------------------------------------------- /demo/palace/ar_drone/labels/2.txt: -------------------------------------------------------------------------------- 1 | 0 0.4703125 0.28229166666666666 0.034375 0.017708333333333333 2 | 0 0.8088541666666667 0.27239583333333334 0.0484375 0.019791666666666666 3 | 0 0.07083333333333333 0.22708333333333333 0.05364583333333333 0.021354166666666667 4 | -------------------------------------------------------------------------------- /demo/palace/ar_drone/labels/3.txt: -------------------------------------------------------------------------------- 1 | 0 0.4515625 0.28489583333333335 0.0359375 0.018229166666666668 2 | 0 0.80625 0.3015625 0.049479166666666664 0.01875 3 | 0 0.07395833333333333 0.2234375 0.0546875 0.022916666666666665 4 | -------------------------------------------------------------------------------- /demo/palace/ar_drone/labels/4.txt: -------------------------------------------------------------------------------- 1 | 0 0.42239583333333336 0.2859375 0.03697916666666667 0.018229166666666668 2 | 0 0.8317708333333333 0.23697916666666666 0.05 0.021875 3 | 0 0.09479166666666666 0.21614583333333334 0.053125 0.022395833333333334 4 | -------------------------------------------------------------------------------- /demo/palace/dji_inspire/imgs/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/palace/dji_inspire/imgs/0.png -------------------------------------------------------------------------------- /demo/palace/dji_inspire/imgs/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/palace/dji_inspire/imgs/1.png -------------------------------------------------------------------------------- /demo/palace/dji_inspire/imgs/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/palace/dji_inspire/imgs/2.png -------------------------------------------------------------------------------- /demo/palace/dji_inspire/imgs/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/palace/dji_inspire/imgs/3.png -------------------------------------------------------------------------------- /demo/palace/dji_inspire/imgs/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/palace/dji_inspire/imgs/4.png -------------------------------------------------------------------------------- /demo/palace/dji_inspire/labels/0.txt: -------------------------------------------------------------------------------- 1 | 0 0.3453125 0.090625 0.04895833333333333 0.0484375 2 | -------------------------------------------------------------------------------- /demo/palace/dji_inspire/labels/1.txt: -------------------------------------------------------------------------------- 1 | 0 0.5 0.28541666666666665 0.04114583333333333 0.03854166666666667 2 | -------------------------------------------------------------------------------- /demo/palace/dji_inspire/labels/2.txt: -------------------------------------------------------------------------------- 1 | 0 0.3385416666666667 0.184375 0.0453125 0.0390625 2 | -------------------------------------------------------------------------------- /demo/palace/dji_inspire/labels/3.txt: -------------------------------------------------------------------------------- 1 | 0 0.3536458333333333 0.1859375 0.04479166666666667 0.03958333333333333 2 | -------------------------------------------------------------------------------- /demo/palace/dji_inspire/labels/4.txt: -------------------------------------------------------------------------------- 1 | 0 0.4401041666666667 0.16822916666666668 0.0421875 0.040625 2 | -------------------------------------------------------------------------------- /demo/palace/dji_mavic/imgs/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/palace/dji_mavic/imgs/0.png -------------------------------------------------------------------------------- /demo/palace/dji_mavic/imgs/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/palace/dji_mavic/imgs/1.png -------------------------------------------------------------------------------- /demo/palace/dji_mavic/imgs/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/palace/dji_mavic/imgs/2.png -------------------------------------------------------------------------------- /demo/palace/dji_mavic/imgs/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/palace/dji_mavic/imgs/3.png -------------------------------------------------------------------------------- /demo/palace/dji_mavic/imgs/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/palace/dji_mavic/imgs/4.png -------------------------------------------------------------------------------- /demo/palace/dji_mavic/labels/0.txt: -------------------------------------------------------------------------------- 1 | 0 0.8286458333333333 0.32395833333333335 0.04010416666666667 0.022395833333333334 2 | -------------------------------------------------------------------------------- /demo/palace/dji_mavic/labels/1.txt: -------------------------------------------------------------------------------- 1 | 0 0.7744791666666667 0.2640625 0.03802083333333333 0.023958333333333335 2 | -------------------------------------------------------------------------------- /demo/palace/dji_mavic/labels/2.txt: -------------------------------------------------------------------------------- 1 | 0 0.8005208333333333 0.05 0.035416666666666666 0.027083333333333334 2 | -------------------------------------------------------------------------------- /demo/palace/dji_mavic/labels/3.txt: -------------------------------------------------------------------------------- 1 | 0 0.9317708333333333 0.134375 0.04010416666666667 0.025520833333333333 2 | -------------------------------------------------------------------------------- /demo/palace/dji_mavic/labels/4.txt: -------------------------------------------------------------------------------- 1 | 0 0.8776041666666666 0.07447916666666667 0.0375 0.0265625 2 | -------------------------------------------------------------------------------- /demo/palace/dji_phantom/imgs/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/palace/dji_phantom/imgs/0.png -------------------------------------------------------------------------------- /demo/palace/dji_phantom/imgs/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/palace/dji_phantom/imgs/1.png -------------------------------------------------------------------------------- /demo/palace/dji_phantom/imgs/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/palace/dji_phantom/imgs/2.png -------------------------------------------------------------------------------- /demo/palace/dji_phantom/imgs/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/palace/dji_phantom/imgs/3.png -------------------------------------------------------------------------------- /demo/palace/dji_phantom/imgs/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/palace/dji_phantom/imgs/4.png -------------------------------------------------------------------------------- /demo/palace/dji_phantom/labels/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/palace/dji_phantom/labels/0.png -------------------------------------------------------------------------------- /demo/palace/dji_phantom/labels/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/palace/dji_phantom/labels/1.png -------------------------------------------------------------------------------- /demo/palace/dji_phantom/labels/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/palace/dji_phantom/labels/2.png -------------------------------------------------------------------------------- /demo/palace/dji_phantom/labels/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/palace/dji_phantom/labels/3.png -------------------------------------------------------------------------------- /demo/palace/dji_phantom/labels/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/palace/dji_phantom/labels/4.png -------------------------------------------------------------------------------- /demo/seaside_temple/ar_drone/imgs/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/seaside_temple/ar_drone/imgs/0.png -------------------------------------------------------------------------------- /demo/seaside_temple/ar_drone/imgs/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/seaside_temple/ar_drone/imgs/1.png -------------------------------------------------------------------------------- /demo/seaside_temple/ar_drone/imgs/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/seaside_temple/ar_drone/imgs/2.png -------------------------------------------------------------------------------- /demo/seaside_temple/ar_drone/imgs/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/seaside_temple/ar_drone/imgs/3.png -------------------------------------------------------------------------------- /demo/seaside_temple/ar_drone/imgs/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/seaside_temple/ar_drone/imgs/4.png -------------------------------------------------------------------------------- /demo/seaside_temple/ar_drone/labels/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/seaside_temple/ar_drone/labels/0.png -------------------------------------------------------------------------------- /demo/seaside_temple/ar_drone/labels/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/seaside_temple/ar_drone/labels/1.png -------------------------------------------------------------------------------- /demo/seaside_temple/ar_drone/labels/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/seaside_temple/ar_drone/labels/2.png -------------------------------------------------------------------------------- /demo/seaside_temple/ar_drone/labels/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/seaside_temple/ar_drone/labels/3.png -------------------------------------------------------------------------------- /demo/seaside_temple/ar_drone/labels/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/seaside_temple/ar_drone/labels/4.png -------------------------------------------------------------------------------- /demo/seaside_temple/dji_inspire/imgs/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/seaside_temple/dji_inspire/imgs/0.png -------------------------------------------------------------------------------- /demo/seaside_temple/dji_inspire/imgs/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/seaside_temple/dji_inspire/imgs/1.png -------------------------------------------------------------------------------- /demo/seaside_temple/dji_inspire/imgs/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/seaside_temple/dji_inspire/imgs/2.png -------------------------------------------------------------------------------- /demo/seaside_temple/dji_inspire/imgs/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/seaside_temple/dji_inspire/imgs/3.png -------------------------------------------------------------------------------- /demo/seaside_temple/dji_inspire/imgs/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/seaside_temple/dji_inspire/imgs/4.png -------------------------------------------------------------------------------- /demo/seaside_temple/dji_inspire/labels/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/seaside_temple/dji_inspire/labels/0.png -------------------------------------------------------------------------------- /demo/seaside_temple/dji_inspire/labels/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/seaside_temple/dji_inspire/labels/1.png -------------------------------------------------------------------------------- /demo/seaside_temple/dji_inspire/labels/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/seaside_temple/dji_inspire/labels/2.png -------------------------------------------------------------------------------- /demo/seaside_temple/dji_inspire/labels/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/seaside_temple/dji_inspire/labels/3.png -------------------------------------------------------------------------------- /demo/seaside_temple/dji_inspire/labels/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/seaside_temple/dji_inspire/labels/4.png -------------------------------------------------------------------------------- /demo/seaside_temple/dji_mavic/imgs/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/seaside_temple/dji_mavic/imgs/0.png -------------------------------------------------------------------------------- /demo/seaside_temple/dji_mavic/imgs/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/seaside_temple/dji_mavic/imgs/1.png -------------------------------------------------------------------------------- /demo/seaside_temple/dji_mavic/imgs/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/seaside_temple/dji_mavic/imgs/2.png -------------------------------------------------------------------------------- /demo/seaside_temple/dji_mavic/imgs/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/seaside_temple/dji_mavic/imgs/3.png -------------------------------------------------------------------------------- /demo/seaside_temple/dji_mavic/imgs/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/seaside_temple/dji_mavic/imgs/4.png -------------------------------------------------------------------------------- /demo/seaside_temple/dji_mavic/labels/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/seaside_temple/dji_mavic/labels/0.png -------------------------------------------------------------------------------- /demo/seaside_temple/dji_mavic/labels/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/seaside_temple/dji_mavic/labels/1.png -------------------------------------------------------------------------------- /demo/seaside_temple/dji_mavic/labels/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/seaside_temple/dji_mavic/labels/2.png -------------------------------------------------------------------------------- /demo/seaside_temple/dji_mavic/labels/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/seaside_temple/dji_mavic/labels/3.png -------------------------------------------------------------------------------- /demo/seaside_temple/dji_mavic/labels/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/seaside_temple/dji_mavic/labels/4.png -------------------------------------------------------------------------------- /demo/seaside_temple/dji_phantom/imgs/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/seaside_temple/dji_phantom/imgs/0.png -------------------------------------------------------------------------------- /demo/seaside_temple/dji_phantom/imgs/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/seaside_temple/dji_phantom/imgs/1.png -------------------------------------------------------------------------------- /demo/seaside_temple/dji_phantom/imgs/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/seaside_temple/dji_phantom/imgs/2.png -------------------------------------------------------------------------------- /demo/seaside_temple/dji_phantom/imgs/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/seaside_temple/dji_phantom/imgs/3.png -------------------------------------------------------------------------------- /demo/seaside_temple/dji_phantom/imgs/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/seaside_temple/dji_phantom/imgs/4.png -------------------------------------------------------------------------------- /demo/seaside_temple/dji_phantom/labels/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/seaside_temple/dji_phantom/labels/0.png -------------------------------------------------------------------------------- /demo/seaside_temple/dji_phantom/labels/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/seaside_temple/dji_phantom/labels/1.png -------------------------------------------------------------------------------- /demo/seaside_temple/dji_phantom/labels/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/seaside_temple/dji_phantom/labels/2.png -------------------------------------------------------------------------------- /demo/seaside_temple/dji_phantom/labels/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/seaside_temple/dji_phantom/labels/3.png -------------------------------------------------------------------------------- /demo/seaside_temple/dji_phantom/labels/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/seaside_temple/dji_phantom/labels/4.png -------------------------------------------------------------------------------- /demo/winter_town/ar_drone/imgs/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/winter_town/ar_drone/imgs/0.png -------------------------------------------------------------------------------- /demo/winter_town/ar_drone/imgs/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/winter_town/ar_drone/imgs/1.png -------------------------------------------------------------------------------- /demo/winter_town/ar_drone/imgs/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/winter_town/ar_drone/imgs/2.png -------------------------------------------------------------------------------- /demo/winter_town/ar_drone/imgs/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/winter_town/ar_drone/imgs/3.png -------------------------------------------------------------------------------- /demo/winter_town/ar_drone/imgs/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/winter_town/ar_drone/imgs/4.png -------------------------------------------------------------------------------- /demo/winter_town/ar_drone/labels/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/winter_town/ar_drone/labels/0.png -------------------------------------------------------------------------------- /demo/winter_town/ar_drone/labels/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/winter_town/ar_drone/labels/1.png -------------------------------------------------------------------------------- /demo/winter_town/ar_drone/labels/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/winter_town/ar_drone/labels/2.png -------------------------------------------------------------------------------- /demo/winter_town/ar_drone/labels/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/winter_town/ar_drone/labels/3.png -------------------------------------------------------------------------------- /demo/winter_town/ar_drone/labels/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/winter_town/ar_drone/labels/4.png -------------------------------------------------------------------------------- /demo/winter_town/dji_inspire/imgs/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/winter_town/dji_inspire/imgs/0.png -------------------------------------------------------------------------------- /demo/winter_town/dji_inspire/imgs/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/winter_town/dji_inspire/imgs/1.png -------------------------------------------------------------------------------- /demo/winter_town/dji_inspire/imgs/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/winter_town/dji_inspire/imgs/2.png -------------------------------------------------------------------------------- /demo/winter_town/dji_inspire/imgs/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/winter_town/dji_inspire/imgs/3.png -------------------------------------------------------------------------------- /demo/winter_town/dji_inspire/imgs/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/winter_town/dji_inspire/imgs/4.png -------------------------------------------------------------------------------- /demo/winter_town/dji_inspire/labels/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/winter_town/dji_inspire/labels/0.png -------------------------------------------------------------------------------- /demo/winter_town/dji_inspire/labels/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/winter_town/dji_inspire/labels/1.png -------------------------------------------------------------------------------- /demo/winter_town/dji_inspire/labels/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/winter_town/dji_inspire/labels/2.png -------------------------------------------------------------------------------- /demo/winter_town/dji_inspire/labels/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/winter_town/dji_inspire/labels/3.png -------------------------------------------------------------------------------- /demo/winter_town/dji_inspire/labels/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/winter_town/dji_inspire/labels/4.png -------------------------------------------------------------------------------- /demo/winter_town/dji_mavic/imgs/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/winter_town/dji_mavic/imgs/0.png -------------------------------------------------------------------------------- /demo/winter_town/dji_mavic/imgs/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/winter_town/dji_mavic/imgs/1.png -------------------------------------------------------------------------------- /demo/winter_town/dji_mavic/imgs/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/winter_town/dji_mavic/imgs/2.png -------------------------------------------------------------------------------- /demo/winter_town/dji_mavic/imgs/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/winter_town/dji_mavic/imgs/3.png -------------------------------------------------------------------------------- /demo/winter_town/dji_mavic/imgs/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/winter_town/dji_mavic/imgs/4.png -------------------------------------------------------------------------------- /demo/winter_town/dji_mavic/labels/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/winter_town/dji_mavic/labels/0.png -------------------------------------------------------------------------------- /demo/winter_town/dji_mavic/labels/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/winter_town/dji_mavic/labels/1.png -------------------------------------------------------------------------------- /demo/winter_town/dji_mavic/labels/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/winter_town/dji_mavic/labels/2.png -------------------------------------------------------------------------------- /demo/winter_town/dji_mavic/labels/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/winter_town/dji_mavic/labels/3.png -------------------------------------------------------------------------------- /demo/winter_town/dji_mavic/labels/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/winter_town/dji_mavic/labels/4.png -------------------------------------------------------------------------------- /demo/winter_town/dji_phantom/imgs/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/winter_town/dji_phantom/imgs/0.png -------------------------------------------------------------------------------- /demo/winter_town/dji_phantom/imgs/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/winter_town/dji_phantom/imgs/1.png -------------------------------------------------------------------------------- /demo/winter_town/dji_phantom/imgs/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/winter_town/dji_phantom/imgs/2.png -------------------------------------------------------------------------------- /demo/winter_town/dji_phantom/imgs/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/winter_town/dji_phantom/imgs/3.png -------------------------------------------------------------------------------- /demo/winter_town/dji_phantom/imgs/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/winter_town/dji_phantom/imgs/4.png -------------------------------------------------------------------------------- /demo/winter_town/dji_phantom/labels/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/winter_town/dji_phantom/labels/0.png -------------------------------------------------------------------------------- /demo/winter_town/dji_phantom/labels/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/winter_town/dji_phantom/labels/1.png -------------------------------------------------------------------------------- /demo/winter_town/dji_phantom/labels/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/winter_town/dji_phantom/labels/2.png -------------------------------------------------------------------------------- /demo/winter_town/dji_phantom/labels/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/winter_town/dji_phantom/labels/3.png -------------------------------------------------------------------------------- /demo/winter_town/dji_phantom/labels/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/demo/winter_town/dji_phantom/labels/4.png -------------------------------------------------------------------------------- /imgs/4models.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/imgs/4models.png -------------------------------------------------------------------------------- /imgs/8scenes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/imgs/8scenes.png -------------------------------------------------------------------------------- /imgs/airsim.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/imgs/airsim.PNG -------------------------------------------------------------------------------- /imgs/airsim_ue.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/imgs/airsim_ue.PNG -------------------------------------------------------------------------------- /imgs/real_stat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/imgs/real_stat.png -------------------------------------------------------------------------------- /imgs/sim_method.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/imgs/sim_method.png -------------------------------------------------------------------------------- /imgs/sim_stat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/imgs/sim_stat.png -------------------------------------------------------------------------------- /imgs/ue_market.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/imgs/ue_market.PNG -------------------------------------------------------------------------------- /label_update.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlcaepiee/SimUAV/c6a312d2d19394b573f0af05b6668b7cef0f7ad3/label_update.zip --------------------------------------------------------------------------------