quantized-yolov5 icon indicating copy to clipboard operation
quantized-yolov5 copied to clipboard

Low Precision(quantized) Yolov5

Results 10 quantized-yolov5 issues
Sort by recently updated
recently updated
newest added

## ❔Question I read the LPYOLO paper and it referenced the YOLOv3 version but this repo links to YOLOv5 for model training from scratch. Which Ultralytic version would you recommend...

question

## ❔Question Achieving FPS mentioned in LPYOLO Paper ## Additional context Hey @bestamigunay @sefaburakokcu , The FPS mentioned in paper for 4W4A is about 18 FPS achieved through proper pipelining....

question

I encountered the following error while reproducing your code:RuntimeError: Expected all tensors to be on the same device, but found at least two devices, cuda:0 and cpu! The specific details...

question

So I tried to train yolov5m-quant.yaml with coco128.yaml. When it's done, i want to export it but error come like this Traceback (most recent call last): File "/content/quantized-yolov5/models/experimental.py", line 97,...

question

## ❔Question ## Additional context Hello, I want to quantize a yolov5 model and deploy on it ZCU104 using the DPU. I want to know if the quantized model with...

question

Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 4.0.0. Release notes Sourced from actions/cache's releases. v4.0.0 What's Changed Update action to node20 by @​takost in actions/cache#1284 feat: save-always flag by @​to-s in actions/cache#1242...

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 3. Release notes Sourced from github/codeql-action's releases. CodeQL Bundle v2.15.4 Bundles CodeQL CLI v2.15.4 (changelog, release) Includes the following CodeQL language packs from github/codeql@codeql-cli/v2.15.4: codeql/cpp-queries...

Bumps [actions/stale](https://github.com/actions/stale) from 4 to 9. Release notes Sourced from actions/stale's releases. v9.0.0 Breaking Changes Action is now stateful: If the action ends because of operations-per-run then the next run...

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 5. Release notes Sourced from actions/setup-python's releases. v5.0.0 What's Changed In scope of this release, we update node version runtime from node16 to node20 (actions/setup-python#772)....

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @​takost in actions/checkout#1436 Support fetching without the --progress option...