Spaces:
Running
Running
Commit
·
0479f3b
1
Parent(s):
5b48288
Remplace fonctions.py par fonctions_api dans app.py
Browse files
fonctions.py → fonctions_old.py
RENAMED
@@ -8,7 +8,6 @@
|
|
8 |
|
9 |
# Importations nécessaires
|
10 |
import os
|
11 |
-
import tensorflow as tf
|
12 |
from cityscapesscripts.helpers.labels import name2label
|
13 |
from cityscapesscripts.preparation.json2labelImg import json2labelImg
|
14 |
import json
|
|
|
8 |
|
9 |
# Importations nécessaires
|
10 |
import os
|
|
|
11 |
from cityscapesscripts.helpers.labels import name2label
|
12 |
from cityscapesscripts.preparation.json2labelImg import json2labelImg
|
13 |
import json
|