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