From 48f45274b746e95cb2636c3a4693ad8e46f8728a Mon Sep 17 00:00:00 2001 From: milesial Date: Sat, 23 Nov 2019 18:09:00 +0100 Subject: [PATCH] Update README.md Former-commit-id: 7cb24a105aa4261eb6daafbb9b0552fd0fdf6fd1 --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c82c44..42ff156 100644 --- a/README.md +++ b/README.md @@ -78,9 +78,10 @@ By default, the `scale` is 0.5, so if you wish to obtain better results (but use The input images and target masks should be in the `data/imgs` and `data/masks` folders respectively. +## Tensorboard +You can visualize in real time the train and test losses, along with the model predictions with tensorboard: -## Dependencies -This package depends on [pydensecrf](https://github.com/lucasb-eyer/pydensecrf), available via `pip install`. +`tensorboard --logdir=runs` ## Notes on memory