SamsungLabs / fbrs_interactive_segmentation

[CVPR2020] f-BRS: Rethinking Backpropagating Refinement for Interactive Segmentation https://arxiv.org/abs/2001.10331

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Training it on custom dataset

humzaahmad906 opened this issue · comments

I want to train the given network on my own dataset. What steps do i need to follow?

You have to define dataset class for your data (see SBDDataset for an example) and then create a model training script for your dataset (see r34_dh128 for an example).

while training the network on custom dataset it gets stuck. Can you help me with it?