Skip to main content

Questions tagged [semantic-segmentation]

0 votes
0 answers
15 views

I'm reading the UNETR paper ("UNETR: Transformers for 3D Medical Image Segmentation") and I'm confused about the training and evaluation methodology for the brain tumor segmentation task on ...
AAA_11's user avatar
  • 41
2 votes
0 answers
28 views

I am trying to replicate the paper "UNETR: Transformers for 3D Medical Image Segmentation". In the Implementation Details section, they wrote: In addition, we used data augmentation ...
AAA_11's user avatar
  • 41
8 votes
1 answer
160 views

I have a Mask2Former model fine-tuned on my own custom dataset and it is working nicely. I want to play around with knowledge distillation and use my pretrained ...
Andrei's user avatar
  • 83
0 votes
0 answers
19 views

I am using a the segmentation models library and used a UNET model with efficientnet-b7 backbone pretrained on imagenet, to segment immunohistochemistry images.I used augmentations to increase the ...
Anubrata Das's user avatar
0 votes
0 answers
34 views

I am working on a medical semantic segmentation problem, where the input is of size (1,256,256) and I have two outputs associated with that input ( two masks ) each with shape ( 1,256,256). For every ...
AAA_11's user avatar
  • 41
1 vote
0 answers
56 views

I am currently tackling a semantic segmentation problem where, for each sample, my goal is to segment two masks corresponding to two objects. Notably, object two is typically located inside object one,...
Ahmed Mohamed's user avatar
1 vote
0 answers
56 views

In CNNs, I understand how convolution works and how it gradually reduces spatial resolution but increases the channel dimension. E.g. an RGB image of 100x100x3 after a few convolution layers may ...
tandeg's user avatar
  • 11
0 votes
0 answers
70 views

I have a simple UNet model (~1M params) written in Keras 3.0.1, running with a torch backend. My CUDA version is ...
Savindi's user avatar
  • 101
0 votes
1 answer
123 views

I trying to replicate the semantic segmentation example https://keras.io/examples/vision/oxford_pets_image_segmentation/ but train on my own data. I have 8 labels (7 features + background). My images ...
utx7563yu's user avatar
0 votes
0 answers
65 views

I am building a denoising autoencoder to repaint lanes from a binary image. The input is a binary image that has incomplete lanes, due to vehicles getting in the way. I repaint the lanes manually so ...
Kaif Ibrahim's user avatar
0 votes
0 answers
180 views

I'm training Unet+MobileNetV3 for semantic segmentation objects on real photos using custom dataset and get strange results. I have already accumulated pretty big dataset and constantly improve it by ...
Vladislav D's user avatar
1 vote
1 answer
84 views

I have a set of 120x120 input images with 3 channels. I want to build a basic CNN to predict the value of each pixel. I have 2 doubts. One is regarding the last layer - should be a Dense layer, or a ...
Filippo Nunes's user avatar
1 vote
2 answers
1k views

Current object detection architectures like Faster-RCNN and YOLO seem to be overcomplicated in comparsion with segmentation architectures like Unet. So, why can't we just draw some rectangles around ...
Eugene's user avatar
  • 13
0 votes
1 answer
68 views

I have been trying to use MaskRCNN with a Resnet backbone on the DeepFashion2 Dataset for instance segmentation. The custom configurations are as follows: ...
th2797's user avatar
  • 33
1 vote
0 answers
362 views

I'm interested in finding an embedding vector for each segment found by the Facebook/Meta Segment Anything model (for classification and tracking of segments). Can ...
user48956's user avatar
  • 121

15 30 50 per page