forked from qubvel-org/segmentation_models.pytorch
-
Notifications
You must be signed in to change notification settings - Fork 0
[pull] master from qubvel:master #72
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
Open
pull
wants to merge
53
commits into
Pandinosaurus:master
Choose a base branch
from
qubvel-org:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or 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
* Add metrics * Add docs * Add example notebook
* Add black and flake8 * Fix test losses * Fix pre-commit * Update README
* Add preprocessing for timm
* Updating losses.rst and mcc loss function * Added testing and updated init. * Updated add syntax. Co-authored-by: Hamdah Abbasi <hamdahshafqat@hotmail.com> Co-authored-by: Hythem Sidky <hsidky@users.noreply.github.com> Co-authored-by: Hythem Sidky <hythem.sidky@axleinfo.com>
Co-authored-by: Shah <bhavin.t.shah@jpl.nasa.gov>
* Segformer backbone * Add limitations for FPN, Unet++, Linknet * fix tests
The previous return type of `Tuple[torch.LongTensor]` implies that the tuple includes one item. This commit changes this to a tuple of four LongTensors to represent TP, FP, FN, and TN.
Correct functional.py _compute_metric when reduction == "weighted"
* config: timm version bump 0.4.12 -> 0.6.12 * fix: timm based EfficientNetBaseEncoder after timm upgrade to 0.6.12 EfficientNet act1 layer in timm is merged with bn1 layer after ab49d275de8a9c344aea086fd86d04c4cabb6098 commit * fix: use "public" API for timm models availability check * fix: timm SkNetEncoder after timm upgrade to 0.6.12 `zero_init_last_bn` was renamed to `zero_init_last` in 372ad5fa0dbeb74dcec81db06e9ff69b3d5a2eb6 commit * fix: timm RegNet encoder after timm upgrade to 0.6.12 Instead of plain dict config RegNet uses RegNetCfg dataclass. Dataclasses module were added in Python 3.7, thats why min required Python version for package is also increased. * feat: bump Python version used in Github Actions to 3.7
* add mobileone encoder * remove testing code * add custom state dict * remove old import * fix formatting, extend README * fix formatting, add limitation notice * add support for 1 channel * add mobileone to encoder docs * fix encoder docs Co-authored-by: Kevin Bondzio <k.bondzio@ai-mentoring.com>
* Update timm encoders list * Update flake8 config * Update author name * Bump version
Bumps [timm](https://github.com/rwightman/pytorch-image-models) from 0.6.12 to 0.6.13. - [Release notes](https://github.com/rwightman/pytorch-image-models/releases) - [Changelog](https://github.com/huggingface/pytorch-image-models/blob/main/docs/archived_changes.md) - [Commits](huggingface/pytorch-image-models@v0.6.12...v0.6.13) --- updated-dependencies: - dependency-name: timm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
NeurIPS2022 CellSeg Challenge 1st Winner (Hall of Fame)
* Create Makefile, simplify checks run * Fix new timm configs API * Add timm table generation step * Update timm table in docs * Update timm version to 0.9.2 * Bump smp version 0.3.3 * Update ubuntu runner
* Bump timm from 0.9.2 to 0.9.5 Bumps [timm](https://github.com/huggingface/pytorch-image-models) from 0.9.2 to 0.9.5. - [Release notes](https://github.com/huggingface/pytorch-image-models/releases) - [Changelog](https://github.com/huggingface/pytorch-image-models/blob/main/docs/archived_changes.md) - [Commits](huggingface/pytorch-image-models@v0.9.2...v0.9.5) --- updated-dependencies: - dependency-name: timm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Update requirements.txt --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pavel Iakubovskii <qubvel@gmail.com>
Bumps [timm](https://github.com/huggingface/pytorch-image-models) from 0.9.5 to 0.9.7. - [Release notes](https://github.com/huggingface/pytorch-image-models/releases) - [Changelog](https://github.com/huggingface/pytorch-image-models/blob/main/docs/changes.md) - [Commits](huggingface/pytorch-image-models@v0.9.5...v0.9.7) --- updated-dependencies: - dependency-name: timm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ctions need to be renamed (#870) In albumentations >= 1.4.0 the "imgaug" library was removed. some functions need to be renamed in order to support albumentations >= 1.4.0. read more at: https://albumentations.ai/docs/release_notes/
….py (#855) false positve and false negative rate functions to increase clarity for further usage, the two functions can be derived from already written sensitivity and specificity functions. Merging these into single ones, will help user to generalize all the metrics easily.
* Bump version * Update gitignore * Update flake * Add hub mixin * Fix interpolation * Add from_pretrained * Update example
* use precommit * make * packages
* Reformat with ruff * Add ruff * Check lint error * Fix * Fix test
* Add docs config * Fix mock * Add huggingface_hub to reqs for docs * Remove from mocks * Fix * Change theme * Fix * Fix * Update emoji * Table of content * Links in doc * Update content * Update examples * Update * Update * Add save load
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.
See Commits and Changes for more details.
Created by
pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )