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