mirror of
https://github.com/NanjingForestryUniversity/supermachine--tomato-passion_fruit.git
synced 2025-11-08 22:34:00 +00:00
12 lines
221 B
Python
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 |