-
Traceback (most recent call last):
File "/home/he/he/pytorch/SlimYOLOv3-master/yolov3/prune.py", line 381, in
opt.perlayer_ratio,
File "/home/he/he/pytorch/SlimYOLOv3-master/yolov3/prune.p…
-
Hello
Please, I have a problem concerning the optimization of YOLOX model by Pytorch Pruning (Global & Local)
I got the same inference time after the optimization, I don't understand why ?
…
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and fou…
-
I train my own model with the default value you provide. It show me that:
-
https://github.com/PaddlePaddle/models/issues/2350
当前根据官方的slim-ssd修改yolov3代码,遇到很多问题。“reader要改,模型结构要改,配置文件要改,保存结果也要改,需要修改不少源码。”
而且paddle的ssd和yolo的代码风格很不一样,改起来遇到很多问题。
mozpp updated
5 years ago
-
### 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…
-
Hi,
Could you please provide an example of how to run yolo-v3-tiny and yolo-v3-tiny-prn version on OpenCV with OpenVino optimisation? Ideally I want to run a study on different CPUs and Integrated …
-
This repo. has supported fp16 training and inference for some time.
Running inference at fp16 currently offers the best AP/FPS trade-off but I have found that training at fp16 results in a relative…
-
Dear dusty-nv,
I'm not sure this falls under your duty but maybe you could still give me a hand ?
I'm trying to use detectNet with a caffemodel and from your jetson_inference documentation [here](…
-
Hi , thanks for the great job! I have trained model using mobilenet_yolov3_lite version, model performance is good, but model size is a little big (~26Mb) and speed slower. I wanted know if there is a…