Common data formats in multimodal data systems. JPEG/JPG for image storage, JSON/JSONL for metadata and annotations.
How It Works
JPEG and JPG are widely used formats for storing images, offering compression and quality balance. JSON and JSONL are text-based formats for representing structured data, commonly used for metadata and annotations in multimodal systems.
Technical Details
JPEG/JPG use lossy compression to reduce file size while maintaining visual quality. JSON is a lightweight data-interchange format, while JSONL (JSON Lines) is a newline-delimited variant for streaming data.