Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 670 Bytes

File metadata and controls

23 lines (16 loc) · 670 Bytes

Contributing to ReVision-RT

Reporting bugs

Open a GitHub issue and include:

  • OS and compiler version
  • OpenCV, ONNX Runtime versions
  • Steps to reproduce
  • Relevant output from config.ini with enable_logging=true

Submitting changes

  1. Fork the repository and create a branch from master
  2. Make your changes
  3. Open a pull request with a short description of what the change does and why

What's likely to be accepted

  • Bug fixes
  • Performance improvements
  • Build system fixes (e.g. platform compatibility)

For larger changes — new algorithms, significant refactors, new executables — open an issue first to discuss before writing the code.