Skip to content

Commit

Permalink
Write a statement about running time of demo.py in the file.
Browse files Browse the repository at this point in the history
Fixe #54.
  • Loading branch information
MarvinTeichmann committed May 16, 2017
1 parent 4d36aff commit 8968004
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,17 @@ def main(_):
logging.info("Green plot of predictions have been saved to: {}".format(
os.path.realpath(green_image_name)))

logging.info("")
logging.warning("Do NOT use this Code to evaluate multiple images.")

logging.warning("Demo.py is **very slow** and designed "
"to be a tutorial to show how the KittiSeg works.")
logging.warning("")
logging.warning("Please see this comment, if you like to apply demo.py to"
"multiple images see:")
logging.warning("https://github.com/MarvinTeichmann/KittiBox/"
"issues/15#issuecomment-301800058")


if __name__ == '__main__':
tf.app.run()
2 changes: 1 addition & 1 deletion hypes/KittiSeg_ResNet.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"threads": 4,
"learning_rate": 1e-5,
"learning_rate_step": null,
"max_steps": 12000
"max_steps": 8000
},
"use_fc_wd": true,
"loss": "xentropy",
Expand Down
2 changes: 1 addition & 1 deletion hypes/KittiSeg_ResNet50.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"threads": 4,
"learning_rate": 1e-5,
"learning_rate_step": null,
"max_steps": 12000
"max_steps": 8000
},
"use_fc_wd": true,
"loss": "xentropy",
Expand Down

0 comments on commit 8968004

Please sign in to comment.