增加清华源的地址

main
chenzenghui 2025-09-22 13:39:35 +08:00
parent 3200877d25
commit a96897e61b
1 changed files with 7 additions and 1 deletions

View File

@ -24,4 +24,10 @@ AB版本拉伸策略
im_data = (im_data - minvalue) / (maxvalue - minvalue) * 254 + 1
im_data = np.clip(im_data, 0, 255)
return im_data.astype(np.uint8)
return im_data.astype(np.uint8)
# 清华源地址
pip install nodezator -i https://pypi.tuna.tsinghua.edu.cn/simple
conda install numpy -c https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/