ultralytics / yolov5

YOLOv5 πŸš€ in PyTorch > ONNX > CoreML > TFLite
https://docs.ultralytics.com
GNU Affero General Public License v3.0
50.46k stars 16.28k forks source link

http stream #5140

Closed urbansound8K closed 2 years ago

urbansound8K commented 3 years ago

❔Question

I tried to pass http in the inference, but it gives me a message which says: Failed to open http://IPAddress/browse/index.asp?id=1634011018613

I passed it like this: python detect.py --source http://IPAddress/browse/index.asp?id=1634011018613

what is the prob here, please?

thanks a lot

Additional context

glenn-jocher commented 3 years ago

@urbansound8K you might need to enclose it in quotes (see README examples). Your stream address could also have problems.

github-actions[bot] commented 2 years ago

πŸ‘‹ Hello, this issue has been automatically marked as stale because it has not had recent activity. Please note it will be closed if no further activity occurs.

Access additional YOLOv5 πŸš€ resources:

Access additional Ultralytics ⚑ resources:

Feel free to inform us of any other issues you discover or feature requests that come to mind in the future. Pull Requests (PRs) are also always welcomed!

Thank you for your contributions to YOLOv5 πŸš€ and Vision AI ⭐!