-
# Real-Time Object Tracking with YOLOX and ByteTrack – Christian Mills
Learn how to track objects across video frames with YOLOX and ByteTrack.
[https://christianjmills.com/posts/pytorch-train-objec…
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### YOLOv8 Component
Other
### Bug
error af…
-
Hi,
I've noticed that for the mAP calculation of object detection models, the "gt" and "preds" dictionaries generated are 1 per batch instead of 1 per image (train.py ln 1202 - 1218).
From officia…
-
As we talked about with @janehwu and Michelle, the segment anything model v2 has a lot of potential to be used for tree detection. It would be helpful to integrate it into this framework as an additio…
-
img shape (1800, 2880, 3)
n_anchors += x[0] * x[1] * len(min_sizes[0])
Traceback (most recent call last):
File "test.py", line 29, in face_detect
boxes = detector.detect(img)
File "/lib/p…
-
I couldn't find GPU requirements for the various models that you've integrated. Is there a doc that lists that? If not, could you tell me what the GPU requirements would be for head / person detection…
-
When I downloaded the saved_model.zip file using the download.sh and tried unzipping it (in Colab and also on other places), there was this error:
```
Archive: /content/3d-bounding-box-detection/2d_…
-
### Search before asking
- [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests.
### Description
Right now there is no…
-
### Branch
noetic-devel
### Question
After multiple attempts to modify yolov8n-seg.pt and voxel_leaf_size, the 3D bounding boxes still do not display. I am using kitti-track_with_cloud.launch, and …
zrxwz updated
2 weeks ago
-
**Short Description**
Add support for anchor box customization within the keras_cv.models.YOLOV8Detector class. This would allow users to:
- Specify custom anchor boxes during model creation
- …