-
i have the problem on the bounding boxes not drawn when i tried to run the inference on my flutter app code
import 'package:flutter/material.dart';
import 'package:permission_handler/permission_…
-
@Aryan-Chharia I want to work on a Deep Learning Project called Helmet Detection using CNN and Opencv. It will classify people with wearing helmets or not using CNN and Opencv will help for image prep…
-
Where is the “data” of using in the face_detector.py? please tell me the source or package
Traceback (most recent call last):
File "face_detector.py", line 8, in
from prior_box import PriorB…
-
Is data with detection boxes obtained using DINO provided?
-
### OS Platform and Distribution
Ubuntu 22.04
### Compiler version
_No response_
### Programming Language and version
C++
### Installed using virtualenv? pip? Conda?(if python)
_N…
-
Hello, thanks a lot for the great work.
I evaluated the bounding box predictions of RTMO, and they seem relatively low. Kapao, on the other hand, performs well on both keypoints and bounding boxes.…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussion…
-
I am trying to use OneFormer3D for 3D object detection by generating axis-aligned bounding boxes based on segmentation results, as mentioned in the paper. However, I couldn't find relevant code in the…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussion…
-
## Description
I inference the groundingDino model using C++ TensorRT.
For the same model and the same image, TensorRT 8.6 can gets the correct detection boxes.
But when I update TensorRT to 10.4, …