Results 416 comments of Ayush Chaurasia

@mikel-brostrom hey the change is live! with a dedicated results api https://docs.ultralytics.com/predict/

@mikel-brostrom hey let me know if you have any questions about the usage. We'd like to support this project directly through the package because this is one of the reasons...

@mikel-brostrom can you try running the same code by passing `stream=True` argument? ``` model.predict(source="0", show=False, stream=True) ```

@mikel-brostrom I can make sure that it is achievable if it's not currently. Can you just provide a pseidocode of what the callback should access and return?

Ok thanks! I'll think of a nice interface to enable this usage and get back

@mikel-brostrom you can get the source as - `predictor.args.source` . But I'm not sure that'll suffice your use case. Let me know if I missed the point :)

@mikel-brostrom can you point me t the current repo where you're multiple sources? I don't use multiple sources ever so I might not be getting you but but if you...

It is this https://github.com/mikel-brostrom/yolov8_tracking/blob/master/track.py#L119

Okay I'll get this one merges first and then work on supporting high level interface for annotator

@Laughing-q could this be a v8loader issue?