mirror of
https://github.com/augustin64/projet-tipe
synced 2025-01-23 23:26:25 +01:00
Fix filename
This commit is contained in:
parent
1b82a5a8af
commit
ed30b0cc11
@ -40,7 +40,7 @@ def recognize_mnist(image):
|
|||||||
output = subprocess.check_output([
|
output = subprocess.check_output([
|
||||||
'out/main',
|
'out/main',
|
||||||
'recognize',
|
'recognize',
|
||||||
'--modele', '.cache/network.bin',
|
'--modele', '.cache/reseau.bin',
|
||||||
'--in', '.cache/image.bin',
|
'--in', '.cache/image.bin',
|
||||||
'--out', 'json'
|
'--out', 'json'
|
||||||
]).decode("utf-8")
|
]).decode("utf-8")
|
||||||
|
Loading…
Reference in New Issue
Block a user