A tool to help users to test yolo models in Random Dice Roll Roll. You can use this tool to collect images and test models.
- Predict models, crop grids and record videos in a tool.
- Multiple Input Types.
- ADB: use adb to connect Android devices or emulators. (Recommended)
- Video: any recording or video.
- Image: any image.
- Multiple runtimes
- Opencv DNN
- ONNX Runtime
- Openvino
- DeepSparse (Only on Linux)
- Support Yolov5 & Yolov8
- Support CLI / GUI / Web interface
-
You need to create a virtual environment first and enter it.
python -m venv env source env/bin/activate
-
We use
poetry
to manage the packages.python -m pip -U pip pip install poetry
-
Install all dependencies
poetry install
-
Enter the virtual environment.
source env/bin/activate
-
Run python
python main.py