AI 용어집
인공지능 완전 사전
162
카테고리
2,032
하위 카테고리
23,060
용어
용어
FPS (Frames Per Second)
Key metric measuring the number of frames processed per second by a detection system, determining its ability to operate in real-time.
용어
Detection Latency
Delay in milliseconds between image acquisition and the production of detection results, crucial for interactive applications.
용어
NMS (Non-Maximum Suppression)
Post-processing algorithm that eliminates redundant detections by keeping only the boxes with the highest confidence scores.
용어
Model Quantization
Optimization technique that reduces the numerical precision of model weights (e.g., 32-bit to 8-bit) to accelerate inference.
용어
Inference Pipeline
Optimized sequence of processing steps from video input to detection output, including pre/post-processing.
용어
OpenVINO
Intel toolkit for optimized deployment of AI models on various hardware architectures (CPU, GPU, VPU).
🔍