Initial commit with project files
This commit is contained in:
10
5_Bildanalyse/ü6/l_a.py
Normal file
10
5_Bildanalyse/ü6/l_a.py
Normal file
@@ -0,0 +1,10 @@
|
||||
import numpy as np
|
||||
|
||||
acc = [
|
||||
[1, 0, 1, 1, 0, 0, 1, 0, 0],
|
||||
[0, 0, 0, 0, 1, 2, 0, 1, 0],
|
||||
[0, 0, 0, 0, 0, 0, 0, 1, 3]
|
||||
]
|
||||
|
||||
acc = np.asarray(acc)
|
||||
print(acc)
|
||||
Reference in New Issue
Block a user