HarrytheOrange's picture
Update README.md
a967f35 verified
|
raw
history blame
885 Bytes
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

  1. Navigate to the AndroidControl TFRecord repository 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:
    python extract_images.py
    

Step 3: Enjoy the parsed json data

(We currently do not involve VH Tree)