-
Thank you for an excellent tool. Currently, I want to use YOLOv10 to create an auto-labeling tool. Where can I edit the code to adjust bounding boxes and update them when I receive bounding boxes from…
-
### Current Behavior:
We are currently utilising the `RetinaNet` pretrained model which we are then transfer learning onto a custom dataset. In this dataset we have an adapted jittered resize…
-
outs = net.forward(getOutputsNames(net))
File "F:\刘毅\研究生\机器学习\python\yolov3_with_opencv\object_detection_yolo.py", line 42, in getOutputsNames
return [layersNames[i[0] - 1] for i in net.ge…
-
Hello,
I've cloned and compiled the latest version of CCTag available on github (commit 3cb3b00) with
- cmake -DCCTAG_BUILD_APPS=ON -DCCTAG_BUILD_TESTS=ON -DCCTAG_WITH_CUDA=OFF ../CCTag
- cmake…
-
👋 Socket.dev dev here. Also, the Lodash guy _(please replace it with whatever promotes builtin stuff and simplicity)_. At Socket we've released the [Socket Registry](https://github.com/SocketDev/socke…
-
Hi, the drop box links at:
https://github.com/marcelsheeny/radiate_sdk/tree/master/vehicle_detection
don't seem to work
-
Hello,
I followed your steps to build a Unity project and deployed it on my Hololens device. However, I can't see any detection boxes or any signs of it running. I'm a student, and your project is …
-
Hi, I am doing some researches on the time consuming between detection and updata of tracker,I combined deep_sort with faster-rcnn and I calculate the time consuming between the detection outcome is g…
-
hello, my dataset has only bounding box information, there's no segmentation information, how I prepare my own customed datasets just for only detection, thanks!
-
### 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…