Skip to content

jahongir7174/PIPNet-qat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quantization Aware Training of Pixel-in-Pixel Net: Towards Efficient Facial Landmark Detection in the Wild

Installation

conda create -n PyTorch python=3.8
conda activate PyTorch
conda install pytorch==1.13.1 torchvision==0.14.1 torchaudio==0.13.1 pytorch-cuda=11.6 -c pytorch -c nvidia
pip install opencv-python==4.5.5.64
pip install PyYAML
pip install tqdm

Reference