You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi AliaksandrSiarohin,
so awesome project, about model training, i find there is no discriminator (include updating discriminator parameters) in the script of train.py, just have generator and segmentation,
is there any problem when i retrain motion-cosegmentation?
The text was updated successfully, but these errors were encountered:
Discriminator is not used for motion segmentation. Moreover it also not strictly needed for Fomm.
yeah i understand this is a reconstruction process, and there is no adversarial loss, in other words, no adversarial learning in this process. so discriminator is not strictly needed for motion segmentation. Is that so?
And if i retrain this model and add discriminator with adv learning for training process, will it improve the effect?
hi AliaksandrSiarohin,
so awesome project, about model training, i find there is no discriminator (include updating discriminator parameters) in the script of train.py, just have generator and segmentation,
is there any problem when i retrain motion-cosegmentation?
The text was updated successfully, but these errors were encountered: