swiftnet
swiftnet copied to clipboard
Tensorflow implementation of swiftnet
Hi, Firstly, thank you for the code. I'm very new to this image segmentation problem and I just want to know what is the reason for having "num_class+1 " in...
Hi, i have used your code with using pretrained models in http://models.tensorpack.com/ResNet/ImageNet-ResNet18.npz but it didnt work. KeyError: 'conv0/W' i think you have used another version of resnet 18. if it...
swiftnet
Thanks for sharing. I just trained the model with default parameters on Cityscape dataset.(1024*2048) The mIoU is 0.711 after 200 epochs. But the paper "In Defense of Pre-trained ImageNet Architectures...
Thanks to the blogger for sharing the code, if the program is interrupted, how do I continue to run from the checkpoint next time? Is there a color label for...