PyTorch implementation of the U-Net for image semantic segmentation with high quality images
pytorch
kaggle
tensorboard
convolutional-networks
unet
semantic-segmentation
densecrf
pytorch-unet
tensorboard-pytorch
-
Updated
Oct 25, 2020 - Python
Describe the bug
If startOnHeadless is true it start a server even if one has already started. This is because it runs in start so is later than other code that runs in awake.
Expected behavior
NetworkManager should check if Server is active (or is in offlinemode) before calling
StartServer