在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):YuliangXiu/MobilePose开源软件地址(OpenSource Url):https://github.com/YuliangXiu/MobilePose开源编程语言(OpenSource Language):Jupyter Notebook 79.0%开源软件介绍(OpenSource Introduction):MobilePoseMobilePose is a Tiny PyTorch implementation of single person 2D pose estimation framework. The aim is to provide the interface of the training/inference/evaluation, and the dataloader with various data augmentation options. And final trained model can satisfy basic requirements(speed+size+accuracy) for mobile device. Some codes for networks and display are brought from:
NEWS!
Requirements
Evaluation Results
Features
Usage
pip install -r requirements.txt
python training.py --model shufflenetv2 --gpu 0 --inputsize 224 --lr 1e-3 --batchsize 128 --t7 ./models/shufflenetv2_224_adam_best.t7
ln -s cocoapi/PythonAPI/pycocotools
cd cocoapi/PythonAPI && make
python eval.py --t7 ./models/resnet18_224_adam_best.t7 --model resnet18 --gpu 0
python run_webcam.py --model squeezenet --inp_dim 224 --camera 0 ContributorsMobilePose is developed and maintained by Yuliang Xiu, Zexin Chen and Yinghong Fang. Thanks for Siyuan Pan's implementation of mnn version. LicenseMobilePose is freely available for free non-commercial use. For commercial queries, please contact Cewu Lu. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论