mirror of
https://github.com/arnaucube/objectImageIdentifierAI.git
synced 2026-02-07 11:46:55 +01:00
deploy.sh to run the server in one script
This commit is contained in:
@@ -28,6 +28,7 @@ def getDirectoryFiles(path, imgClass):
|
||||
#print filename
|
||||
image_data = imgFileToData(path + "/" + filename)
|
||||
images.append([image_data, imgClass])
|
||||
print path + "/" + filename
|
||||
return images
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user