GigaHands
[CVPR 2025] GigaHands: A Massive Annotated Dataset of Bimanual Hand Activities
파일 탐색기
최종 버전 다운로드 (.zip)- teaser.jpg
- J_regressor_mano_LEFT.txt
- J_regressor_mano_RIGHT.txt
- dataset_hands.py
- download_pretrained_models.sh
- opt.txt
- our_vocab_data.npy
- our_vocab_idx.pkl
- our_vocab_words.pkl
- camera_utils.py
- easymocap_utils.py
- renderer.py
- rot.py
- video_handler.py
- visualizers.py
- eval_trans_hand.py
- giga_mean_kp.npy
- giga_std_kp.npy
- encdec.py
- evaluator_wrapper.py
- modules.py
- pos_encoding.py
- quantize_cnn.py
- resnet.py
- rotation2xyz.py
- smpl.py
- t2m_trans.py
- vqvae.py
- get_eval_option.py
- option_transformer.py
- option_vq.py
- EasyMocap
- camparam_utils.py
- config.py
- easymocap_utils.py
- eval_trans.py
- losses.py
- motion_process.py
- paramUtil.py
- quaternion.py
- rotation_conversions.py
- skeleton.py
- utils_model.py
- word_vectorizer.py
- cameras.py
- params.py
- parser.py
- reader_cpu.py
- tests.py
- video_handler.py
- output.gif
- output.mp4
- frame_0000.jpg
- frame_0001.jpg
- frame_0002.jpg
- .gitignore
- .gitmodules
- gen_motion_custom.py
- input.txt
- multiview_videoloader.py
- README.md
- README_object.md
- render_mesh_video.py
- requirements.txt
- train_t2m_trans_hand.py
- train_vq_hand.py
- visualize_hands.py
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/brown-ivl/GigaHands
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd GigaHands
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Python
쉬움 추천사전 준비물
pip install -r requirements.txt
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
python <실행할 파일명>.py # README에서 정확한 실행 파일명을 확인하세요
파이썬 스크립트(또는 모듈)를 실행합니다.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
// repository documentation
Was this content helpful?
(0 ratings)
