上传文件至 /

This commit is contained in:
2026-04-16 15:39:11 +08:00
parent 574dd17001
commit 73c84c7e11
3 changed files with 34 additions and 0 deletions

7
.py.txt Normal file
View File

@@ -0,0 +1,7 @@
import numpy as np
img = np.array([
[255, 255, 0, 0 ],
[255, 255, 0, 0 ],
[0, 0, 255, 255],
[0, 0, 255, 255]
], dtype=np.uint8)