Skip to content

shjas94/Dacon-Ego-Vision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

✋🏻 Ego-Vision 손동작 인식 AI 경진대회 Solution (Private 12th)

Contents

  • Overall Solution
  • Code Structure
  • How To Train & Inference
  • Collaborators

Overall Solution

pic2

  • EfficientNetB7과 Swin-Large 모델 앙상블
  • Augmentation으로는 Mixup, Rotate, RandomBrightnessContrast, CoarseDropout 사용

Code Structure

.
├── DATA
├── README.md
├── config
│   ├── cfg1.yml
│   └── cfg2.yml
├── dirstructure.txt
├── ensemble.py
├── inference.py
├── models
├── modules
│   ├── dataset.py
│   ├── losses.py
│   ├── models.py
│   ├── optimizers.py
│   ├── schedulers.py
│   └── utils.py
├── submissions
└── train.py

How To Train & Inference

  • Model1 & Model2 Train
$ python train.py --config cfg1.yml
$ python train.py --config cfg2.yml
  • Model1 & Model2 Inference
$ python inference.py --config cfg1.yml
$ python inference.py --config cfg2.yml
  • ensemble
$ python ensemble.py

Collaborators

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages