File size: 885 Bytes
a967f35 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
---
license: apache-2.0
---
# Instructions for Extracting Images from AndroidControl TFRecord
Follow these steps to download and extract images from the AndroidControl TFRecord dataset.
## Step 1: Download the Original AndroidControl TFRecord
1. Navigate to [the AndroidControl TFRecord repository](https://github.com/google-research/google-research/tree/master/android_control) where the AndroidControl TFRecord is hosted.
2. Download the TFRecord file to your local machine or server.
## Step 2: Run the Python Script to Extract Images
1. Ensure that `extract_images.py` is in the same directory as your downloaded TFRecord or update the script to point to the location of your TFRecord.
2. Open a terminal or command prompt.
3. Execute the script by running:
```bash
python extract_images.py
## Step 3: Enjoy the parsed json data
(We currently do not involve VH Tree) |