Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Report a bug of OFlowNet training #14

Open
qiyan98 opened this issue Jan 28, 2021 · 0 comments
Open

Report a bug of OFlowNet training #14

qiyan98 opened this issue Jan 28, 2021 · 0 comments

Comments

@qiyan98
Copy link

qiyan98 commented Jan 28, 2021

KFNet/OFlowNet/train.py

Lines 244 to 245 in 922ba64

_, loss, mea_loss, mea_accuracy, temp_loss, temp_accuracy, smooth_loss, image_loss, group_indexes, _, masks, stddev, _ \
= run(image_list, label_list, spec)

The last _ placeholder is unnecessary and it is inconsistent with run():

KFNet/OFlowNet/train.py

Lines 198 to 199 in 922ba64

return kfnet, loss, measure_coord_loss, measure_coord_accuracy, temp_coord_loss, temp_coord_accuracy, smooth_loss, \
image_loss, group_indexes, gt_coords * shift_masks, shift_masks, stddev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant