pytorch-segmentation-detection
pytorch-segmentation-detection copied to clipboard
Image Segmentation and Object Detection in Pytorch
I would like to test a new model. Is there a walk through of what i would need to do if I want to test a new model with your...
Hi! Thank you for sharing your code :) Where can I find CRF implementation in this repo? I couldn't find any result when searching with 'crf' keyword in this repo.
First of all, great work! I assume that in order to use it I have to train the weights on a dataset with superpixels annotations, or at least some boundry...
Hi there, First, thanks a lot for the good work, it's really useful! I am trying to train the model on 1 only one class (that class + background) using...
Hi, FCN-8s/16s (regardless of the base model being VGG/ResNet) should have skip connections for aggregating the features from pooling layers. But, I can't seem to find these in your model...