Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 669 Bytes

File metadata and controls

33 lines (24 loc) · 669 Bytes

Posenet

Posenet is a backbone network, we use it to classify face pose.

Train on face pose dataset Dataset

The face pose dataset can be downloaded from BaiduNetdis code: o9tg .

Download Ofrecord

wget https://oneflow-public.oss-cn-beijing.aliyuncs.com/datasets/models/pose/pose_dataset.zip
unzip pose_dataset.zip

Run Oneflow Training script

pip3 install -r requirements.txt --user
bash train_oneflow.sh

Inference on Single Image

bash infer.sh

Accuracy

val(Top1)
Posenet 0.906