Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
1 task done
JackeyWang1 opened this issue Sep 23, 2024 · 2 comments
Open
1 task done

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

JackeyWang1 opened this issue Sep 23, 2024 · 2 comments
Labels
question Further information is requested

Comments

@JackeyWang1
Copy link

Search before asking

Question

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

Additional

no

@JackeyWang1 JackeyWang1 added the question Further information is requested label Sep 23, 2024
@UltralyticsAssistant
Copy link
Member

UltralyticsAssistant commented Sep 23, 2024

👋 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! 😊

@pderrenger
Copy link
Member

@JackeyWang1 yOLOv5s typically uses Leaky ReLU as the activation function. To modify it to use ReLU, you can adjust the activation layers in the model's architecture file (e.g., yolov5s.yaml) and retrain on COCO.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants