python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
What is models.common.C3 in yolov5 model?
[Yolo model summary][1]
Also can someone explain the values in arguments column
[1]: https://i.stack.imgur.com/weBPt.png
Shivam Sharma
Votes: 0
Answers: 1
I am trying to execute custom yolov5 object detection model. I am facing following error
Traceback (most recent call last):
File "C:\Users\Bhavesh\AppData\Local\Programs\Python\Python310\lib\site-packages\torch\multiprocessing\reductions.py", line 36, in del
File "C:\Users\...
bhavesh wadibhasme
Votes: 0
Answers: 3
How to combine two different structures?
I want to do apriltag detection and human detection at the same time with the yolox model.
I found two different models, but they work separately.
How to combine these models?
When I try, it turns on ...
user18727744
Votes: 0
Answers: 0
Can YOLOV5 output string data?
I'm working on my school project about object detection but we stuck on how can we make our model output string data not an image. Is it even possible to make a model that output string data using YOL...
Ylfa
Votes: 0
Answers: 1