Glenn Jocher

Results 67 issues of Glenn Jocher

May resolve https://github.com/ultralytics/yolov5/issues/9534 Signed-off-by: Glenn Jocher

📚 This guide explains how to export a trained YOLOv5 🚀 model from PyTorch to ONNX and TorchScript formats. UPDATED 8 December 2022. ## Before You Start Clone repo and...

documentation
enhancement

May resolve threaded inference issue in https://github.com/ultralytics/yolov5/pull/9425#issuecomment-1250802928 Signed-off-by: Glenn Jocher

TODO

Hi Megvii YOLOX team (@FateScript, @Joker316701882, @GOATmessi7), I'm [Glenn Jocher](https://www.linkedin.com/in/glenn-jocher/), author of [YOLOv5](https://github.com/ultralytics/yolov5). I'd like to invite you to speak at the world's first-ever YOLO conference: [YOLO VISION](https://ultralytics.com/yolo-vision). This virtual...

We recently installed dependabot in https://github.com/ultralytics/yolov3 (python repo with requirements.txt file), and after running dependabot, all packages display "Requirements to unlock update_not_possible" message, and no PR is generated, despite many...

T: bug 🐞
L: python:pip

### 问题确认 Search before asking - [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer. ### 请提出你的问题 Please ask your question Hi PaddleDetection team, I'm [Glenn Jocher](https://www.linkedin.com/in/glenn-jocher/), author...

Hello, thanks for the repo! Have you been able to reproduce test results with pretrained weights? Also, does the repo support training MixConv?

@Zzh-tju thank you for this excellent repo!! **Your comparisons are very well documented and very clear to understand.** I wanted to ask if you had compared Soft-NMS as well? I...

Thank you for your great contributions! In YOLOv5 we skipped over using Swish or Mish due to their expensive nature, especially during training, and retained the same LeakyReLU(0.1) as YOLOv3....

📚 This guide explains how to load YOLOv5 🚀 from PyTorch Hub https://pytorch.org/hub/ultralytics_yolov5. See YOLOv5 [Docs](https://docs.ultralytics.com) for additional details. UPDATED 26 March 2023. ## Before You Start Install [requirements.txt](https://github.com/ultralytics/yolov5/blob/master/requirements.txt) in...

documentation
enhancement