Glenn Jocher

Results 67 issues of Glenn Jocher

[English](README.md) | [įŽ€äŊ“中文](README.zh-CN.md) [Ultralytics YOLOv8](https://github.com/ultralytics/ultralytics), developed by [Ultralytics](https://ultralytics.com), is a cutting-edge, state-of-the-art (SOTA) model that builds upon the success of previous YOLO versions and introduces new features and improvements to...

documentation

All, FYI I've created 3 new classification datasets for use with debugging/tests/benchmarks: `imagenet10`, `imagenet100`, `imagenet1000`. These are super small versions of imagenet that train/val in seconds with only 1 image...

documentation

This quickstart guide helps new users run YOLOv5 🚀 on an Amazon Web Services (AWS) Deep Learning instance ⭐. AWS offers a [Free Tier](https://aws.amazon.com/free/) and a [credit program](https://aws.amazon.com/activate/) to get...

documentation
enhancement

Hi! Thank you to the maintainers for your great work on `coremltools`. I'm the author of [YOLOv5](https://github.com/ultralytics/yolov5) and [YOLOv8](https://github.com/ultralytics/ultralytics). We strive to create the world's best AI models and make...

feature request
triaged

Hello @hukaixuan19970627! I hope you're doing well! I'm the author of [YOLOv8](https://github.com/ultralytics/ultralytics) and founder of Ultralytics. I've been following your work on the YOLOv5 OBB implementation and am genuinely impressed...

[English](README.md) | [įŽ€äŊ“中文](README.zh-CN.md) [Ultralytics YOLOv8](https://github.com/ultralytics/ultralytics), developed by [Ultralytics](https://ultralytics.com), is a cutting-edge, state-of-the-art (SOTA) model that builds upon the success of previous YOLO versions and introduces new features and improvements to...

documentation

@adrianboguszewski this PR updates all 3 OpenVINO notebooks for [YOLOv8.1](https://github.com/ultralytics/ultralytics) usage. YOLO8.1 is our most recent form January 10th, 2024: https://github.com/ultralytics/ultralytics/releases/tag/v8.1.0 The main changes are: - Update notebook installation steps...

Seems interesting! Would this tool work with detection/segmentation models like https://github.com/ultralytics/yolov5? Thanks!

Hello, I'd like to try to use your implementation of Mish in our repo: https://github.com/ultralytics/yolov3 I'm not sure exactly how to implement Mish-CUDA. I haven't done any CUDA programming, I...

📚 This guide explains **hyperparameter evolution** for YOLOv5 🚀. Hyperparameter evolution is a method of [Hyperparameter Optimization](https://en.wikipedia.org/wiki/Hyperparameter_optimization) using a [Genetic Algorithm](https://en.wikipedia.org/wiki/Genetic_algorithm) (GA) for optimization. UPDATED 28 March 2023. Hyperparameters in...

documentation
enhancement