-
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
[Benchmark] Add BiSeNetV1 COCO-Stuff 164k benchmark #1019
Merged
xvjiarui
merged 5 commits into
open-mmlab:master
from
MengzhangLI:bisenetv1_cocostuff164k
Nov 17, 2021
Merged
[Benchmark] Add BiSeNetV1 COCO-Stuff 164k benchmark #1019
xvjiarui
merged 5 commits into
open-mmlab:master
from
MengzhangLI:bisenetv1_cocostuff164k
Nov 17, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1019 +/- ##
=======================================
Coverage 89.55% 89.55%
=======================================
Files 119 119
Lines 6626 6626
Branches 1034 1034
=======================================
Hits 5934 5934
Misses 488 488
Partials 204 204
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Junjun2016
reviewed
Nov 8, 2021
configs/bisenetv1/bisenetv1_r50-d32_lr5e3_in1k-pre_4x4_512x512_160k_coco-stuff164k.py
Outdated
Show resolved
Hide resolved
Junjun2016
reviewed
Nov 8, 2021
configs/bisenetv1/bisenetv1_r101-d32_lr5e3_4x4_512x512_160k_coco-stuff164k.py
Outdated
Show resolved
Hide resolved
Junjun2016
reviewed
Nov 8, 2021
configs/bisenetv1/bisenetv1_r18-d32_lr5e3_4x4_512x512_160k_coco-stuff164k.py
Outdated
Show resolved
Hide resolved
Junjun2016
reviewed
Nov 8, 2021
configs/bisenetv1/bisenetv1_r50-d32_lr5e3_4x4_512x512_160k_coco-stuff164k.py
Outdated
Show resolved
Hide resolved
Junjun2016
reviewed
Nov 9, 2021
configs/bisenetv1/bisenetv1_r101-d32_lr5e-3_in1k-pre_4x4_512x512_160k_coco-stuff164k.py
Outdated
Show resolved
Hide resolved
Junjun2016
reviewed
Nov 9, 2021
configs/bisenetv1/bisenetv1_r18-d32_lr5e-3_in1k-pre_4x4_512x512_160k_coco-stuff164k.py
Outdated
Show resolved
Hide resolved
configs/bisenetv1/bisenetv1_r50-d32_lr5e-3_in1k-pre_4x4_512x512_160k_coco-stuff164k.py
Outdated
Show resolved
Hide resolved
Junjun2016
reviewed
Nov 11, 2021
configs/bisenetv1/bisenetv1_r50-d32_lr5e-3_4x4_512x512_160k_coco-stuff164k.py
Outdated
Show resolved
Hide resolved
Please merge the master branch into your branch, thank you. |
…into bisenetv1_cocostuff164k
Junjun2016
approved these changes
Nov 17, 2021
Junjun2016
changed the title
[Benchmark] Uploading BiSeNetV1 on Coco-Stuff 164k
[Benchmark] Add BiSeNetV1 COCO-Stuff 164k benchmark
Nov 17, 2021
xvjiarui
approved these changes
Nov 17, 2021
bowenroom
pushed a commit
to bowenroom/mmsegmentation
that referenced
this pull request
Feb 25, 2022
* bisenetv1 on cocostuff164k * change config_names & delete redundant keys * pretrain should before lr. * remove redundancy in bisenetv1_r50-d32
aravind-h-v
pushed a commit
to aravind-h-v/mmsegmentation
that referenced
this pull request
Mar 27, 2023
* k-diffusion-euler * make style make quality * make fix-copies * fix tests for euler a * Update src/diffusers/schedulers/scheduling_euler_ancestral_discrete.py Co-authored-by: Anton Lozhkov <aglozhkov@gmail.com> * Update src/diffusers/schedulers/scheduling_euler_ancestral_discrete.py Co-authored-by: Anton Lozhkov <aglozhkov@gmail.com> * Update src/diffusers/schedulers/scheduling_euler_discrete.py Co-authored-by: Anton Lozhkov <aglozhkov@gmail.com> * Update src/diffusers/schedulers/scheduling_euler_discrete.py Co-authored-by: Anton Lozhkov <aglozhkov@gmail.com> * remove unused arg and method * update doc * quality * make flake happy * use logger instead of warn * raise error instead of deprication * don't require scipy * pass generator in step * fix tests * Apply suggestions from code review Co-authored-by: Pedro Cuenca <pedro@huggingface.co> * Update tests/test_scheduler.py Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com> * remove unused generator * pass generator as extra_step_kwargs * update tests * pass generator as kwarg * pass generator as kwarg * quality * fix test for lms * fix tests Co-authored-by: patil-suraj <surajp815@gmail.com> Co-authored-by: Anton Lozhkov <aglozhkov@gmail.com> Co-authored-by: Pedro Cuenca <pedro@huggingface.co> Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uploading BiSeNetV1 model (R18, R50, R101) on Coco-Stuff 164k dataset.
Paper: https://arxiv.org/pdf/1808.00897.pdf
R18: 28.1(paper), 28.55(ours)
R101: 31.3(paper), 37.38(ours)