Visual Studio Code 기능

목차 Visual Studio Code 단축키 Visual Studio Code에서 Python interpretor 설정 Visual Studio Code에서 C/C++...

4 minute read

선형 칼만 필터의 원리 이해

선수 지식 : 베이즈 필터 칼만 필터의 뿌리는 베이즈 필터입니다. 즉, 칼만 필터 또한 베이지안...

13 minute read

Convolution 연산 정리 (w/ Pytorch)

출처 : https://towardsdatascience.com/conv2d-to-finally-understand-what-happens-in-the-forward-pass-1bbaafb0b148 출처 : https://github.com/vdumoulin/conv_arithmetic 출처 : https://pytorch.org/docs/master/generated/torch.nn.Conv2d.html 목차 Convolution 연산 소개 Kernel 이란...

11 minute read

DeepLab v3 (Rethinking Atrous Convolution for Semantic Image Segmentation)

참조 : https://arxiv.org/abs/1706.05587 참조 : https://medium.com/free-code-camp/diving-into-deep-convolutional-semantic-segmentation-networks-and-deeplab-v3-4f094fa387df 참조 : https://towardsdatascience.com/transfer-learning-for-segmentation-using-deeplabv3-in-pytorch-f770863d6a42 이번 글에서는 Semantic Segmentation 내용과 DeepLab...

10 minute read

CCW(counter clockwise)

알고리즘 관련 글 목차 어떤 두 벡터의 방향 관계성을 보기 위해서는 어떤 벡터 \(v_{1}\)에서 또...

2 minute read

latency와 throughput 이란

latency (시간 단위) : 어떤 작업을 처리하는 데 걸리는 시간 throughput (일 단위) : 초당...

2 minute read

각도 기준으로 대각선 그리기

목차 (y, x) 좌표를 특정 각도 만큼 회전 하기 tan를 이용하여 회전한 직선 만들기 어떤...

4 minute read