pytorch-segmentation-detection icon indicating copy to clipboard operation
pytorch-segmentation-detection copied to clipboard

Image Segmentation and Object Detection in Pytorch

Results 15 pytorch-segmentation-detection issues
Sort by recently updated
recently updated
newest added

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.

enhancement
question

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

question

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

enhancement
question

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

question