-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### YOLOv8 Component
Detection
### Bug
When…
-
Hi,
When I use GPU to do face detection, I found that the memory used of the GPU keep increasing. Maybe there is an memory leak issue.
The detector I used as flowing:
mtcnn_detector = MtcnnDetect…
-
### Issue: Comparing GROBID and Docling for Parsing Scholarly Publications
#### **My Use Case**
We need to parse and extract all relevant information from (1000s) of scholarly publications, such…
-
hub:1.82
code:
images = [cv2.imread(image_path) for image_path in test_image]
#就是下面这行代码报错
result = ocr.recognize_text(images=images,use_gpu=True,
output_dir='ocr_resul…
-
Anyone found a way to improve the speed of the video detection ? I am currently getting about 1fps, maybe less, running Tensforflow-GPU on a GeForce GTX 970. I am thinking about using a different mode…
-
I was able to complete the example on 12th Gen Core Processor using CPU backend.
But when I change to GPU backend, the example SegFault.
I have verified that OpenVINO 2022.1 was correctly installe…
-
**Description**
Deploying a Triton server to Kubernetes with some replicas, different pods allocate different GPU memory sizes. All pods point to the same model repository, which consists of:
- …
-
Hi there!
Is there a way to run multiple darknet detection instances in parallel with multiprocessing?
I have two 300FPS cameras connected to my PC and 2 GTX1080Ti for high speed stereo vision obj…
jturi updated
4 years ago
-
I have custom dataset and trying to run darknet yolov4 for license plate detection. Everything is running perfectly fine without any errors/ lags but there is no detection and bounding boxes. There is…
-
hello
Is there any gpu-powered model that detects the side of the face like FACEBOX?