Skip to content

Commit

Permalink
프로젝트 설명 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
riroan committed Apr 10, 2024
1 parent 35f7770 commit 5ed631e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions riroan/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ export default function App() {
<Item display={detail} depth={1}>
CI/CD/CT 파이프라인 구성
</Item>
<Item display={detail} depth={1}>
실시간 추론 환경에서 30FPS인 CCTV와 15FPS인 모델의 처리 속도 차이를 프레임 스킵 기법 적용
</Item>
<Item depth={1}>Backbone Network 개선, Data augmentation, Fine tuning 학습 기법을 통해 탐지율 85% → 93% 개선</Item>
<Ul display={detail}>
<Item depth={2}>좌우 반전, 각도 회전 등 다양한 augmentation 기법으로 훈련 데이터 8배 이상 확보</Item>
Expand Down

0 comments on commit 5ed631e

Please sign in to comment.