Update README.md

Former-commit-id: 7cb24a105aa4261eb6daafbb9b0552fd0fdf6fd1
This commit is contained in:
milesial 2019-11-23 18:09:00 +01:00 committed by GitHub
parent 9d7be6e234
commit 48f45274b7

View file

@ -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