LinasKo

Results 303 comments of LinasKo

Why do both files have a "🚀 Publish to Test-PyPi" and "🚀 Publish to PyPi"? Should it not be one for each?

So publish-test isn't actually for test, but for pre-release. Can we add a comment in the file? This isn't automatically obvious for someone new to the system.

Hi @robmarkcole 👋 I'll look into this.

This goes surprisingly deep. @robmarkcole, syntax-wise, the cleanest solution is to add the areas into `data`, as it's treated differently than `custom_data`. ``` with sv.CSVSink(csv_path) as sink: detections.data["area"] = detections.area...

Hi @INF800 👋 Based on the video, it's likely that InferenceSlicer was used to help detect small objects. Have you tried using it? ([guide](https://supervision.roboflow.com/latest/how_to/detect_small_objects/), [docs](https://supervision.roboflow.com/latest/detection/tools/inference_slicer/)) Next, it would help if...

Hey @PawelPeczek-Roboflow, what do you mean by "a different class of model"? What kind of difference are we looking at? Model family, size, or a different dataset?

Curious. @INF800, data points to either the video being used as an example, or additional tool use such as `InferenceSlicer`. For comparable results, I suggest using or fine-tuning one of...

Hi @joesu-angible 👋 Thank you for reporting the issue! Indeed, half of our own asset videos don't have a round number for the fps. Test code ```python import supervision as...

Hi @zxsk1974 👋 Thank you for reporting it. Unfortunately, many models aren't made to be run from multiple threads. We plan to shift to running in batches (linked PR), but...

Not as a pre-release branch. I don't expect to merge this any time soon. However, I brought the branch up-to-date with the latest supervision version. Feel free to install via...