Sam_S

Results 38 comments of Sam_S

@finnthedawg, thanks a lot for this, it solved the squeezing issue for me

Is this fork dead, why aren't the PRs being merged? @philferriere

Hey, thanks for bringing this up. Looks like, as of the latest commits on the yolov5 repo, the openvino exports do not work and report the same error as you...

The export is version agnostic working with any yolov5 version. Although using anything larger than yolov5s, the FPS would be very low (< 5).

@tino926, hmm I think the issue is that there are many changes in the main yolov5 repo which might have unforeseen consequences for the exports and other format inference. This...

From the latest v5.0 release, results seem to be fine ![frame_onnx_00001](https://user-images.githubusercontent.com/13418507/129597224-e17fddf0-fb8a-455f-966f-16b6218b00d7.jpg)

It works with the latest commit on the GitHub repo as of August 16 and it works with the `pt` files exported with the `"latest v5.0 release"` (As the release...

Yeah, it seems there might have been some issues with the previous versions