UniPixel / unipixel /constants.py
yeliudev's picture
Add files
f880dff
raw
history blame contribute delete
158 Bytes
# Copyright (c) 2025 Ye Liu. Licensed under the BSD-3-Clause License.
IGNORE_INDEX = -100
REF_TOKEN = '<|ref|>'
SEG_TOKEN = '<|seg|>'
MEM_TOKEN = '<|mem|>'