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

[Dcos] Add header for files #796

Merged
merged 2 commits into from
Aug 17, 2021
Merged

Conversation

Junjun2016
Copy link
Collaborator

Motivation

Add copyright header for files

Modification

All python files.

BC-breaking (Optional)

Does the modification introduce changes that break the backward-compatibility of the downstream repos?
No.

@codecov
Copy link

codecov bot commented Aug 16, 2021

Codecov Report

Merging #796 (8297353) into master (6eff941) will increase coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #796   +/-   ##
=======================================
  Coverage   86.09%   86.09%           
=======================================
  Files         108      108           
  Lines        5860     5862    +2     
  Branches      953      953           
=======================================
+ Hits         5045     5047    +2     
  Misses        630      630           
  Partials      185      185           
Flag Coverage Δ
unittests 86.07% <ø> (+<0.01%) ⬆️

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

Impacted Files Coverage Δ
mmseg/__init__.py 90.32% <ø> (ø)
mmseg/apis/__init__.py 100.00% <ø> (ø)
mmseg/apis/inference.py 63.79% <ø> (ø)
mmseg/apis/test.py 30.66% <ø> (ø)
mmseg/apis/train.py 25.00% <ø> (ø)
mmseg/core/__init__.py 100.00% <ø> (ø)
mmseg/core/evaluation/__init__.py 100.00% <ø> (ø)
mmseg/core/evaluation/class_names.py 88.88% <ø> (ø)
mmseg/core/evaluation/eval_hooks.py 68.18% <ø> (ø)
mmseg/core/evaluation/metrics.py 89.28% <ø> (ø)
... and 97 more

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 6eff941...8297353. Read the comment docs.

@xvjiarui xvjiarui self-requested a review August 17, 2021 06:13
@xvjiarui xvjiarui merged commit 441be4e into open-mmlab:master Aug 17, 2021
bowenroom pushed a commit to bowenroom/mmsegmentation that referenced this pull request Feb 25, 2022
* Add header for files

* Delete header in config files
aravind-h-v pushed a commit to aravind-h-v/mmsegmentation that referenced this pull request Mar 27, 2023
* [CI] Add Apple M1 tests

* setup-python

* python build

* conda install

* remove branch

* only 3.8 is built for osx-arm

* try fetching prebuilt tokenizers

* use user cache

* update shells

* Reports and cleanup

* -> MPS

* Disable parallel tests

* Better naming

* investigate worker crash

* return xdist

* restart

* num_workers=2

* still crashing?

* faulthandler for segfaults

* faulthandler for segfaults

* remove restarts, stop on segfault

* torch version

* change installation order

* Use pre-RC version of PyTorch.

To be updated when it is released.

* Skip crashing test on MPS, add new one that works.

* Skip cuda tests in mps device.

* Actually use generator in test.

I think this was a typo.

* make style

Co-authored-by: Pedro Cuenca <pedro@huggingface.co>
wjkim81 pushed a commit to wjkim81/mmsegmentation that referenced this pull request Dec 3, 2023
* update imshow_bbox to handle empty bboxes
* update unittest
* add trimesh into requirements (related to open-mmlab#771)
sibozhang pushed a commit to sibozhang/mmsegmentation that referenced this pull request Mar 22, 2024
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.

2 participants