- 딥러닝 관련 여러 모델들 연구
- YOLOv8 Tutorial: 튜토리얼임
- YOLOv8_Object_Detection_Roboflow_Aquarium_data: roboflow에서 제공하는 public dataset으로 object detection 실습해 보기
- End-to-End Object Detection with Transformer
- Convolutional Networks for Biomedical Image Segmentation
- 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