-
Notifications
You must be signed in to change notification settings - Fork 0
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
Release depthai-nodes v0.0.2 #101
Merged
Merged
Conversation
This file contains 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
Fixed Creation of Coverage Badge
* Add support for different input sizes. * Support extended palm detection in examples. * Pre-commit fix. * Add normalization.
Adding support for metric depth
feat: add DM-Count parser
Co-authored-by: KlemenSkrlj <47853619+klemen1999@users.noreply.github.com>
[HOT-FIX] Update ppdet to return polygons.
* Release depthai-nodes v0.0.1 (#53) * Added labeler to CI (#43) * Updated requirements.txt (#44) * Added coverage badge to README (#45) * Added package version (#46) * Update ci.yaml * [Automated] Updated coverage badge * Update README.md * YOLOv8 kpts and seg example. (#48) * Extend MPPalmDetection parser. (#49) * Add support for different input sizes. * Support extended palm detection in examples. * Pre-commit fix. * Add normalization. * feat: add support for metric depth * fix: broken depth tests * fix: pre-commit * fix: change default depth limit to float * feat: add test for metric depth map * Developer guide docs added. (#51) * Support for metrics depth type. (#52) * Hotfix: remove no-commit from pre-commit (#54) * Added automatic PyPI publishing (#55) --------- Co-authored-by: Martin Kozlovský <kozlovsky.m7@gmail.com> Co-authored-by: GitHub Actions <actions@github.com> Co-authored-by: Jaša Kerec <61207502+kkeroo@users.noreply.github.com> Co-authored-by: jkbmrz <jakob.mraz@gmail.com> Co-authored-by: jkbmrz <74824974+jkbmrz@users.noreply.github.com> * initial commit with two nodes - Tiling and TilesPatcher | TilesPatcher implemented to work with dai.ImgDetections * running pre-commit * refactored locations of nodes into helpers + docstring added --------- Co-authored-by: KlemenSkrlj <47853619+klemen1999@users.noreply.github.com> Co-authored-by: Martin Kozlovský <kozlovsky.m7@gmail.com> Co-authored-by: GitHub Actions <actions@github.com> Co-authored-by: Jaša Kerec <61207502+kkeroo@users.noreply.github.com> Co-authored-by: jkbmrz <jakob.mraz@gmail.com> Co-authored-by: jkbmrz <74824974+jkbmrz@users.noreply.github.com>
* reformatted docstring in epytext * [Automated] Updated coverage badge --------- Co-authored-by: GitHub Actions <actions@github.com>
* Bigger tolerance for classification scores. * Improved MultiClassificationParser. * Warnings in Keypoints and Segmentation parsers. * Examples for new models. * Adjusted tests due to tolerance change. * Add XFeat Mono and Stereo to examples. * XFeat demo instructions. * Remove warp drawing in stereo mode.
Test Results143 tests 143 ✅ 1s ⏱️ Results for commit d163fc4. |
☂️ Python Coverage
Overall Coverage
New Files
Modified Files
|
kkeroo
approved these changes
Oct 4, 2024
aljazkonec1
approved these changes
Oct 4, 2024
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.
Release of
depthai-nodes v0.0.2
.Key Changes
Parsers
DM-Count
parser for crowd density estimation model. feat: add DM-Count parser #56MonocularDepthParser
andThermalImageParser
into generalMapOutputParser
. Unify map parsers #57SegmentationParser
extension - support more segmentation models. Extend SegmentationParser. #59LaneDetectionParser
. Lane detection parser. #61PPTextDetectionParser
. Paddle text detection parser #60PaddleOCRParser
. Paddle OCR Parser #64MultiClassificationParser
Refactor Code #68MPPalmDetectionParser
. Better error in MPPalmDetectionParser. #72Messages
Map2D
message type. feat: add DM-Count parser #56Map2D
message. Unify map parsers #57Cluster
message. Lane detection parser. #61Composite
message. Vehicle attributes parser #67CornerDetections
message. [HOT-FIX] Update ppdet to return polygons. #71Examples
FastSAM
example. Adds FastSAM to examples. #58MultiClassification
example. Minor release preparation. #93PaddleOCR
example. Minor release preparation. #93PPTextDetection
example. Minor release preparation. #93XFeat
mono and stereo examples. Minor release preparation. #93Utility nodes
Tiling
andTilesPatcher
. Tiling and TilesPatcher #89