Files
GLASSES_AI_SERVER/const.py

4 lines
197 B
Python
Raw Normal View History

2025-04-28 11:26:19 +09:00
# OUTPUT_FOLDER = "/home/fermat/STORAGE/01.Projects/A2TEC/K_EYEWEAR/02.ML_DATA/Image_generator_result"
2025-03-18 13:05:31 +09:00
OUTPUT_FOLDER = "./output"
2025-01-16 15:17:12 +09:00
ILLEGAL_FILE_NAME = ['<', '>', ':', '"', '/', '\ ', '|', '?', '*']