Files
GLASSES_AI_SERVER/const.py

4 lines
191 B
Python
Raw Normal View History

2025-04-28 14:23:46 +09:00
REMOTE_FOLDER = "/home/fermat/STORAGE/01.Projects/A2TEC/K_EYEWEAR/02.ML_DATA/Image_generator_result"
TEMP_FOLDER = "./temp"
2025-01-16 15:17:12 +09:00
ILLEGAL_FILE_NAME = ['<', '>', ':', '"', '/', '\ ', '|', '?', '*']