3.2.1
3.2 1 - Minor bugfixes release
TLDR:
- Improvements in docs 📜
- A few fixes in export API without introducing breaking changes 💪
What's Changed
- Update yolox_loss.py by @eran-deci in #1265
- Fix documentation link! by @Louis-Dupont in #1300
- Addiing more logs to let user know when pretrained_weights is being used, and/or downloaded by @Louis-Dupont in #1298
- set HYDRA_FULL_ERROR by @Louis-Dupont in #1291
- remove arch_params from logs by @Louis-Dupont in #1297
- Make classification models inherit from BaseClassifier by @Louis-Dupont in #1314
- Make cache annotation optional by @Louis-Dupont in #1332
- Fix class_inclusion_list in DetectionDataset by @Louis-Dupont in #1327
- Support for segmentation extreme batch cases by @shaydeci in #1282
- Feature/sg 901 extreme batch visualization for object detection by @shaydeci in #1339
- Update OD docs with clarified output formats by @BloodAxe in #1348
- Fix model.get by @Louis-Dupont in #1287
- Feature/sg 1059 fix ci by @BloodAxe in #1350
- Fix datasetparams not showing by @Louis-Dupont in #1317
- Fix a bug in implementation of DetectionRGB2BGR.get_equivalent_preprocessing by @BloodAxe in #1352
- Add utilities to plot datasets to Weights & Biases + Add callback to log validation predictions to Weights & Biases by @soumik12345 in #1167
- DagsHub Logger: Fix unsupported metric formats for MLflow, Add example notebook by @nirbarazida in #915
- New Export API by @BloodAxe in #1318
- Feature/sg 000 fix predict in pose estimation by @BloodAxe in #1358
- Add model export tutorial to documentation website by @Louis-Dupont in #1362
- fix by @Louis-Dupont in #1367
- Feature/sg 000 propagate imagenet dataset params by @BloodAxe in #1368
- Doc changes by @pranoyr in #1253
- Summarize models, losses & metrics for segmentation by @BloodAxe in #1354
- Feature/sg 000 fix import of onnx graphsurgeon by @BloodAxe in #1359
- Feature/sg 1047 predict od with labels by @shaydeci in #1365
- Feature/sg 1033 fix yolox anchors by @BloodAxe in #1369
- version bumped by @shaydeci in #1374
- Bugfix: Fix loading DeciDet models that has anchors keys in state dict. by @BloodAxe in #1386
- BaseKeypointsDataset now inherits from HasPreprocessingParams by @BloodAxe in #1380
- Hotfix/sg 000 fix yolox replace head by @BloodAxe in #1411
- Export API fix: Raise meaningful exception if model has no preprocessing metadata but preprocessing=True by @BloodAxe in #1413
- Feature/sg 1106 Minor fixes in export api by @BloodAxe in #1412
- Hotfix/sg 000 Fix support of arbitrary number of heads by @BloodAxe in #1431
- Version bump to 3.2.1 by @BloodAxe in #1435
- Change release filter rule to support rc tagging
master_320
and other release branches by @BloodAxe in #1436 - Hardcode release tag filter to master_320 by @BloodAxe in #1448
New Contributors
- @nirbarazida made their first contribution in #915
- @pranoyr made their first contribution in #1253
Full Changelog: 3.1.3...3.2.1