-
-
Hello @hukaixuan19970627!
I hope you're doing well! I'm the author of [YOLOv8](https://github.com/ultralytics/ultralytics) and founder of Ultralytics. I've been following your work on the YOLOv5 OB…
-
# 我先自己训练了一个标准的yolov5s模型,然后用convert_yolov5_to_efficient.py脚本转换为efficient-yolov5s.pt,再进行半监督训练,配置文件如下:
project: './runs/yolov5_ssod'
adam: False
epochs: 200
weights: './data/et/fire_smoke/efficient…
-
Traceback (most recent call last):
File "train.py", line 24, in
import test # import test.py to get mAP after each epoch
File "G:\Python\YOLO5_DEEPSOFT\Python-reps\YOLOv5-Lite-master\test…
-
### Before Asking
- [X] I have read the [README](https://github.com/meituan/YOLOv6/blob/main/README.md) carefully. 我已经仔细阅读了README上的操作指引。
- [X] I want to train my custom dataset, and I have read the …
-
环境:yolov5 是刚刚从github 拉取的最新版本 + yolov5prune 部分文件。
因为在 yolov5prune 工程中测试,发现无法运行。所以复制 train_sparsity.py prune.py prune_utils.py 到 最新的 yolov5 工程中测试。
1. 在 yolov5 工程中修改 data/yolov5ss.yaml 使用自己的数据训练。
…
-
https://github.com/ultralytics/yolov5/blob/d6112173f5b2b809ec7f3ff1f8048ac0e465092c/models/experimental.py#L99
I got an error like:
```
File "export.py", line 1346, in run
model = atte…
-
# Swish/SiLU
Do you have any plans to implement the Swish Op in ONNX?
### Describe the operator
Swish is a popular Activation fuction. Its mathematical definition could be found at https://en.wik…
-
Component recognize goes slow on colab, with yolo-v5 model it suppose to be finish in less than an hour, but in my case it cost more than 10mins for only one epoch.
For detail, my pipline.json looks …
-
I am trying to quantize a custom yolov5 model using quantization aware training method. I have applied all the model adjustments as provided in the vitis ai user guide v3.0 and wrote the QAT code base…