Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT] classifier 기본 구조 설정, Develop/Font_Classifier -> master #4

Merged
merged 1 commit into from
Jan 9, 2023

Conversation

jerry-ryu
Copy link
Contributor

Overview


Change Log

model/font_classifier/dataset_font.py

기본 데이터 셋, train & val split, 기본 train/inf. augmentation 구현

model/font_classifier/loss.py

CE, focal, label smoothing, focal + label smoothing loss 구현

model/font_classifier/model_font.py

ResNet50, EfficientNet_B0 구현

model/font_classifier/scheduler.py

다양한 scheduler 구현

model/font_classifier/train_font.py

model train (모델 저장, train, val loop 등 ) 구현

model/font_classifier/inference_font.py

model inference 구현 => data_dir / test 이미지들을 평가하여, 가장 비슷한 상위 2개의 글씨체와 확률 출력


To Reviewer

model train

python model/font_classifier/train_font.py

model inf

python model/font_classifier/inference_font.py [pth path]

Issue Tag

boostcampaitech4lv23cv2/final-project-level2-cv-11#2

@jane79 jane79 merged commit 74b4afb into master Jan 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants