├── README.md ├── evaluation.py ├── models ├── ChannelTrans.py └── mynetwork.py ├── show_keypoints.py ├── test.py ├── train.py └── visual_all.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pridy999/metafi_pose_estimation/HEAD/README.md -------------------------------------------------------------------------------- /evaluation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pridy999/metafi_pose_estimation/HEAD/evaluation.py -------------------------------------------------------------------------------- /models/ChannelTrans.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pridy999/metafi_pose_estimation/HEAD/models/ChannelTrans.py -------------------------------------------------------------------------------- /models/mynetwork.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pridy999/metafi_pose_estimation/HEAD/models/mynetwork.py -------------------------------------------------------------------------------- /show_keypoints.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pridy999/metafi_pose_estimation/HEAD/show_keypoints.py -------------------------------------------------------------------------------- /test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pridy999/metafi_pose_estimation/HEAD/test.py -------------------------------------------------------------------------------- /train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pridy999/metafi_pose_estimation/HEAD/train.py -------------------------------------------------------------------------------- /visual_all.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pridy999/metafi_pose_estimation/HEAD/visual_all.py --------------------------------------------------------------------------------