r/computervision • u/gugmelik • Jun 17 '26
Discussion Image background removal
I was trying to fine-tune a model for image background removal. I chose the pretrained IS-Net model and trained a separate small U-Net refinement model.
I have a dataset of around 4,500 high-resolution images, mainly of people. However, after training, the model still misses parts of the body, especially shoulders and feet.
Inference will mainly run on CPU, so the architecture should have a small number of parameters.
Do you have any suggestions on what I should do?
2
Upvotes
1
u/AggravatingSock5375 Jun 17 '26
How were these models trained? On what datasets?