-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Issue Description
Identifying weeds and distinguish them from crops is very essential in Farming.
### Suggest…
-
I set PYTHONPATH=YOLO-World path as described in the README of the author's demo, but I got an error:
ImportError: Failed to import custom modules from {'imports': ['yolo_world'], 'allow_failed_impor…
-
I tested multiple models of deepstream-yolo, and the effect of int8 can be said to be very poor. I also tested qat on the classification model and it worked perfectly. If I generate trt weights using …
-
Here is a sample label file:
0 0.643712 0.548266 0.0960109 0.057663 0.595707 0.519435 2 0.646533 0.526217 2 0.682304 0.548261 2 0.691717 0.577098 2
5 0.547212 0.54338 0.0545761 0.0753696 0.51992…
-
I don't know if this is the best place to ask, but in terms of result performance, if 'hardware' is not an issue, what will work better:
- 1 Yolov4 trained with 3 classes (imbalanced)
- 3 Yolov4 tra…
-
Hi all,
I try to use object detection with YOLO-EfficientNetB0 and YOLO-tiny model. As I know, YOLO-tiny has 5.6Bn FLOPS, YOLO-EfficientNetB0 has only 3.7Bn FLOPS.
But when test a video.
with YO…
-
Hi! I am currently trying your repo for converting a yolo v8 model (yolov8n.pt) using a Jetson Xavier NX. I have converted the model to engine file and tying the inference but there is no detection al…
-
It appears that the yolo DLL versioning is yolov2. Is there a yolov3 dll version?
-
Hi,
I am attempting to train a yolo v1 model. When I try the following command,
`./darknet yolo train data/obj.data cfg/yolov1.cfg`
I meet a `segmentation fault` even before building the network.…
-
usage: yolo.py [-h] -i IMAGE -t TEXT -c CLASSES
yolo.py: error: the following arguments are required: -c/--classes
usage: yolo.py [-h] -i IMAGE -t TEXT -c CLASSES
yolo.py: error: the following argu…