Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 386 Bytes

contribute.md

File metadata and controls

18 lines (14 loc) · 386 Bytes

How can I get involved in contributing?

fork the code, then submit it in the following format, preferably a minimal demo of c++20, without inline concurrency.

git clone https://github.com/Baiyuetribe/ncnn-models.git --depth=1
cd ncnn-models
code .

Examples

yolov5 # model name

  • models/xx.bin or xx.param # model
  • input.png
  • out.png
  • README.md
  • convert.py