컴퓨터 비전의 개요
이미지 출력 방법 (PIL, matplotlib 사용)
ViT(Vison Transformer) 기본 원리 설명 (matplotlib, PIL, pipeline, torch, transformers 사용)
ViT(Vison Transformer) 심화 이론 설명
ViT를 이용하여 이미지 유사도 측정 함수 구현 (ViTImageProcessor, ViTModel, PIL, matplotlib, numpy, os, sklearn(cosine_similarity) 사용)
Clip(Contrastive Language-Image Pre-Training) 설명 (pipeline, PIL, sentence-transformers 사용)
CNN(Convolutional Neural Network)의 기본 원리 설명
CNN을 활용하여 손글씨 이미지를 분류 모델 구현 (tensorflow(keras), numpy, matplotlib, sklearn 사용)
기본 VGG16 모델을 활용하여 증식시키지 않은 이미지 데이터를 통한 강아지, 고양이 이미지 분류 모델 구현 (tensorflow(keras), PIL, matplotlib, os 사용)
기본 VGG16 모델을 활용하여 증식 시킨 이미지 데이터를 통한 강아지, 고양이 이미지 분류 모델 구현 (tensorflow(keras), PIL, matplotlib, os 사용)
사전학습 VGG16 모델을 활용하여 증식 시킨 이미지 데이터를 통한 강아지, 고양이 이미지 분류 모델 구현 (tensorflow(keras), PIL, matplotlib, os, ImageDataGenerator 사용)
기본 ResNet 모델을 활용하여 강아지, 고양이 이미지 분류 모델 구현 (tensorflow(keras), ImageDataGenerator, os, numpy 사용)
사전학습된 ResNet 모델을 활용하여 강아지, 고양이 이미지 분류 모델 구현 (tensorflow(keras), ImageDataGenerator, os, numpy 사용)
DETR(Detection Transformer) 기본 원리 설명 (torch, supervision, PIL, matplotlib 사용)
RT-DETR(Real-Time Detection Transformer) 구조 설명 (torch, supervision, PIL, matplotlib 사용)
DETR 및 RT-DETR를 활용하여 Video의 객채 인식 진행 (torch, cv2, PIL, transformers 사용)