일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- python 코드
- 명령어모음
- 딥러닝
- 라이브러리 설치
- Photogrammetry
- 사진으로 3D 모델링 하기
- 카메라 내부파라미터 #c++
- 머신러닝
- Unity
- 자세추정
- 블랜더
- 데이터셋
- OpenSfM
- gru
- RTX3090TI
- 딥러닝 데이터셋
- instant-ngp
- Blenderproc
- ROS2 #설치 #우분투20.04 #
- SfM의 의존성
- 데이터셋 자동 생성
- 가상데이터셋
- Nerf
- ConvGRU
- 6D Pose estimation
- 데이터셋생성
- RNNPose
- Ceres
- ubuntu 20.04
- Ceres-solver
- Today
- Total
목록딥러닝 (3)
홍든램지의 보일러실
ConvGRU(Convolutional Gated Recurrent Unit)는 순환 신경망(RNN)의 변형인 Gated Recurrent Unit(GRU)과 합성곱 신경망(CNN)의 조합입니다. ConvGRU는 시계열 데이터와 공간 정보를 모두 고려하여 이미지 및 동영상 처리와 같은 작업에 사용됩니다. 이 글에서는 ConvGRU의 작동 원리와 예시를 살펴보고, 실제 문제에 어떻게 적용할 수 있는지 알아보자. ConvGRU의 원리: ConvGRU는 Gated Recurrent Unit (GRU)의 기본 구조를 따르되, 합성곱(Convolution) 연산을 적용하여 공간 정보를 처리한다. ConvGRU의 주요 특징은 다음과 같다. 공간 정보 처리: 합성곱 연산을 통해 이미지의 특징을 추출하고 인접한 픽셀 ..

1. 설치 https://github.com/DecaYale/RNNPose.git GitHub - DecaYale/RNNPose: RNNPose: Recurrent 6-DoF Object Pose Refinement with Robust Correspondence Field Estimation and Pose RNNPose: Recurrent 6-DoF Object Pose Refinement with Robust Correspondence Field Estimation and Pose Optimization, CVPR 2022 - GitHub - DecaYale/RNNPose: RNNPose: Recurrent 6-DoF Object Pose Refin... github.com 위 링크를 통해 터미널에..

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..