-
Notifications
You must be signed in to change notification settings - Fork 5
Feedback #1
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
base: feedback
Are you sure you want to change the base?
Feedback #1
Conversation
feat: YOLOv5 초기 구현 Issue #11 진행 중
train 부분 완료
Fixes #8
Add Detectron2 and update license
Batwan01/issue13
- make function : split_train_and_val() ref: https://stages.ai/competitions/325/board/community/post/2833
nOctavelay/issue17
Output metric.json to tensorboard form
assert code 삭제
ensemble 안전코딩
change pascal voc format to coco dataset
refactor: cahnge_pascal_to_coco 의 tqdm 개선
pseudo labeling 만들기
1. submission을 계속 접근하는 것이 아닌, 저장할 때만 접근하도록 변경
Ensemble.py 파일 개선
closes #96
Flie change 수가 너무 많아 line by line으로 리뷰를 남길 수 없어서 repo에서 코드 및 commit 로그, 이슈 확인 후 코멘트로 대신하였습니다. 가져온 오픈소스 코드들이 많아 실제로 작성한것 처럼 보이는 각각 모듈에 존재하는 inference 등의 코드를 참고해서 리뷰 드렸습니다 생각보다 여러가지 기능들을 직접 구현한 부분이 많고, 해당 코드들 대부분 가독성, 구조, 변수명, 코드에 관한 설명 등 다 잘 되어있어서 크게 문제되는 부분은 없어보입니다. |
다만 개인적인 생각으로 코드의 편의성 관련해서 이렇게 수정하면 좋을 것 같은 부분이 있는데요 해당 코드 부분에서 inference 시 config와 checkpoint path 및 output 파일명 까지 모두 직접 코드 단에서 수정해야할 필요가 있는데 이럴 경우 output 파일이 제대로 정리가 안될 경우 추후에 확인이 어려울 경우가 큽니다. |
그리고 tools/ensemble 경로에 csv파일이 존재하는데요 깜빡해서 체크하지 못하고 올라간것 같은데 삭제하는걸로 수정하시는게 좋을것 같습니다. |
마지막으로 csv 파일을 다룰때 팁 인데요 |
👋! GitHub Classroom created this pull request as a place for your teacher to leave feedback on your work. It will update automatically. Don’t close or merge this pull request, unless you’re instructed to do so by your teacher.
In this pull request, your teacher can leave comments and feedback on your code. Click the Subscribe button to be notified if that happens.
Click the Files changed or Commits tab to see all of the changes pushed to the default branch since the assignment started. Your teacher can see this too.
Notes for teachers
Use this PR to leave feedback. Here are some tips:
For more information about this pull request, read “Leaving assignment feedback in GitHub”.
Subscribed: @taehan79-kim @chan-note @nOctaveLay @Two-Silver @Batwan01 @Donghwan127