Skip to content
Snippets Groups Projects
Select Git revision
  • fe8a977a2f8519c2ab9212ef5d735a633c39be1a
  • 5.5 default
  • feat/ProximityGazing
  • 5.4
  • 5.3
  • ViveProEye
  • deprecated/4.26
  • v1.2
  • v1.1
  • v1.0
10 results

unreal-study-framework

  • Clone with SSH
  • Clone with HTTPS
  • Build the docker image and run it

    docker build -f Dockerfile.<parcoach|itac|must> -t mbb:latest .
    docker run -v `pwd`:/MBI -it mbb:latest bash

    Generate the codes

    cd /MBI
    tar -xf real_world_data.csv.tar.gz
    cd /MBI/scripts
    PYTHONPATH=../ python3 main.py --generator_dir errors --level 2 --real_world_data ../output.csv

    Run a tool on the codes

    cd /MBI
    python3 MBI.py -c run -x <parcoach|itac|must> -t <timeout in seconds> -l <logs output dir> -n <number of workers>

    Example for PAROACH

    python3 MBI.py -c run -x parcoach -t 180 -l mylogdir -n 4

    To get stats on a tool

    cd /MBI
    python3 MBI.py -x <parcoach|itac|must> -l <logs output dir> -c csv

    Troubleshooting for ITAC

    If you see an error like "Waiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is held by process 3509 (apt)" Try: apt clean And retry the command to run the tool: python3 MBI.py -x itac -c run