嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
姿势检测的动作识别
.
├── MPPE-master
│ ├── ActionRecognition
│ │ ├── Actions
│ │ │ └── boxing.m
│ │ ├── FisherVector.py
│ │ ├── GMM.py
│ │ ├── test_action_from_pose.py
│ │ ├── tmp.py
│ │ └── train_action_from_pose.py
│ ├── PosturalRecognition
│ │ ├── models
│ │ │ ├── FaceNet.py
│ │ │ ├── HandNet.py
│ │ │ ├── PoseNet.py
│ │ │ ├── __init__.py
│ │ │ └── haarcascade_frontalface_alt.xml
│ │ ├── plot_train_log.py
│ │ ├── test
│ │ │ ├── VideoCapture.py
│ │ │ ├── __init__.py
│ │ │ ├── camera_face.py
│ │ │ ├── camera_pose.py
│ │ │ ├── get_person_pose_array.py
│ │ │ └── save_npy.py
│ │ └── train
│ │ ├── __init__.py
│ │ ├── coco_data_loader.py
│ │ ├── data_load_test.py
│ │ ├── entity.py
│ │ ├── face_detector.py
│ │ ├── gen_ignore_mask.py
│ │ ├── hand_detector.py
│ │ ├── pose_detector.py
│ │ └── train_coco_pose_estimation.py
│ ├── README.md
│ ├── data
│ │ ├── 1.jpg
│ │ ├── 1_result.png
│ │ ├── 5.jpg
│ │ ├── 5_result.png
│ │ ├── 7.png
│ │ ├── 7_result.png
│ │ ├── KTH
│ │ │ ├── boxing.npy
│ │ │ ├── handclapping.npy
│ │ │ └── handwaving.npy
│ │ ├── gta5.jpg
│ │ ├── gta5_result.png
│ │ ├── hand.png
│ │ ├── hand_result.png
│ │ ├── person.png
│ │ └── person_result.png
│ ├── requirements.txt
│ └── result
│ ├── 00_png_27_result.png
│ ├── 00_png_36_result.png
│ ├── 55_jpg_27_result.png
│ ├── 55_jpg_36_result.png
│ ├── accuracy.png
│ ├── cg.dot
│ ├── loadfile.py
│ ├── log
│ ├── loss.png
│ ├── snapshot_iter_12000
│ └── test
│ ├── cg.dot
│ └── log
└── 好例子网_姿势检测的动作识别.zip
11 directories, 57 files