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
Refer to Issue #11, you mentioned there's a guide for generating SGM flows, may I ask where I can find it? If not, would you mind correcting my process for generating SGM flows?
According to my understanding, we need to first generate the label map to label each colour segment. So what I did was
can attain identical results to the previous two-step calculation.
Therefore, I tried to directly call gen_sgm.py on Disney_v4_0_000024_s2 (the first triplet in test_2k_540p). But the SGM flows I attained is somehow different from the pre-calculated ones (provided in atd-12k.zip).
My comparison process:
Both assertions raised errors. Based on my understanding, the SGM module is not dynamic and there's not any prediction involved, there should be strict equality as long as the input frames are the same. Please feel free to correct any mistakes I have made!
Cheers~
The text was updated successfully, but these errors were encountered:
Sorry for the late reply, this project was quite a long while ago. I cannot really recall the details that much. I remember I just go with one of the three commands to generate SGM flows ignoring the issue which we discuss here. By using the SGM flows generated from the previous step, I did witness some improvements in PSNR and SSIM from the overall pipeline. So I just assume I was doing it right here.
Hello Siyao,
Refer to Issue #11, you mentioned there's a guide for generating SGM flows, may I ask where I can find it? If not, would you mind correcting my process for generating SGM flows?
According to my understanding, we need to first generate the label map to label each colour segment. So what I did was
then I use
gen_sgm.py
to generate the flows based on itHowever, I found that simply run
can attain identical results to the previous two-step calculation.
Therefore, I tried to directly call
gen_sgm.py
on Disney_v4_0_000024_s2 (the first triplet in test_2k_540p). But the SGM flows I attained is somehow different from the pre-calculated ones (provided inatd-12k.zip
).My comparison process:
Both assertions raised errors. Based on my understanding, the SGM module is not dynamic and there's not any prediction involved, there should be strict equality as long as the input frames are the same. Please feel free to correct any mistakes I have made!
Cheers~
The text was updated successfully, but these errors were encountered: