2021.10.04 회의록 #53
kwakjeeyoon
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
회의록
요약
범용성 있는 코드로 만들기!!
⇒ 서지유, 오재환, 전경재, 이준혁 캠퍼님
⇒ 강지우, 곽지윤, 송나은 캠퍼님
validation 데이터 팀(10-5일까지)
1 stage, 2 stage , transformer 3 모델로 valid 실험
1 stage : SSD (재환)
2 stage : Faster_rcnn (경재)
Multi stage : Hybrid Task Cascade (준혁)
최종 검증용→ tf : deformable_detr
[(train, valid)→(ssd, frcnn)] xN → 최종 검증 tf
샘플링 방법
통계 낼 모델(3+1개)(1-stage, 2-stage, Multi-stage, tf)
Image 512x512로 진행 / optimizer = Adam / seed 1004 고정
transformer
img_scale=[(480, 1024), (512, 1024), (544, 1024), (576, 1024),(608, 1024), (640, 1024), (672, 1024), (704, 1024),(736, 1024), (768, 1024), (800, 1024)],
→ 각각 1/2
추가 커스텀(작은 bbox → outlier로 쳐내야함)
model팀 (10월 6일 까지)
soft teacher → 곽지윤
cbnet → 송나은
copy paste → 강지우
queryInst(순위낮음, detr 변형 모델)
Beta Was this translation helpful? Give feedback.
All reactions