refactor config

This commit is contained in:
2022-05-01 17:09:50 +02:00
parent 6bde685a7c
commit 3691bb9f78
32 changed files with 71 additions and 281 deletions

View File

@@ -3,7 +3,7 @@ import numpy as np
image = cv2.imread("digging.jpg")
image = cv2.imread("dig/digging.jpg")
cv2.imshow("Image", image)