James
James
Hello @Shouq95! Thank you for your comment. You can upload your dataset to Roboflow to use the Roboflow data download features in our notebooks. You can also replace anywhere that...
Thank you for your comments! Have you uploaded your annotations into Roboflow? You can upload images and annotations into Roboflow, then download them into the notebook ([see our supported upload...
Can you use `from_transformers` for this? https://supervision.roboflow.com/detection/core/#supervision.detection.core.Detections.from_transformers
It feels confusing that we have two functions that have almost exactly the same code and are loading from HuggingFace Transformers models. Is there a broader pattern we are missing...
Here is the script showing on the supervision docs homepage:
It works as expected in production -- thanks!
Following up!
@SkalskiP In my latest change, I add logic to purge unused tracker IDs: ```python used_tracker_ids = {} for detection_idx in range(len(detections)): tracker_id = detections.tracker_id[detection_idx] if tracker_id is None: # skip...
@yeldarby I am in support of this change. Want me to file a PR?
@yeldarby Please see https://github.com/roboflow/roboflow-python/pull/213.