Eye Blinking Prototype Matching

Tim Büchner 38c49b2fd9 Add manual prototype il y a 2 ans
sample_experiments 38c49b2fd9 Add manual prototype il y a 2 ans
src 38c49b2fd9 Add manual prototype il y a 2 ans
.gitignore f5111f4990 Update .gitignore file to include packaging files il y a 2 ans
License.txt 476b9a8be3 WIP prepare packing il y a 2 ans
README.md 79611ceebd Update unsupervised experiments il y a 2 ans
setup.cfg 79611ceebd Update unsupervised experiments il y a 2 ans
setup.py 476b9a8be3 WIP prepare packing il y a 2 ans

README.md

EBPM

Setup

conda create -n ebpm python=3.10 -y
conda activate ebpm
# conda install cudatoolkit -y
pip install jupyter
pip install -e .