From 09662e7cd2f8b9497659ccb890e3327e3c63c63e Mon Sep 17 00:00:00 2001 From: Shital Shah Date: Wed, 15 Feb 2017 06:42:09 -0800 Subject: [PATCH] Fix crop issue --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 11b67cd9ae..7470c96845 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,6 @@ 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_data.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.