Skip to content
Novus Examples
txt19 B

Detection Class List (TXT)

The class-name list for the detection scene, one label per line — index equals the zero-based line number, matching the YOLO class ids. A companion to the COCO/YOLO/VOC annotation files.

Preview — first 4 linestxt
person
car
tree

Specifications

Classes
3
Order
person, car, tree
Note
index = line number (0-based)

What is a .txt file?

TXT is a plain-text file containing unformatted character data with no styling or structure beyond line breaks. Its interpretation depends on character encoding, most commonly UTF-8, and on line-ending convention. It is the most universal and portable text container.

How to use this file

Use an example TXT to test encoding detection, line-ending (LF versus CRLF) handling, and any tool that reads or streams raw text input.

Generated by generation/ai_datasets.py. Free for any use, no attribution required — license.