Human-Image-Segmentation-with-DeepLabV3Plus-in-TensorFlow icon indicating copy to clipboard operation
Human-Image-Segmentation-with-DeepLabV3Plus-in-TensorFlow copied to clipboard

DeepLabV3+ with squeeze and excitation network for human image segmentation in TensorFlow 2.5.0

Results 4 Human-Image-Segmentation-with-DeepLabV3Plus-in-TensorFlow issues
Sort by recently updated
recently updated
newest added

Why we connect "conv4_block6_out" to ASPP (Atrous Spatial Pyramid Pooling) and connect "conv2_block2_out" to encoder? @nikhilroxtomar

Hi! I hope to leave a public record here to help others that are struggling to convert binary semantic segmentation code to multi-class semantic segmentation code. I reached out to...

Hi, Thanks for providing this code. Have you calculated your model parameters and inference time? Inference time means how long it take to predict the image. Kindly let me know...

Hey does your work support instance segmentation? Like if there are two people in the photo, what will be the likely response?