Eye Blinking Prototype Matching

Yuxuan Xie fd747e126c Update 'License.txt' 1 năm trước cách đây
sample_experiments 9bb42808b2 fix noise scaling and remove prints 1 năm trước cách đây
src 9bb42808b2 fix noise scaling and remove prints 1 năm trước cách đây
.gitignore f5111f4990 Update .gitignore file to include packaging files 1 năm trước cách đây
License.txt fd747e126c Update 'License.txt' 1 năm trước cách đây
README.md 79611ceebd Update unsupervised experiments 1 năm trước cách đây
setup.cfg 79611ceebd Update unsupervised experiments 1 năm trước cách đây
setup.py 476b9a8be3 WIP prepare packing 1 năm trước cách đây

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 .