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

Exp/prewitt and soft voting #12

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

refor53
Copy link

@refor53 refor53 commented Sep 30, 2024

file clean up prewitt edge inhancement code & soft voting(inference.py)

refor53 and others added 2 commits September 27, 2024 10:16
@refor53
Copy link
Author

refor53 commented Sep 30, 2024

file clean up prewitt edge inhancement code & soft voting(inference.py)

가설
: 윤곽선이 흐릿한 이미지로 인해 분류가 잘 되지 않을 것 같다고 생각했다.
edge를 강하게 주는 증강을 사용하면 이를 해결할 수 있을 것이다.

실험
: 간단한 edge 연산자 중 prewitt 연산자를 사용해서 경계를 강조했다.

수정사항
: prewitt 변환 코드를 추가하고, transform에 추가했다.

비고
: soft voting을 위한 src.utils.py 와 inference.py 가 함께 수정되었다.
대회 제출 마감으로 인해 코드에 미흡한 부분이 많다.

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.

1 participant