-
Which code should I modify if I want to train my own dataset?
* different classification category
* different image size
-
Hi there! I followed the instructions here: https://coral.ai/docs/m2/get-started/ and was able to get the modules installed and used them for some of the samples. However, after a reboot, the devices …
-
### Problem Description
MI100 fails to initialize and nothing works. I found the following error messages. The hardware works as expected in my AM5 setup. So, it's something about MB/CPU/BIOS set up …
-
📚 This guide explains how to properly use **multiple** GPUs to train a dataset with YOLOv5 🚀 on single or multiple machine(s). UPDATED 25 December 2022.
## Before You Start
Clone repo and instal…
-
### Prerequisite
- [X] I have searched [Issues](https://github.com/open-mmlab/mmpose/issues) and [Discussions](https://github.com/open-mmlab/mmpose/discussions) but cannot get the expected help.
-…
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and f…
-
### Steps to reproduce
1. Set channel to beta (3.25.0-0.1.pre) and do necessarry preparations like `flutter upgrade`, `flutter clean` and `flutter pub get`/`flutter pub upgrades`
2. Run your app and…
-
While I am able to use YOLOv5 for inference, the train.py does not seem to work for me anymore. It did work previously however.
I have tried to clone the latest repo as well. I have set up a fresh …
-
Hello, I ran into a difficult problem when using yolov5. Reinstalling the system did not help this problem. I was very confused about what happened. This problem has been bothering me for several days…
-
Input:
```
python3 train.py --img 640 --batch 16 --epochs 5 --data ./data/dataset.yaml --cfg ./models/yolov5s.yaml --weights weights/yolov5s.pt
```
Output:
```
Unable to init server: Could not…