Replies: 2 comments 4 replies
-
Howdy @MoAbbasid , The backbone model is really meant for fine-tuning based on local annotations. Yes, it works, and whether its the 'best' is really hard to say, but its super-useful and that's enough for me. Data always matters more than architecture. You can annotate as a shapefile and use the shapefile_to_annotations function. I haven't used Mlflow, but a quick google check suggests there is a pytorch lightning logger https://lightning.ai/docs/pytorch/stable/api/lightning.pytorch.loggers.mlflow.html So as a guess (did not run it), something like
Report back and we can add to docs to others. |
Beta Was this translation helpful? Give feedback.
-
drop a json in here, not the image, and we can write a parser.
…On Mon, Jun 10, 2024 at 7:54 PM Abbas Jr ***@***.***> wrote:
image.png (view on web)
<https://github.com/weecology/DeepForest/assets/109457597/e43d742d-4f3a-4c52-a288-8c40708225a5>
this tool is called Anylabeling for example, the bboxes are automatically
saved next to the image in json format like this:
image.png (view on web)
<https://github.com/weecology/DeepForest/assets/109457597/937d30e8-e2a0-4e6a-8108-8c7e9c673e35>
—
Reply to this email directly, view it on GitHub
<#677 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJHBLBUG56DSE4SEIQJGE3ZGZRHBAVCNFSM6AAAAABI33CIMOVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TOMZTGU4TC>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
Ben Weinstein, Ph.D.
Research Scientist
University of Florida
|
Beta Was this translation helpful? Give feedback.
-
Hello, I have a few questions about DeepForest
Im wondering if this deepforest model is still the best to use for tree counting, or have other models like Ultralytics YOLO or the VLMs do better?
also do annotations have to be in format "image_path, xmin,ymin,xmax,ymax, class" ?
also I would like an example of how to run this and have it log the metrics and params with Mlflow ?
And thank you
Beta Was this translation helpful? Give feedback.
All reactions