boostcampaitech3 / level2-data-annotation_cv-level2-cv-05

λΆ€μŠ€νŠΈμΊ ν”„ AI Tech 3κΈ° _ κΈ€μž κ²€μΆœ λŒ€νšŒ
0 stars 3 forks source link

[AI Tech 3κΈ° Level 2 P Stage] Data Annotation

ν™”λ©΄ 캑처 2022-04-23 220932

ConVinsight πŸ§‘β€πŸ’»

Convenience + Insight : 이용자의 편의λ₯Ό μ°ΎλŠ” 톡찰λ ₯

Member

κΉ€λ‚˜μ˜ μ‹ κ·œλ²” μ΄μ •μˆ˜ μ΄ν˜„ν™ μ „μˆ˜λ―Ό
Github Github Github Github Github

Wrap Up Report πŸ“‘

πŸ’» ConVinsight level2-data-annotation Notion

Final Score πŸ†

Competition Process πŸ—“οΈ

Time Line

2

Project Outline

batch size μ‹€ν—˜

  • [x] batch size 12
  • [x] batch size 16
  • [x] batch size 24
  • [x] batch size 32

Data Augmentation μ‹€ν—˜

  • [x] Blur
  • [x] Color
  • [x] Inverting
  • [x] Outline
  • [x] Rotate

Optimizer μ‹€ν—˜

  • [x] SGD (lr = 1e-3)
  • [x] Adam (lr = 1e-3)
  • [x] AdamW (lr = 1e-3)
  • [x] SGD (lr = 1e-2)

Learning Rate Scheduler μ‹€ν—˜

  • [x] MultiStepLR
  • [x] CosineAnnealingWarmupRestarts
  • [x] CosineAnnealingLR

Folder Structure πŸ“‚

level2-data-annotation_cv-level2-cv-05/
β”‚
β”œβ”€β”€ πŸ“‚ baseline
β”‚   β”œβ”€β”€ πŸ“ convert_mlt.py
β”‚   β”œβ”€β”€ πŸ“ scheduler.py
β”‚   β”œβ”€β”€ πŸ“ train.py
β”‚   └── πŸ“ inference.py
β”‚
└── πŸ“‚ utils
    β”œβ”€β”€ πŸ“‚ Convert_Custom
    β”‚    β”œβ”€β”€ πŸ“ from_doc_to_ufo.ipynb
    β”‚    └── πŸ“ from_doc_to_ufo.py
    β”œβ”€β”€ πŸ“‚ UFO_visualization
    β”‚    └── πŸ“Β data_visualization.ipynb
    └── πŸ“‚ multi_label_stratified_kfold