-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and f…
-
Hi, Thanks for your example code, it works fine.
I'm new in JavaScript, How to use webcam for live detection?
-
My GPUs:
$ nvidia-smi
Tue Jun 6 22:52:48 2023
+---------------------------------------------------------------------------------------+
| NVIDIA-SMI 531.68 Driver Version: 531.6…
-
Hello everyone,
I would like to first thank milesial for such an amazing code and active responses to all the issues. I am using the same code to implement real-time segmentation, i have had 10 im…
-
### OpenVINO Version
2024.4.0-16579-c3152d32c9c-releases/2024/4
### Operating System
Windows System
### Device used for inference
AUTO
### Framework
None
### Model used
custom
### Issue desc…
-
Hi Guys,
First of all, thank you so much for sharing this amazing work. I have run the demo colab and got a good result.
To confirm, to run interference, cuda-enabled GPU is a must?
As #34 …
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### Ultralytics YOLO Component
Pred…
-
I'm new to this specific project, and I don't say any of the following with high confidence.
Things that I see as important for quantization:
*Inference speed*
- AWQ seems best on this front, t…
-
### System information
- **What is the top-level directory of the model you are using**:
models/research/object_detection/
- **Have I written custom code (as opposed to using a stock example sc…
-
As describe in the paper, the model use a two stream decoder to output the real and image part separately, but in the implementation, i only see one decoder, do i misunderstanding it ?