Skip to content

Commit

Permalink
record data image
Browse files Browse the repository at this point in the history
  • Loading branch information
sytelus authored Feb 15, 2017
1 parent 7f22566 commit bf5cc70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ Follow the steps above to build and set up the Unreal environment. Plugin your P
## Gathering training data
There are two ways you can generate training data from AirSim for deep learning. The easiest way is to simply press the record button on the lower right corner. This will start writing pose and images for each frame.

![record screenshot](docs/images/record_data3.png)

If you would like more data logging capabilities and other features, [file a feature request](https://github.com/Microsoft/AirSim/issues) or contribute changes. The data logging code is pretty simple and you can modify it to your heart's desire.

A more complex way to generate training data is by writing client code that uses our APIs. This allows you to be in full control of how, what, where and when you want to log data. See the next section for more details.
Expand Down

0 comments on commit bf5cc70

Please sign in to comment.