metadata
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
- Navigate to the AndroidControl TFRecord repository where the AndroidControl TFRecord is hosted.
- Download the TFRecord file to your local machine or server.
Step 2: Run the Python Script to Extract Images
- 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. - Open a terminal or command prompt.
- Execute the script by running:
python extract_images.py
Step 3: Enjoy the parsed json data
(We currently do not involve VH Tree)