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
Tks for reply @D-X-Y, i tried training with X-SBR-main.py but it seems the model was overfit from the first epochs, training registration loss decreased while validation registration loss increased. The model I use is a pre-trained PFLD. My dataset i use contains 50k image and 50k frames (from video).
I saw the loss in temporal_loss_regression.py
past_loss and future_loss seem to calculate only once the distance between two consecutive frames (video_L is int) instead of calculating the distances of all consecutive frames in the sequence, does this affect training results?
When I try open a pretrained model in here, I get a the error "ModuleNotFoundError: No module named 'xvision'", how can i fix it?
The text was updated successfully, but these errors were encountered: