Open kashyappiyush1998 opened 4 years ago
Sorry but can you elaborate what you are trying to do. Our model is only for semantic segmentation.
Sorry, for the very late question. But what I want to do is create a mask for background removal from images, can I use this model for the segmentation of 2 objects from the image, foreground, and background.
Yes, you can. But you will have to create a new dataloader, you can look at the mapillary dataset to see how to create a new dataloader file and dataset/init.py to see how to integrate it.
How can we use this model for background removal from image or video?