Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor test_predict.py for improved readability and organization
- Consolidated parameters in the `get_prediction` function call for cleaner code. - Moved the import statement for `Yolov5TestConstants` and `download_yolov5n_model` to enhance module organization. These changes enhance the clarity and maintainability of the test suite for YOLO11 model predictions.
- Loading branch information