Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
caixin98 committed Jun 6, 2024
1 parent b0720e0 commit e7217fb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ Code for the paper "An End-to-End Optimized Lensless System for Privacy-Preservi

# Get Started

git clone https://github.com/
cd LenslessFace
conda create -n lenslessface python=3.9
conda activate lenslessface
pip install -r requirements.txt
git clone https://github.com/OpenImagingLab/LenslessFace.git
cd LenslessFace
conda create -n lenslessface python=3.9
conda activate lenslessface
pip install -r requirements.txt

# Data
For training, we use the [Asian-Celeb](https://drive.google.com/file/d/1xTVBwoeNWiPS-KbH_6OFV32zME45_Z6q/view?usp=sharing) dataset.
Expand Down

0 comments on commit e7217fb

Please sign in to comment.