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

Fix fastscnn resize problems. #82

Merged
merged 4 commits into from
Aug 23, 2020
Merged

Conversation

johnzja
Copy link
Contributor

@johnzja johnzja commented Aug 21, 2020

Fixed #80

@johnzja
Copy link
Contributor Author

johnzja commented Aug 21, 2020

Code tested on another dataset, pascal voc. It works.

@xvjiarui
Copy link
Collaborator

Fixed #80

@codecov
Copy link

codecov bot commented Aug 21, 2020

Codecov Report

Merging #82 into master will decrease coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #82      +/-   ##
==========================================
- Coverage   82.11%   82.09%   -0.03%     
==========================================
  Files          76       76              
  Lines        3467     3463       -4     
  Branches      529      528       -1     
==========================================
- Hits         2847     2843       -4     
  Misses        518      518              
  Partials      102      102              
Flag Coverage Δ
#unittests 82.09% <100.00%> (-0.03%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
mmseg/models/backbones/fast_scnn.py 98.09% <ø> (-0.07%) ⬇️
mmseg/__init__.py 73.68% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3e49d0a...c13d9f7. Read the comment docs.

@johnzja
Copy link
Contributor Author

johnzja commented Aug 21, 2020

New fast_scnn models trained on pascal voc will be available soon.

@johnzja
Copy link
Contributor Author

johnzja commented Aug 21, 2020

Please merge this pull request soon. All the users are vulnerable to mmcv version problems!!!

@johnzja johnzja closed this Aug 21, 2020
@johnzja johnzja reopened this Aug 21, 2020
@hellock hellock merged commit e951076 into open-mmlab:master Aug 23, 2020
@johnzja johnzja deleted the fix_fastscnn branch August 23, 2020 06:53
johnzja added a commit to johnzja/mmsegmentation that referenced this pull request Aug 23, 2020
* Fix fast_scnn resize problems

* Fix fast_scnn resize problems 1

* Fix fast_scnn resize problems 2

* test for pascal voc
xvjiarui added a commit that referenced this pull request Aug 28, 2020
* Windows basic support

* getting_started updated for Windows.

* add experimental

* install.md restructured to seperate Windows & Linux.

* fix problems in install.md

* fix mmcv version problem.

* Fix fastscnn resize problems. (#82)

* Fix fast_scnn resize problems

* Fix fast_scnn resize problems 1

* Fix fast_scnn resize problems 2

* test for pascal voc

* [Doc] Add annotaion format note (#77)

* update pytorch version to 1.6.0 in install.md

* del fastscnn_pascal config

* del create_symlink=True

* Merge instructions for Linux & Windows

* mmcv version updated

* redundant newline deleted

* Update docs/install.md

Co-authored-by: Jerry Jiarui XU <[email protected]>

* Update docs/install.md

Co-authored-by: Jerry Jiarui XU <[email protected]>

Co-authored-by: Jerry Jiarui XU <[email protected]>
bowenroom pushed a commit to bowenroom/mmsegmentation that referenced this pull request Feb 25, 2022
* Fix fast_scnn resize problems

* Fix fast_scnn resize problems 1

* Fix fast_scnn resize problems 2

* test for pascal voc
bowenroom pushed a commit to bowenroom/mmsegmentation that referenced this pull request Feb 25, 2022
* Windows basic support

* getting_started updated for Windows.

* add experimental

* install.md restructured to seperate Windows & Linux.

* fix problems in install.md

* fix mmcv version problem.

* Fix fastscnn resize problems. (open-mmlab#82)

* Fix fast_scnn resize problems

* Fix fast_scnn resize problems 1

* Fix fast_scnn resize problems 2

* test for pascal voc

* [Doc] Add annotaion format note (open-mmlab#77)

* update pytorch version to 1.6.0 in install.md

* del fastscnn_pascal config

* del create_symlink=True

* Merge instructions for Linux & Windows

* mmcv version updated

* redundant newline deleted

* Update docs/install.md

Co-authored-by: Jerry Jiarui XU <[email protected]>

* Update docs/install.md

Co-authored-by: Jerry Jiarui XU <[email protected]>

Co-authored-by: Jerry Jiarui XU <[email protected]>
wjkim81 pushed a commit to wjkim81/mmsegmentation that referenced this pull request Dec 3, 2023
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

Successfully merging this pull request may close these issues.

RuntimeError: The size of tensor a (125) must match the size of tensor b (128) at non-singleton dimension 2
3 participants