-
## GOAL
* 골프 자세 분석 파이프라인의 자세 추출부의 모델링을 수행한다.
* 3D HPE 기술 이용하여 모델링 고도화 수행
### Requirements
* COCO Format keypoints - 17개 관절로 구성
* 12MB + alpha 용량의 모델
* 파라미터 수 확인 - 기존 모델과의 비교 수행
* tflite 호환성 위…
-
Hi,
Wonderful work, and thanks for sharing the code.
I would like to know If you have provided any code to visualize the _MuCo_ dataset and if I need to transform the coordinates to visualize th…
-
Please consider to add demo of human pose estimation 3d for C++. Thanks,
https://github.com/opencv/open_model_zoo/tree/master/models/public/human-pose-estimation-3d-0001
-
### Prerequisite
- [X] I have searched [Issues](https://github.com/open-mmlab/mmpose/issues) and [Discussions](https://github.com/open-mmlab/mmpose/discussions) but cannot get the expected help.
- [X…
-
### Project Title: Pose Estimation and Mesh Generation
**Description:**
This project aims to perform 3D human pose estimation from a 2D image input. The system will extract key human features, i…
-
Hello there,
Thanks for your amazing work and it really helps me a lot. But I have some questions about the output of ROMP.
1. I notice there are two camera related output, "cam" and "cam_trans" res…
-
na018 updated
3 years ago
-
Paper : https://arxiv.org/abs/2107.03332
GitHub : https://github.com/leeyegy/SimCC
**Introduction**
오늘 읽어볼 논문은 ECCV 2022에 소개된 SimCC라는 논문입니다. 구 버전 이름은 SimDR라고 하네요. ㅎㅎ 이 논문의 깃허브에 들어가보면 "Is 2…
-
Hi,
I've been trying to reconstruct smpl mesh from my own dataset. I found the correspondences and created my own .py file for the dataset. Tested the smplify.py (using smplify3d config) on some of…
-
Hi~
I'm faced with problem in extract_batch_size.
_unsampled is range!! but 'range' object has no attribute 'remove'
how do I fix it?