上传文件至 /

This commit is contained in:
2026-04-16 15:36:12 +08:00
parent 2f070f7bfb
commit cf06d8734a
3 changed files with 31 additions and 0 deletions

8
test2.py Normal file
View File

@@ -0,0 +1,8 @@
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)