-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
run test, but do not get predicted png #479
Comments
same issure! |
me too |
I understand, in tools/test.py if args.format_only: the cityscape dataset has achieved the function format_results. (see the mmseg/datasets/cityscapes.py) |
Fixed in #544 |
Thank you!
Why the result should add 1 ? |
When training, we set reduce_zero_label=True. So, the label value range is from 0-149. But the label value range of test set if from 0-150. So, we add 1. |
If there aren't any other problems. I will close this issue. |
* Unify offset configuration in DDIM and PNDM schedulers * Format Add missing variables * Fix pipeline test * Update src/diffusers/schedulers/scheduling_ddim.py Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com> * Default set_alpha_to_one to false * Format * Add tests * Format * add deprecation warning Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com>
* remove match_shape * ported fixes from open-mmlab#479 to flax * remove unused argument * typo * remove warnings
./tools/dist_test.sh configs/pspnet/pspnet_r50-d8_512x1024_40k_cityscapes.py
checkpoints/pspnet_r50-d8_512x1024_40k_cityscapes_20200605_003338-2966598c.pth
4 --format-only --eval-options "imgfile_prefix=./pspnet_test_results"
do not get the dir and the png
The text was updated successfully, but these errors were encountered: