-
how to convert the annotations to train with yolov5?
-
- [x] FastRCNN
- [x] YOLOv5
- [ ] custom / another ready architecture
-
exp, the model is yolo. This good loss can replace the original IOU-loss?
how do it?
Look forward to your reply!
------If your detection model is yolo, this will be very easy, just find the desti…
-
### What is the feature?
When deploying trainning everyday different machine having different GPU, it's tedious to re-tune the batch size manually (trying to maximize it without the training crashin…
-
# **오류**
**- 오류 내용**: _UnicodeDecodeError: 'cp949' codec can't decode byte 0xe2 in position 1128: illegal multibyte sequence_
**- 발생 상황**: conda env에 Python 설치하면, 위 오류에 의해 pip 명령어 안 먹힘..
**- …
-
### Search before asking
- [ ] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no simi…
-
Thank you for your contribution. When I run train.py, I meet the following two questions, please help me solve them:
first, I can`t download new.pt, because the path to this file does not exist;
sec…
-
Hello @SeanAvery thanks for the repository. I am running my own custom detection on jetson tx2 with yolov5 repository https://github.com/ultralytics/yolov5 and I got 10-12 FPS on real time video. I wa…
-
在运行train.py、predict.py文件时,报错——
Traceback (most recent call last):
File "G:/yk/yolov5-pytorch-main/predict.py", line 91, in
r_image = yolo.detect_image(image, crop = crop, count=count)
Fil…
-
I used my own dataset to train in ms-dayolo, the data contains only one class. I have changed the classes and filters in ms-dayolo.cfg file.
But the result of map is always 0. For check, i used sour…