LinasKo
LinasKo
### Search before asking - [ ] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar bug report. This is the underlying reason for #928. I believe it is...
### Search before asking - [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar bug report. ### Bug Found in: #1044, #1076. This is a sub-issue of #943...
# Description PR for inference slicer with batching. If `max_batch_size` is set, collections of slices are passed to the model. Still using threads if `worker_threads>=2` (both batches and threads can...
### Description Supervision contains the function `from_transformers` that includes the results of a Hugging Face transformer and converts it into `Detections.` Up until now, we were recommending users to call...
### Description The COCO dataset format allows for the storage of segmentation masks in two ways: - Polygon Masks: These masks use a series of vertices on an x-y plane...
# Description Implementation of `from_yolo_nas` for KeyPoints. :warning: Missing features: - Does not include batch image input (I don't think we want that right now). - `class_id` array entries are...
# Description Prerequisites: * #1177 This allows the slicer to merge segmentation masks. Previously it would fail when attempting to stack slices of different sizes, as there'd be no attempts...
Upon installing `sveltejs-tippy`, I immediately got "ReferenceError: process is not defined". What fixed it was following this: https://github.com/EmilTholin/svelte-routing/issues/11
# Description CONTRIBUTING.md now has sections. Added instructions: * How to rebuild the dev container * How to serve the docs (unsure if there's a better way) Opening a draft...
Likely something to be passed to the back-end team. When debugging the annotations format, it would be useful to know when an incorrect file was uploaded. Even if it did...