io.log instead of print

This commit is contained in:
Jan 2021-11-23 17:23:41 +01:00
commit 4c324eaf9e

View file

@ -35,7 +35,7 @@ class TensorBoardTool:
tb_argv.append("--bind_all")
tb.configure(argv=tb_argv)
url = tb.launch()
print('Launched TensorBoard at {}'.format(url))
io.log_info('Launched TensorBoard at {}\n'.format(url))
def process_img_for_tensorboard(input_img):
# convert format from bgr to rgb