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 was thinking about putting the 128x128 frames back together before calculating the losses.
In the file Teco.py, the loss is calculated only on the single 128x128 patch of the generated image.
to compute the loss.
Is there a way to reach out all the patches of a single frame or not?
I assume batch = 4 means we are dealing with 4 different patches of different videos frames.
And RNN_N being equal to 10 means we have a sequence of 10 patches from 10 consequent frames?
So I was wondering if we can somehow obtain the output of all the 128x128 patches of a frame or not.
The text was updated successfully, but these errors were encountered:
I was thinking about putting the 128x128 frames back together before calculating the losses.
In the file Teco.py, the loss is calculated only on the single 128x128 patch of the generated image.
For example, this
TecoGAN-Docker/lib/Teco.py
Line 168 in e78b1d2
TecoGAN-Docker/lib/Teco.py
Line 320 in e78b1d2
Is there a way to reach out all the patches of a single frame or not?
I assume batch = 4 means we are dealing with 4 different patches of different videos frames.
And RNN_N being equal to 10 means we have a sequence of 10 patches from 10 consequent frames?
So I was wondering if we can somehow obtain the output of all the 128x128 patches of a frame or not.
The text was updated successfully, but these errors were encountered: