From a96897e61b4497d78021438b6dd7c5278db28b91 Mon Sep 17 00:00:00 2001 From: chenzenghui <3045316072@qq.com> Date: Mon, 22 Sep 2025 13:39:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=B8=85=E5=8D=8E=E6=BA=90?= =?UTF-8?q?=E7=9A=84=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 算法版本说明.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/算法版本说明.txt b/算法版本说明.txt index 644e0cb..d4b5d6a 100644 --- a/算法版本说明.txt +++ b/算法版本说明.txt @@ -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) \ No newline at end of file + 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/ \ No newline at end of file