LinasKo
LinasKo
I find it confusing that in `Project.upload` there's both a `hosted_image: bool`argument set by the user, and an internal `is_hosted`, that determines which errors may be thrown. By setting `hosted_image`...
# Description Pages on the left now have a basic section. The goal is to answer questions: * What is inference in the context of Roboflow (+ what other tools...
License
Hi! I've just been looking at a good dataset for apple leaf diseases, and yours is one of the best I can find. You've posted it as a public repo,...
❗We're looking for help in testing this feature. If you have the time, please run it on your video and report any errors encountered! See [this comment](https://github.com/roboflow/supervision/pull/1348#issuecomment-2225192477) for instructions. #...
# Description Please include a summary of the change and which issue is fixed or implemented. Please also include relevant motivation and context (e.g. links, docs, tickets etc.). List any...
# Description PR for inference slicer with batching. If `batch_size` is set, collections of slices are passed to the model. Note that user need to define a `callback` that can...
This issue aggregates the discussion and near-future plans to introduce metrics to supervision. The first steps shall be enacted by the core Roboflow team, and then we'll open submissions for...
# Description This PR adds the `RoboflowDetectionSlicerBlock` and `RoboflowSegmentationsSlicerBlock` blocks and respective unit tests, but not integration tests. If needed, I can add those after the lighthouse. They can be...
# Description This PR adds the F1 score as a metric. Other changes: * Removed Internal Data store (dead code) * Small refactoring of mAP metric. * One renamed an...
This branch contains a proposal for lazy-loading annotations for `DetectionsDataset`. It's been tested scarcely - enough to show that memory usage does not grow when loading a large YOLO dataset....