- Clone the repositorty.
git clone https://github.com/amarasovic/lecture_detecting_artifacts.git
cd lecture_detecting_artifacts
-
Download and install Conda.
-
Create a Conda environment.
conda create -n lecture_env python=3.7
- Activate the environment.
conda activate lecture_env
- Download the requirements.
pip install -r requirements.txt
- Also run:
mkdir mice_edits
cd mice_edits
wget https://storage.cloud.google.com/mice-edits/mice_edits.csv
cd ..
mkdir mice/trained_predictors
bash mice/download_models.sh