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 21/enlarge,brightness,padding #28

Merged
merged 9 commits into from
Nov 4, 2024

Conversation

minseokheo
Copy link
Contributor

Overview

  • 작은 이미지 확대, 밝기 조절, 이미지 패딩 살짝(0~20%) 증강 기법들을 사용해 보았습니다.

  • 우선 작은이미지 확대에서는 color jitter와 normalize를 함께 사용하였습니다.
    image

  • 결과는 약 0.4, 약 0.6, 약 0.48 (precision, recall, f1) 였습니다.

  • 밝기 조절을 하는 RandomBrightnessContrast 함수를 넣었지만 Color jitter가 더 상위 함수여서 생략하였습니다.

  • 다음은 이미지 패딩 살짝(0~20%) 증강을 한 경우입니다. color jitter는 하지 않고 padding 후 normalize를 진행하였습니다.
    image

  • 결과는 약 0.18, 약 0.18, 약 0.18 (precision, recall, f1) 였습니다.

Follow up

  • 앞선 증강들이 오히려 성능이 떨어지는 이상한 경우가 발생했습니다.
  • EDA 도출을 통해 Augmentation이 어떻게 진행되고 있는 지 확인 해보고 코드를 다시 수정해 볼 예정입니다.

Change Log

  • train.py안에 여러가지 증강 코드를 넣었습니다.

To Reviewer

Issue Tags

@minseokheo minseokheo added 🙋‍♂️ Hypothesis 가설 설정 및 검증 ✨ Feature 새로운 기능 추가 labels Nov 4, 2024
@minseokheo minseokheo self-assigned this Nov 4, 2024
- 해당 내용의 경로 오류는 이미 main branch에 해결되었습니다. 따라서 이 부분만 수정하고 병합합니다.

- merged feature : "apply_enlarge", "apply_brightness", "apply_padding"
Copy link
Contributor

@Namgyu-Youn Namgyu-Youn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good! 수고하셨습니다.

code/to_pickle.py Outdated Show resolved Hide resolved
@Namgyu-Youn Namgyu-Youn merged commit 5e2b6b3 into main Nov 4, 2024
@Namgyu-Youn Namgyu-Youn deleted the feat-21/enlarge,brightness,padding branch November 4, 2024 17:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature 새로운 기능 추가 🙋‍♂️ Hypothesis 가설 설정 및 검증
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT] 여러 Augmentation 기법 적용
3 participants