일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- OpenSfM
- 명령어모음
- 자세추정
- Ceres
- 딥러닝
- 가상데이터셋
- Unity
- python 코드
- ubuntu 20.04
- 카메라 내부파라미터 #c++
- ConvGRU
- 머신러닝
- Ceres-solver
- RTX3090TI
- 블랜더
- ROS2 #설치 #우분투20.04 #
- 딥러닝 데이터셋
- Photogrammetry
- Nerf
- instant-ngp
- SfM의 의존성
- RNNPose
- Blenderproc
- 데이터셋 자동 생성
- 6D Pose estimation
- 사진으로 3D 모델링 하기
- 데이터셋생성
- gru
- 데이터셋
- 라이브러리 설치
- Today
- Total
목록블랜더 (2)
홍든램지의 보일러실

BlenderProc를 통해 대규모 데이터셋을 구성하기 위해서는 블랜더를 설치해야한다. 1. 블렌더 다운로드 https://www.blender.org/download/ Download — blender.org The Freedom to Create. www.blender.org BlenderProc는 블렌더 3D모델링 소프트웨어 위에 구축된다. 다라서 먼저 블렌더를 다운로드하고 설치해야 한다. 블랜더 공식 웹사이트에서 최신 버전의 블랜더를 사운로드 할수 있다. 2.BlenderProc 설치: 방법에는 두가지가 있다. 2-1. pip 를 이용해서 설치하는 방법 pip install blenderproc 위 커맨드를 통해서 pip package로 설치가 가능하다. 2-2. Git clone 을 통한 방법 ..

BlenderProc은 컴퓨터 비전 연구를 위한 대규모의 다양하고 사실적인 3D 데이터 세트를 생성할 수 있는 오픈 소스 이다. https://dlr-rm.github.io/BlenderProc/ BlenderProc2 — BlenderProc 2.4.0 documentation BlenderProc creates the specified scene and renders the image into output/0.hdf5. Breakpoint-Debugging in IDEs As blenderproc runs in blenders separate python environment, debugging your blenderproc script cannot be done in the same way as w..