ultralytics / yolov5

YOLOv5 🚀 in PyTorch > ONNX > CoreML > TFLite
https://docs.ultralytics.com
GNU Affero General Public License v3.0
49.99k stars 16.16k forks source link

I want to know whether there is a yolov5s uses Relu train on Coco. #13331

Open JackeyWang1 opened 1 week ago

JackeyWang1 commented 1 week ago

Search before asking

Question

I want to know whether there is a yolov5s uses Relu train on Coco.

Additional

no

UltralyticsAssistant commented 1 week ago

👋 Hello @JackeyWang1, thank you for your interest in YOLOv5 🚀! It looks like you have a question about using ReLU with YOLOv5s on the COCO dataset. While I can't answer your question directly, please explore our ⭐️ Tutorials to get started.

If this is a custom training ❓ Question, please provide as much information as possible, and verify you are following our Tips for Best Training Results. An Ultralytics engineer will assist you soon!

Requirements

Ensure you have Python>=3.8.0 installed, along with all requirements.txt dependencies, including PyTorch>=1.8. To set up your environment, use the following commands:

git clone https://github.com/ultralytics/yolov5  # clone
cd yolov5
pip install -r requirements.txt  # install

Environments

YOLOv5 can be run in various environments with dependencies like CUDA and CUDNN preinstalled:

Status

YOLOv5 CI

A green badge indicates all YOLOv5 GitHub Actions CI tests are passing. Tests ensure correct operation for tasks such as training, validation, and more across different platforms.

Introducing YOLOv8 🚀

We're excited to announce YOLOv8 🚀, our latest SOTA model for 2023! It excels in object detection, segmentation, and classification. Learn more in our YOLOv8 Docs and get started with:

pip install ultralytics

Happy experimenting with YOLO! 😊