Recent Posts

Importance of Image Format

less than 1 minute read

물체에 반사된 빛은 카메라를 통해 2차원 데이터로 변환된다. 카메라 내부의 이미지 센서를 통해 Red, Green, Blue 세가지 필터에 대하여 0~(2^n비트)-1 범위로 색상을 표현할 수 있고, 일반적으로 하나의 픽셀에 8비트로 빛의 세기를 저장하기 때문에 R 8비트,...

Project 2: How many dataset we need?

1 minute read

Project2.How Many Dataset We Need? It is very comfortable to make the model with a lot of dataset. But we already know, gathering enough dataset is very ha...