|
--- |
|
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) |