supermachine--tomato-passio.../20240529RGBtest3/config.py

12 lines
221 B
Python

# -*- coding: utf-8 -*-
# @Time : 2024/6/17 下午3:36
# @Author : TG
# @File : config.py
# @Software: PyCharm
class Config:
#文件相关参数
#预热参数
n_rows, n_cols, n_channels = 256, 256, 3