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

Mismatched package versions #11

Open
haikunzhang95 opened this issue Jan 12, 2024 · 1 comment
Open

Mismatched package versions #11

haikunzhang95 opened this issue Jan 12, 2024 · 1 comment

Comments

@haikunzhang95
Copy link

Installing the package according to the version you specified will not run the code correctly, causing some errors. Please fix the code or version dependencies.

@haikunzhang95
Copy link
Author

haikunzhang95 commented Jan 15, 2024

As of January 15, 2024, we should do this:

  1. Follow:this
  2. Change test_pipeline in segformer_mit-b5_640x640_160k_ade20k.py to:
    test_pipeline = [
    dict(type='LoadImageFromFile'),
    dict(type='Resize', scale=(2048, 640), keep_ratio=True),
    dict(type='LoadAnnotations', reduce_zero_label=True),
    dict(type='PackSegInputs')
    ]

Good luck!

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

No branches or pull requests

1 participant