-
**Is your feature request related to a problem? Please describe.**
There was a great post a couple of years back ...
* https://devblogs.microsoft.com/dotnet/we-made-windows-server-core-container-i…
-
Hey, I just wanna ask that what does yolov3-tiny.yaml mean? https://github.com/ultralytics/yolov5/blob/develop/models/hub/yolov3-tiny.yaml
Is there a way that I could measure the profiling for yolo-t…
-
Hi,all
When I run " python detect.py --source test1.mp4" meet below error.
I have no idea.
//------------------------------------------------------------------------------------------------…
-
Hi, I'm interested in your work! But I met some problem. I downloaded the pretrained weights, and correctly ran _./run_detect.sh_, but the error showed: RuntimeError: Error(s) in loading state_dict fo…
WelY1 updated
10 months ago
-
Dear @bmansfeld,
I am facing problem in reading in my table with the ImportFromGATK function of QTLseqr. I have a non numeric chromosomes (scaffold level) and I have tried to convert them into numb…
-
## ❔Question
In yolo5s.yaml, there is only three detection layer [P3/8, P4/16, P5/32], how to add another layer with scale 64 to detect really big objects?
## Additional context
Could you please…
-
RuntimeError: shape '[128, 64, 3, 3]' is invalid for input of size 44878
-
## 🐛 Bug
I'm creating a custom yolov5m model. I've added FPN Backbone and also in Head with few customization and one extra layer just like in Yolov5m6 and it's giving me following error:
`Runtime…
-
## ❔Question
Is there a way to make an even faster model like the 5s one accepting less precise detection?
## Additional context
My usecase is pretty simple an i am not dealing with unprecise det…
-
thanks for your work!
## ❔Question
when i use " python train.py --batch-size 8 --data data/mat.yaml --cfg yolov5s.yaml --weights yolov5s.pt --device 0" on my machine Tesla P100-SXM2-16GB*8 ,it Ke…