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
I try to train CoCosNet in my own dataset,but i find it is random to get the right result because of the probability of flip?.So I want to ask How does the random flip works in Losses for pseudo exemplar pairs?if I choose the exempalr no filp, this difference can influence the final result? Thanks for your answering.
The text was updated successfully, but these errors were encountered:
Random flip is a kind of method to generate pseudo exemplar pairs. Other augmentations, e.g. geometry affine translation, random flow, could also be used to generate pseudo exemplar pairs. During the test phase, flip or not could not influence the final result.
Random flip is a kind of method to generate pseudo exemplar pairs. Other augmentations, e.g. geometry affine translation, random flow, could also be used to generate pseudo exemplar pairs. During the test phase, flip or not could not influence the final result.
Thanks for your answering,actually ,when I use CoCosNet train on my own edge-to-image dataset,The first twenty iterations it can generate good results,but when after twenty iterations,the result is the same as exemplar but not use edge image.So,I want to ask If the probablity of flip can affect the final results.
I try to train CoCosNet in my own dataset,but i find it is random to get the right result because of the probability of flip?.So I want to ask How does the random flip works in Losses for pseudo exemplar pairs?if I choose the exempalr no filp, this difference can influence the final result? Thanks for your answering.
The text was updated successfully, but these errors were encountered: