Eye Blinking Prototype Matching

Yuxuan Xie f86fa5fcc4 remove old comments 2 yıl önce
sample_experiments 9bb42808b2 fix noise scaling and remove prints 2 yıl önce
src f86fa5fcc4 remove old comments 2 yıl önce
.gitignore f5111f4990 Update .gitignore file to include packaging files 2 yıl önce
License.txt fd747e126c Update 'License.txt' 2 yıl önce
README.md 79611ceebd Update unsupervised experiments 2 yıl önce
setup.cfg 79611ceebd Update unsupervised experiments 2 yıl önce
setup.py 476b9a8be3 WIP prepare packing 2 yıl önce

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 .