Sign inSign up

zdy023/mobile-env-web

By zdy023

Updated over 3 years ago

Mobile-Env Annotation Tool for Human Demonstrations

Image
0

250

zdy023/mobile-env-web repository overview

The annotation tool for the human demonstrations of Mobile-Env.

Quick Usage

docker run -it\
    -v OUTPUT_DIR:/data/dump\
    -v INPUT_DIR:/data/task_path\
    -p 127.0.0.1:5000:5000\ # map the port of the webpage interface
    --device /dev/kvm\ # mount the kvm device
    zdy023/mobile-env-web:latest\
    10.0.0.1 8081 "zdy023" www.wikihow.com www.example.com
# Arguments: 
# 1. Address to the replay server
# 2. Port to the replay server
# 3. Annotator's name used in the dumped pickle file
# 4. domains to replay

# Then access <http://127.0.0.1:5000> in the browser to open the annotation UI
# Press Ctrl+C once in the terminal to close the docker after closing the webpage interface

The structure of the INPUT_DIR

INPUT_DIR
├── tasks
│   ├── 180_on_a_scooter-8.textproto
│   ├── add_a_contact_on_whatsapp-8.textproto
│   ├── address_a_letter_to_england-7.textproto
│   └── ...
└── wikiHow_apkcombo.com.apk

Tag summary

Content type

Image

Digest

sha256:64942d2a7

Size

3.2 GB

Last updated

over 3 years ago

docker pull zdy023/mobile-env-web:2.0m1.1a.h1.0