sulc / tfrecord-viewer

TFRecord Viewer for browsing contents of TFRecords with object detection/classification annotations.
Other
183 stars 45 forks source link

How to enable Debugging mode #6

Closed sainisanjay closed 4 years ago

sainisanjay commented 4 years ago

By default Debug mode: off may i know how i can enable this and what are the things i can debug?

sulc commented 4 years ago

Hello @sainisanjay,

the console output you're referring to is printed by the Flask web server. You can have a look at the Flask Quickstart guide to learn more about the Flask debug mode and how to enable it. In short: running the server in debug mode gives you an interactive debugger and reloads the server every time you save changes to the code.