SJSURoboticsTeam / urc-intelligent-systems-2023

Intelligent Rover Systems for University Rover Challenge. Involves Computer Vision & Algorithm Pathing for autonomous exploration.
6 stars 4 forks source link

Bug Fixes and Accuracy Improvement for Mars Rock Detection Script #86

Closed Maaz0070 closed 8 months ago

Maaz0070 commented 1 year ago

Issue Description

The current Mars rock detection script in yolo-rock branch, implemented using the roboflowoak library, needs bug fixes and accuracy improvements. The script, as shown in the provided code, is used for detecting rocks on Mars using an Oak-D camera, but it may have issues related to accuracy and reliability. This issue aims to address these problems and enhance the script's performance.

Bug Fixes and Improvements:

  1. Accuracy Improvement: The script needs enhancements to increase the accuracy of rock detection on Mars. This may involve adjusting model parameters or improving the training dataset.

  2. Performance Optimization: The script should be optimized for better real-time performance, especially in challenging environments.

  3. Bug Fixes: Identify and resolve any existing bugs or issues in the script to ensure reliable operation.

  4. Code Cleanup: Ensure the code follows best practices and is well-organized.

  5. Documentation: Update or create documentation to provide clear instructions for usage and configuration.

Acceptance Criteria: