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
Hello author, i want to trian on my custom dataset, what should i do?
Training a custom dataset may be splitted into following four steps:
Preparing your source domain train-set&val-set with object detection GT labels, and target domain train-set (large-scale without labels) & val-set (small-scale with labels) for performance validation.
Training the image style transfer CUT model offline, which includes both source→target and target→source for generating corresponding fake images. More deatils can be found in its official code link https://github.com/taesungp/contrastive-unpaired-translation
Hello author, i want to trian on my custom dataset, what should i do?
The text was updated successfully, but these errors were encountered: