Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.22 KB

File metadata and controls

30 lines (22 loc) · 1.22 KB

Processed Mapping Copier

Utility script that enters each of the processed replaypack directories and copies the log files that are left after processing with sc2_replaypack_processor.

CLI Usage

Please keep in mind that the src/processed_mapping_copier.py contains required argument values and can be customized with the following command line interaface:

Usage: processed_mapping_copier.py [OPTIONS]

  Tool for copying the auxilliary file of processed_mapping.json to the
  matching directory after processing the replaypack into a JSON dataset with
  sc2egset_replaypack_processor.py. This script is required to reproduce
  SC2EGSet Dataset.

Options:
  --input_path DIRECTORY         Input path to the flattened replaypacks that
                                 contain procesed_mapping.json files.
                                 [required]
  --output_path DIRECTORY        Output path where processed_mapping.json will
                                 be copied.  [required]
  --log [INFO|DEBUG|ERROR|WARN]  Log level. Default is WARN.
  --help                         Show this message and exit.

Execute With Docker

Repository Docker Image

Please refer to the main README for the instructions.