일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- secure-file-priv
- LeNet-5
- hackerrank
- long video understanding
- tensorflow
- sliding video q-former
- transference
- 백준
- quantification
- Python
- jmeter
- ma-lmm
- multimodal machine learning
- timestamp-aware frame encoder
- memory bank
- Linux
- CNN
- Artificial Intelligence
- Anaconda
- Kaggle
- leetcode
- q-former
- autogluon
- Server
- MySQL
- error
- Github
- timechat
- 용어
- 코딩테스트
Archives
- Today
- Total
반응형
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- secure-file-priv
- LeNet-5
- hackerrank
- long video understanding
- tensorflow
- sliding video q-former
- transference
- 백준
- quantification
- Python
- jmeter
- ma-lmm
- multimodal machine learning
- timestamp-aware frame encoder
- memory bank
- Linux
- CNN
- Artificial Intelligence
- Anaconda
- Kaggle
- leetcode
- q-former
- autogluon
- Server
- MySQL
- error
- Github
- timechat
- 용어
- 코딩테스트
Archives
- Today
- Total
목록공부 (1)
Juni_DEV
이미지 인식 용어 정리
Classification : 입력으로 주어진 이미지 안의 객체 Object 의 종류(Class 또는 Label 이라고 불림)를 구분하는 행위이다. Localization : 이미지의 두번째 경우 같이 모델이 주어진 이미지 안의 Object 가 이미지 안의 어느 위치에 있는지 위치 정보를 출력해주는 것으로, 주로 Bounding box 를 많이 사용하며 주로 bounding box 의 네 꼭지점 pixel 좌표가 출력되는 것이 아닌 left top, right bottom 좌표를 출력한다. Object Detection : 보편적으로 Classification 과 Localization 이 동시에 수행되는 것을 의미한다. 모델의 학습 목적에 따라서 특정 Object 만 Detection 하는 경우도 있고..
Artificial Intelligence
2019. 6. 8. 16:08