where2act
Where2Act: From Pixels to Actions for Articulated 3D Objects
파일 탐색기
최종 버전 다운로드 (.zip)- camera.blend
- cube.obj
- quaternion.py
- render_blender.py
- render_using_blender.py
- .gitignore
- README.md
- model_3d.py
- model_3d_critic.py
- model_3d_critic_legacy.py
- model_3d_legacy.py
- .gitignore
- __init__.py
- quaternion.py
- README.md
- .gitignore
- README.md
- finger.stl
- finger.stl.convex.stl
- hand.stl
- hand.stl.convex.stl
- link0.stl
- link0.stl.convex.stl
- link1.stl
- link1.stl.convex.stl
- link2.stl
- link2.stl.convex.stl
- link3.stl
- link3.stl.convex.stl
- link4.stl
- link4.stl.convex.stl
- link5.stl
- link5.stl.convex.stl
- link6.stl
- link6.stl.convex.stl
- link7.stl
- link7.stl.convex.stl
- finger.dae
- hand.dae
- link0.dae
- link1.dae
- link2.dae
- link3.dae
- link4.dae
- link5.dae
- link6.dae
- link7.dae
- panda.urdf
- panda_gripper.urdf
- panda_robot.py
- .gitignore
- run_gen_offline_data.sh
- run_train_3d.sh
- run_train_3d_critic.sh
- run_visu_action_heatmap_proposals.sh
- run_visu_critic_heatmap.sh
- .gitignore
- camera.py
- checkcollect_data.py
- collect_data.py
- colors.py
- data.py
- datagen.py
- env.py
- gen_html_hierachy_local.py
- gen_offline_data.py
- README.md
- recollect_data.py
- replay_data.py
- requirements.txt
- train_3d.py
- train_3d_critic.py
- utils.py
- visu_action_heatmap_proposals.py
- visu_critic_heatmap.py
- .gitignore
- README.md
- teaser.png
- all_15cats.txt
- ins_cnt_15cats.txt
- ins_cnt_5cats.txt
- test_5cats_data_list.txt
- train_10cats_test_data_list.txt
- train_10cats_train_data_list.txt
- .gitignore
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/daerduoCarey/where2act
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd where2act
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Python
쉬움 추천사전 준비물
pip install -r code/requirements.txt
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
python <실행할 파일명>.py # README에서 정확한 실행 파일명을 확인하세요
파이썬 스크립트(또는 모듈)를 실행합니다.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
// repository documentation
Was this content helpful?
(0 ratings)
