Skip to content

Commit 5773559

Browse files
authored
Update README.md
1 parent ee4fcbe commit 5773559

File tree

1 file changed

+17
-7
lines changed

1 file changed

+17
-7
lines changed

README.md

+17-7
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,27 @@
88
## TODO
99
- [x] Add DJI M2ED drone model.
1010
- [x] Add colour, depth, and silhouettes from an exocentic view.
11-
- [x] Add colour, and depth, an egocentric view.
12-
- [ ] Add UAVA toolset.
13-
- [ ] Add data loaders.
11+
- [x] Add colour, and depth, from an egocentric view.
12+
- [x] Add UAVA toolset.
13+
- [x] Add data loaders.
1414
- [ ] Add normals, and optical flow from an exocentic view.
1515
- [ ] Add normals, and optical flow from an egocentic view.
1616
- [ ] Add new drone models.
1717

1818

19-
## **UAVA toolset**
19+
# UAVA Toolset
20+
A set of tools for working with the [UAVA dataset] (https://vcl3d.github.io/UAVA/)
21+
- Pytorch data loaders
22+
- Dataset splits generation scripts
23+
- Visualisation script
2024

21-
TODO: A set of tools for facilitating the usage of the UAVA dataset.
25+
The **UAVA** dataset was generated following a carefully data synthesis pipeline for ensuring the generation of photorealistic images and realistic trajectories.
26+
2227

23-
## Data Loaders
24-
TODO: Add dataloaders
28+
## Data Loading
29+
An example data loading usage can be found in ['visualize_dataset.py'](./visualize_dataset.py) where the dataset is loaded and visualized using visdom.
30+
31+
Given that **UAVA** dataset can be used in a variatety of tasks ranging from computer vision to robotics, data loading can be modified accordingly w.r.t. `drone model` , `camera views`, `image types` and `time frames`.
32+
33+
## Splits
34+
The data splits follow the same distribution of the [Matterport3D](https://niessner.github.io/Matterport/) dataset and can be found in the [data splits](data splits) folder.

0 commit comments

Comments
 (0)