lim-anggun / FgSegNet_v2

FgSegNet_v2: "Learning Multi-scale Features for Foreground Segmentation.” by Long Ang LIM and Hacer YALIM KELES
https://arxiv.org/abs/1808.01477
Other
149 stars 43 forks source link

how to train my own data? #12

Closed Tomingz closed 4 years ago

Tomingz commented 5 years ago

thanks a lot for your great work, but how to make my own data like the CDnet2014? and how to train it?

lim-anggun commented 4 years ago

Hello @Tomingz. My apologies for the delayed response.

If you want to adapt it to new videos, you need to fine-tune FgSegNet with a minimal training set (freeze the weights and fine-tune some layers based on the amount of your training set). Hope this gives you a hint.

(reopen issued as needed)