Update README.md
Browse files
README.md
CHANGED
|
@@ -17,6 +17,43 @@ base_model:
|
|
| 17 |
<h1>CLIP 기반 제품 결함 탐지 모델 카드</h1>
|
| 18 |
</div>
|
| 19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
## 모델 세부사항
|
| 21 |
|
| 22 |
### 모델 설명
|
|
@@ -481,7 +518,7 @@ pip install -r requirements.txt
|
|
| 481 |
|
| 482 |
## 모델 실행 단계
|
| 483 |
|
| 484 |
-
###
|
| 485 |
|
| 486 |
Dataset configuration 예시:
|
| 487 |
|
|
|
|
| 17 |
<h1>CLIP 기반 제품 결함 탐지 모델 카드</h1>
|
| 18 |
</div>
|
| 19 |
|
| 20 |
+
## 목차 (Table of Contents)
|
| 21 |
+
|
| 22 |
+
- [모델 세부사항](#모델-세부사항)
|
| 23 |
+
- [모델 설명](#모델-설명)
|
| 24 |
+
- [기술적 제한사항](#기술적-제한사항)
|
| 25 |
+
- [학습 세부사항](#학습-세부사항)
|
| 26 |
+
- [하드웨어 환경](#하드웨어-환경)
|
| 27 |
+
- [소프트웨어 환경](#소프트웨어-환경)
|
| 28 |
+
- [데이터셋 정보](#데이터셋-정보)
|
| 29 |
+
- [데이터 라벨링 가이드](#데이터-라벨링-가이드)
|
| 30 |
+
- [AD-CLIP Model Architecture](#ad-clip-model-architecture)
|
| 31 |
+
- [Optimizer and Loss Function](#optimizer-and-loss-function)
|
| 32 |
+
- [Metrics](#metrics)
|
| 33 |
+
- [Training Parameters](#training-parameters)
|
| 34 |
+
- [Pre-trained CLIP model](#pre-trained-clip-model)
|
| 35 |
+
- [Evaluation Parameters](#evaluation-parameters)
|
| 36 |
+
- [학습 성능 및 테스트 결과](#학습-성능-및-테스트-결과)
|
| 37 |
+
- [모델 변경 이력](#모델-변경-이력-model-update-history)
|
| 38 |
+
- [모델 버전 관리 체계](#모델-버전-관리-체계-model-version-management)
|
| 39 |
+
- [설치 및 실행 가이드](#설치-및-실행-가이드)
|
| 40 |
+
- [모델 실행 단계](#모델-실행-단계)
|
| 41 |
+
- [Dataset Configuration](#dataset-configuration)
|
| 42 |
+
- [Image Pre-processing](#2-image-pre-processing-transformation)
|
| 43 |
+
- [Prompt Generating](#3-prompt-generating)
|
| 44 |
+
- [Initial Setting for Training](#4-initial-setting-for-training)
|
| 45 |
+
- [Hyper Parameters Setting](#5-hyper-parameters-setting)
|
| 46 |
+
- [Depth Parameter](#depth-parameter)
|
| 47 |
+
- [Image Size](#image-size)
|
| 48 |
+
- [Training Parameters](#training-parameters)
|
| 49 |
+
- [DPAM (Deep Prompt Attention Mechanism)](#dpam-deep-prompt-attention-mechanism)
|
| 50 |
+
- [Test Process](#6-test-process)
|
| 51 |
+
- [모델 공격 취약점 분석](#모델-공격-취약점-분석)
|
| 52 |
+
- [오픈소스 라이브러리 보안·라이선스 위험 관리 체계](#오픈소스-라이브러리-보안라이선스-위험-관리-체계)
|
| 53 |
+
- [References](#references)
|
| 54 |
+
|
| 55 |
+
---
|
| 56 |
+
|
| 57 |
## 모델 세부사항
|
| 58 |
|
| 59 |
### 모델 설명
|
|
|
|
| 518 |
|
| 519 |
## 모델 실행 단계
|
| 520 |
|
| 521 |
+
### Dataset Configuration
|
| 522 |
|
| 523 |
Dataset configuration 예시:
|
| 524 |
|