1 Star 0 Fork 0

aurae / Optim_Hopenet

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

Optim_Hopenet Head Pose Estimation

Environment

  • mxnet 1.5.0
  • gluon-cv 0.5.0

Optim_net

net struct

Backbone: MobileNetv2, MobileNetv3 (Implement in gluon-cv)

Preparation

assume you are in the directory $Optim_Hopenet/.

  1. download 300W_LP and AFLW_2000-3D
  2. unzip
  3. get 'pitch, yaw ,roll ' from annotation file
# change the dataset path to your path
python data/gen_pose.py

Train

python train.py --bs 128 --lr 0.001 --alpha 1 --lr_type cos --version small --width_mult 1 --use_fc 1 --net v3 --gpu 0 --prefix test
Backone MAE(alpha=1) MAE(alpha=2) Mb
MobileFaceNet 6.760 6.876 4.1
MobileNetv2 6.510 6.549 9.8
MobileNetv3 small 6.660 6.706 7.5
MobileNetv3 large 6.293 6.145 17.5

Test

python test.py --test_type image --image test_res/test.jpg

Convert2Caffe

test: python mxnet2caffe/inference.py

References:

@InProceedings{Ruiz_2018_CVPR_Workshops,
author = {Ruiz, Nataniel and Chong, Eunji and Rehg, James M.},
title = {Fine-Grained Head Pose Estimation Without Keypoints},
booktitle = {The IEEE Conference on Computer Vision and Pattern Recognition (CVPR) Workshops},
month = {June},
year = {2018}
}

空文件

简介

暂无描述 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/bigcash/Optim_Hopenet.git
git@gitee.com:bigcash/Optim_Hopenet.git
bigcash
Optim_Hopenet
Optim_Hopenet
master

搜索帮助