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

[CityscapeSOTA] Fix an evaluation bug #1481

Merged
merged 2 commits into from
Nov 16, 2021

Commits on Oct 28, 2021

  1. Fix the bug in CityscapeSOTA

    Function evaluate() in PaddleSeg will return 5 parameters, but in CityscapesSOTA it receives only 2 which caused error like 'ValueError:too many values to unpack(expected 2)'
    JiehangXie committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    f3a0949 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. Update train.py

    LutaoChu authored Nov 16, 2021
    Configuration menu
    Copy the full SHA
    0c1593d View commit details
    Browse the repository at this point in the history