Releases: JdeRobot/PerceptionMetrics
v3.0.1
What's Changed
- PyPI release & Github release Workflow using Poetry by @Saitejabojja07 in #355
- Fix missing diagram in website home by @dpascualhe in #356
New Contributors
- @Saitejabojja07 made their first contribution in #355
Full Changelog: v3.0.0...v3.0.1
v3.0.0
What's Changed
- Bump aiohttp from 3.8.3 to 3.12.14 in /additional_envs by @dependabot[bot] in #336
- Bump protobuf from 3.20.1 to 4.25.8 in /additional_envs by @dependabot[bot] in #335
- Bump grpcio from 1.53.0 to 1.53.2 in /additional_envs by @dependabot[bot] in #334
- Bump requests from 2.28.2 to 2.32.4 in /additional_envs by @dependabot[bot] in #337
- Bump aiohttp from 3.12.14 to 3.13.3 in /additional_envs by @dependabot[bot] in #340
- Rename DetectionMetrics -> PerceptionMetrics by @dpascualhe in #341
- Minor fixes in docs by @dpascualhe in #350
- Get rid of additional requirements by @dpascualhe in #351
Full Changelog: v2.4.0...v3.0.0
v2.4.0
What's Changed
- Add support for YOLO-styled datasets and torchscript models by @dpascualhe in #320
- Issue 323 - Changes made in preprocessing images for torch detection models. by @SakhinetiPraveena in #325
- Upgrade LiDAR segmentation by @dpascualhe in #328
Full Changelog: v2.3.0...v2.4.0
v2.3.0
What's Changed
- Fix bug in image size setting in CustomResize transform by @dpascualhe in #314
- Image detection support by @SakhinetiPraveena in #312
- Streamlit UI by @SakhinetiPraveena in #318
- Updating Docs by @SakhinetiPraveena in #319
Full Changelog: v2.2.0...v2.3.0
v2.2.0
What's Changed
🆕 Features
- Allow for an arbitrary choice of splits during evaluation by @dpascualhe in #270
- Add custom image resizing strategy for keeping aspect ratio by @dpascualhe in #272
- Allow storing resulting predictions by @dpascualhe in #274
- Add WildScenes by @dpascualhe in #276
- To support GPU acceleration using MPS in MacOS by @SakhinetiPraveena in #279
- Update computational cost estimation and add CLI support by @dpascualhe in #300
📈 Updates
- Update README.md by @jayzalani in #287
- Update pre-processing pipeline for image segmentation by @dpascualhe in #302
- Update examples by @dpascualhe in #304
🔧 Fixes
- Avoid exception when Open3D-ML and torch versions don't match by @dpascualhe in #278
- Fix typo by @jayzalani in #285
- Fix weighted average by @dpascualhe in #289
📝 Tests
- Added tests for conversion.py. by @SakhinetiPraveena in #283
- Added tests for Metrics Module by @rudrakatkar in #286
🧰 CI/CD
- Add GitHub Action for Automated Sphinx Docs Update by @meekhumor in #290
- Upgrade setuptools and wheel during build docs action by @dpascualhe in #296
- Build: complete test for remaining utils files name: io.py and lidar.py (#239) by @jayzalani in #291
- Added github actions for automatically running tests. by @SakhinetiPraveena in #294
- Added: Caching in CI/CD workflow by @jayzalani in #305
New Contributors
- @SakhinetiPraveena made their first contribution in #279
- @jayzalani made their first contribution in #285
- @rudrakatkar made their first contribution in #286
- @meekhumor made their first contribution in #290
Full Changelog: v2.1.3...v.2.1.4
v2.1.3
What's Changed
- 261 render lidar point clouds as images by @dpascualhe in #262
- Add functions to calculate Precision, Recall and F1score. by @Afreen-Kazi-1 in #255
- Add support for RUGD dataset by @dpascualhe in #264
- Update docs by @dpascualhe in #266
- Update metrics & improvements in datasets by @dpascualhe in #267
New Contributors
- @Afreen-Kazi-1 made their first contribution in #255
Full Changelog: v2.1.2...v2.1.3
v2.1.2
What's Changed
- Fixes #252- Add a How to Contribute Section by @vm7151810 in #250
- Add confusion matrix by @dpascualhe in #253
- Add image segmentation tutorial by @dpascualhe in #254
- Add support for native tensorflow and pytorch models by @dpascualhe in #260
- Computational cost estimation by @dpascualhe in #258
New Contributors
- @vm7151810 made their first contribution in #250
Full Changelog: v2.1.1...v2.1.2
v2.1.1
What's Changed
- Bump glob-parent and onchange in /docs by @dependabot in #227
- Add CLI by @dpascualhe in #249
- Increase version by @dpascualhe in #251
Full Changelog: v2.1.0...v2.1.1
v2.1.0
What's Changed
- Add support for LiDAR segmentation by @dpascualhe in #246. More specifically, added support for GOOSE and Rellis3D LiDAR segmentation datasets and PyTorch models (validated for RandLA-Net and KPConv from Open3D-ML.
- Update docs and increase version by @dpascualhe in #248
Full Changelog: v2.0.0...v2.1.0
v2.0.0
First release of DetectionMetrics v2. As stated in the new README:
DetectionMetrics has been redesigned with an expanded focus on image segmentation, with plans to extend support to object detection and LiDAR applications. As we move forward, v2 will be the actively maintained version, featuring continued updates and enhancements to keep pace with evolving AI and computer vision technologies.
Along with this release, we provide the detectionmetrics Python library packaged as sdist and wheel files.