-
Dear all,
I am suffering a problem, when I used the 'detect.py' to predict one image, there is an error which is shown below:
"torch.nn.modules.module.ModuleAttributeError: 'Hardswish' object ha…
-
It would be nice to eventually have OpenCL support for those of us with GPUs that don't do CUDA.
-
---
system version: Linux featurize 5.15.0-105-generic #115-Ubuntu SMP Mon Apr 15 09:52:04 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
python version: 3.11.5
PyTorch: 2.4.1+cu121
CUDA: 12.6
---
**…
-
```
[!] CocoaPods could not find compatible versions for pod "Firebase/Messaging":
In Podfile:
Firebase/Messaging
firebase_messaging (from `.symlinks/plugins/firebase_messaging/ios`) w…
-
Before submitting a bug report, please be aware that your issue **must be reproducible** with all of the following, otherwise it is non-actionable, and we can not help you:
- **Current repo**: run `…
-
I want to know what the output of the network is, so I run
python yolo.py
Of course I added the following two sentences
img = torch.rand(8 if torch.cuda.is_available() else 1, 3, 640, 640).to(devic…
-
## ❔Question
My default values for nms are 0.4 for conf_thresh and 0.5 for iou_thresh. When I give these inputs my result image is as below:
## Additional context
![person](https://user-images.gi…
-
~/yolov5-master$ python detect.py --source ./inference/images/ --weights yolov5s.pt --conf 0.4 --device 0
Namespace(agnostic_nms=False, augment=False, classes=None, conf_thres=0.4, device='0', img_s…
-
### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and found no similar bug report.
### YOLOv5 Component
Detection
### Bug
…
-
## ❔Question
hello! Today i train the yolo model based on the detection of head and i use the data of my classmate . However, i come across the error as the title describe. Some p…