Releases: tuke307/tree-disk-analyzer
Releases · tuke307/tree-disk-analyzer
tree-disk-rings v0.6.1
rings-v0.6.1 refactor: update average ring count logic and increment version to 0.…
tree-disk-segmentation v0.2.2
segmentation-v0.2.2 Fix YOLO detection result check logic
tree-disk-pith v0.2.1
pith-v0.2.1 fix: pith detection logic and error handling (#35)
tree-disk-pith v0.2.0
Pith training (#33) * feat: add ipykernel dependency for development * feat: add YOLO training notebook for tree-disk segmentation * chore: update .gitignore to exclude additional data files and directories * fix: update dataset paths in YOLO training notebook for tree-disk pith segmentation * fix: update dataset paths in YOLO training notebook for tree-disk pith segmentation * fix: update YOLO notebook to correct segmentation plotting and output file naming * chore: bump version to 0.2.0 in pyproject.toml
tree-disk-segmentation v0.2.1
Fixes (#31) * feat: enhance logging and add dataset generation for pith detection * chore: bump version to 0.2.1
tree-disk-segmentation v0.2.0
Segmentation new ai (#29) * feat: add ultralytics and ipykernel dependencies; update .gitignore for data files * feat: replace U2NET with YOLO for object detection; refactor segmentation pipeline * fix: correct default class name from "logs" to "log" in polygon point extraction * fix: jupyter now ready * refactor: update Config class to use Path for file paths and improve type hints * feat: update YOLO detection function to return object masks and improve logging * fix: update model path in test for YOLO segmentation * feat: enhance mask application to support multiple polygons and save output image * fix: update model path in README for tree-disk-segmentation * refactor: update run function to return masks instead of polygon points and streamline image processing * feat: update launch configuration to use YOLO model and add debug options for segmentation * chore: bump version to 0.2.0 in pyproject.toml * fix: update output directory in README examples for clarity * docs: update README to clarify segmentation output and parameters * test: update test to assert masks instead of result for tree disk segmentation --------- Co-authored-by: MEISSTO <tony.meissner@mercedes-benz.com>
tree-disk-pith v0.1.6
pith-v0.1.6 chore: bump version to 0.1.6
tree-disk-rings v0.6.0
Rings update (#17) * feat: add tree ring age detection functionality and improve results handling * test: update tree disk rings tests to verify average ring count and enable debug mode * bump version to 0.6.0 * feat: add run_age_detect to package exports
tree-disk-rings v0.5.1
Updates (#15) * chore: update opencv-python and opencv-python-headless to version 4.11.0.86; refactor type hints from cv2.typing.MatLike to np.ndarray * refactor: simplify variable assignment in tree_ring_detection function * feat: add new parameters for image processing in launch configuration * docs: update README and help messages for clarity; add min_chain_length parameter * fix rings image is not correct size #12 * fix: update default color in radii function to use Color.blue * fix: update default colors in drawing functions to use Color.black and Color.green * feat: add average ring count calculation to tree ring detection
tree-disk-rings v0.5.0
rings-v0.5.0 bump: update tree-disk-rings version to 0.5.0 and add base64 image re…