Skip to content

Commit 2c0f016

Browse files
authored
Merge pull request #6 from Kaszanas/draft_paper
[PR] Fixing Enumeration in Markdown
2 parents 12c8cab + 0ad2e12 commit 2c0f016

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

paper.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -76,16 +76,7 @@ Our software consists of multiple modules that the user can match to their speci
7676

7777
## DatasetPreparator
7878

79-
The "DatasetPreparator" [@Bialecki_2022_SC2DatasetPreparator] submodule is a set of scripts that ease the process of working with major collections of raw data (replaypacks/datasets). A full list of scripts is as follows:
80-
- "directory_flattener.py"; flattens the nested directory structure of the replaypacks,
81-
- "directory_packager.py"; packages all of the directories in the specified input directory,
82-
- "file_renamer.py"; renames the files in the directory to follow a specific naming convention (e.g., to match the dataset schema),
83-
- "json_merger.py"; merges two JSON files into one,
84-
- "processed_mapping_copier.py"; copies the auxiliary files generated by directory_flattener.py to matching output directories. Built specifically to prepare the SC2EGSet prior to packaging,
85-
- "sc2_map_downloader.py"; wraps "SC2InfoExtractorGo" to run the map downloading step,
86-
- "sc2egset_replaypack_processor.py"; wraps "SC2InfoExtractorGo" to run the replaypack processing step on multiple directories at once,
87-
- "sc2egset_pipeline.py"; wraps the entire processing pipeline used to obtain the "SC2ReSet" and "SC2EGSet" datasets,
88-
- "sc2reset_replaypack_downloader.py"; downloads the raw (flattened) replaypacks of "SC2ReSet" [@Bialecki2022ReSetZenodo] for users that wish to use their own tools for data processing.
79+
The "DatasetPreparator" [@Bialecki_2022_SC2DatasetPreparator] submodule is a set of scripts that ease the process of working with major collections of raw data (replaypacks/datasets). A full list of scripts is as follows: (1) "directory_flattener.py"; flattens the nested directory structure of the replaypacks, (2) "directory_packager.py"; packages all of the directories in the specified input directory, (3) "file_renamer.py"; renames the files in the directory to follow a specific naming convention (e.g., to match the dataset schema), (4) "json_merger.py"; merges two JSON files into one, (5) "processed_mapping_copier.py"; copies the auxiliary files generated by directory_flattener.py to matching output directories. Built specifically to prepare the SC2EGSet prior to packaging, (6) "sc2_map_downloader.py"; wraps "SC2InfoExtractorGo" to run the map downloading step, (7) "sc2egset_replaypack_processor.py"; wraps "SC2InfoExtractorGo" to run the replaypack processing step on multiple directories at once, (8) "sc2egset_pipeline.py"; wraps the entire processing pipeline used to obtain the "SC2ReSet" and "SC2EGSet" datasets, (9) "sc2reset_replaypack_downloader.py"; downloads the raw (flattened) replaypacks of "SC2ReSet" [@Bialecki2022ReSetZenodo] for users that wish to use their own tools for data processing.
8980

9081
In the context of our work, this submodule is responsible for preparing directory structure, execution of "SC2InfoExtractorGo" on the data, and packaging the dataset for hosting. Finally, the current capabilities include downloading the raw replaypacks of "SC2ReSet" [@Bialecki2022ReSetZenodo] for ease of "SC2EGSet" Dataset reproduction [@Bialecki2023EGSetZenodo].
9182

0 commit comments

Comments
 (0)