-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussion…
-
Hello, I'm asking the question of tag compatibility after reaching some bugs using the V4.0 version of ultranalytics/Yolov5 repo.
In particular, on the utils.general file where functions seems to be…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussion…
sarpx updated
2 months ago
-
C:\ProgramData\Anaconda3\lib\site-packages\torch\nn\init.py:388: UserWarning: Initializing zero-element tensors is a no-op
warnings.warn("Initializing zero-element tensors is a no-op")
Traceback (…
-
Hi, I used model **models/mobilenetv2_voc/yolo_lite/train_pruned.prototxt** for training and **models/mobilenetv2_voc/yolo_lite/yolov3_lite_deploy_pruned.prototxt** for test, test script used examples…
-
**Normal training and sparse training are possible, but an error is displayed during pruning. Does the code need to be modified? Please explain in detail how to fix it,THANKS**
Traceback` (most r…
-
from n params module arguments
Traceback (most recent call last):
File "F:/yolov5_mask/master/prune.py", line 794, in
test_prune(o…
-
Hi, dear author. Thanks for your impressive work. After some research, I am sure this job is THE SOTA and about to try it on ultralytics YOLO series detectors.
However, I am a bit confused how to …
-
PaddleDetection是2.0版本
项目是在平台上运行的
使用PaddleDetection训练好yolov3_mobilenet_v3模型后进行模型裁剪
裁剪完评估完成后导出报错
这是我执行的脚本
`
!python slim/prune/export_model.py \
-c configs/yolov3_mobilenet_v3.yml \
--pruned_par…
-
@VainF Thanks for amazing repo.
I tried to run inference for yolov7 pruned model on one image, **but pruned model did not detect anything** (output image without bboxes) https://github.com/VainF/Torc…