Parcourir la source

Merge branch 'release/v0.4.5'

Jérôme BUISINE il y a 4 ans
Parent
commit
a5f8ce3406

+ 0 - 2
prediction/predict_seuil_expe.py

@@ -209,8 +209,6 @@ def main():
         print("Scene " + str(id_scene + 1) + "/" + str(len(scenes)) + " Done..")
         print("------------------------")
 
-        time.sleep(1)
-
 
 if __name__== "__main__":
     main()

+ 0 - 2
prediction/predict_seuil_expe_maxwell.py

@@ -211,8 +211,6 @@ def main():
             print("Scene " + str(id_scene + 1) + "/" + str(len(scenes)) + " Done..")
             print("------------------------")
 
-            time.sleep(10)
-
 
 if __name__== "__main__":
     main()

+ 0 - 1
prediction/predict_seuil_expe_maxwell_curve.py

@@ -168,7 +168,6 @@ def main():
             print("------------------------")
 
             print("Model predictions are saved into %s" % map_filename)
-            time.sleep(10)
 
 
 if __name__== "__main__":