Skip to content

likespike/Models_and_Papers

Repository files navigation

Model

  • 딥러닝 관련 여러 모델들 연구

AlexNet

VGG

ResNet

VOLOv8

  • YOLOv8 Tutorial: 튜토리얼임
  • YOLOv8_Object_Detection_Roboflow_Aquarium_data: roboflow에서 제공하는 public dataset으로 object detection 실습해 보기

DETR

  • End-to-End Object Detection with Transformer

U-NET

  • Convolutional Networks for Biomedical Image Segmentation

UNet++

  • UNet++: A Nested U-Net Architecture for Medical Image Segmentation (2018)

기타

  • github 빈 폴더 commit하기
    • git clone으로 repository 복사
    • directory만들고 그 안에 touch .gitkeep으로 파일들 만들기
    • git add 'directory'로 add하기
    • git commit -m 'upload empty folders'
    • git push

About

딥러닝 관련 여러 모델들과 논문들

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published