Datasets used by BIAS-2015
preprocessing_data - All datasets used and all intermediate files generated during preprocessing
preprocessing_data/bias_2015_required_files - The preprocessing files that are required to run BIAS-2015, the results from preprocessing
validation_data - All datasets used and generated during validation
This repository uses Git Large File Storage (Git LFS) to manage large files. To ensure that you can properly download and work with the repository, please follow these steps:
-
Install Git LFS: If you haven't already, you'll need to install Git LFS. You can install it via Homebrew on macOS, or follow the installation instructions for your operating system here.
# On macOS, use Homebrew brew install git-lfs
-
Initialize Git LFS: After installing Git LFS, you'll need to initialize it in your Git environment. This is a one-time setup step.
git lfs install
-
Clone the Repository: Now you can clone the repository as usual. Git LFS will automatically handle the downloading of large files.
git clone https://github.com/bitscopic/BIAS-2015-data
-
Verify LFS Installation: After cloning, you can verify that the large files were downloaded correctly by listing the tracked files:
git lfs ls-files
By following these steps, you'll ensure that all large files are correctly downloaded and that the repository works as intended.