Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-08-23 | 2.3 kB | |
Segmentation Models - v0.3.4 source code.tar.gz | 2024-08-23 | 3.4 MB | |
Segmentation Models - v0.3.4 source code.zip | 2024-08-23 | 3.5 MB | |
Totals: 3 Items | 6.9 MB | 0 |
Updates
- 🤗 Hugging Face integration: you can save, load, and share models with HF Hub, see example notebook.
Full log
- To support albumentations >= 1.4.0 some functions need to be renamed by @CallShaul in https://github.com/qubvel-org/segmentation_models.pytorch/pull/870
- Updated false positve and false negative rate functions in functional.py by @vermavinay982 in https://github.com/qubvel-org/segmentation_models.pytorch/pull/855
- Add HF hub mixin by @qubvel in https://github.com/qubvel-org/segmentation_models.pytorch/pull/876
- use precommit for code linting by @Borda in https://github.com/qubvel-org/segmentation_models.pytorch/pull/829
- Add Ruff for formatting and linting by @qubvel in https://github.com/qubvel-org/segmentation_models.pytorch/pull/877
- Add docs config by @qubvel in https://github.com/qubvel-org/segmentation_models.pytorch/pull/878
- Update docs by @qubvel in https://github.com/qubvel-org/segmentation_models.pytorch/pull/879
- Add
create_model
to docs by @qubvel in https://github.com/qubvel-org/segmentation_models.pytorch/pull/883 - Update ruff to version 0.5.2 and workflows update by @Smartappli in https://github.com/qubvel-org/segmentation_models.pytorch/pull/892
- Fix hub_mixin.py pop error by @ytzfhqs in https://github.com/qubvel-org/segmentation_models.pytorch/pull/909
- Update HF mixin by @qubvel in https://github.com/qubvel-org/segmentation_models.pytorch/pull/910
New Contributors
- @CallShaul made their first contribution in https://github.com/qubvel-org/segmentation_models.pytorch/pull/870
- @vermavinay982 made their first contribution in https://github.com/qubvel-org/segmentation_models.pytorch/pull/855
- @Borda made their first contribution in https://github.com/qubvel-org/segmentation_models.pytorch/pull/829
- @Smartappli made their first contribution in https://github.com/qubvel-org/segmentation_models.pytorch/pull/892
- @ytzfhqs made their first contribution in https://github.com/qubvel-org/segmentation_models.pytorch/pull/909
Full Changelog: https://github.com/qubvel-org/segmentation_models.pytorch/compare/v0.3.3...v0.3.4