提交 b92619da 编写于 作者: T tingsong

change path

上级 409e21e3
......@@ -3,6 +3,7 @@
import numpy as np
import cv2
import random
import os
"""
随机挑选CNum张图片,进行按通道计算均值mean和标准差std
......@@ -10,7 +11,7 @@ import random
"""
train_txt_path = '../../Data/train.txt'
train_txt_path = os.path.join("..", "..", "Data/train.txt")
CNum = 2000 # 挑选多少图片进行计算
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册