Views
No views yet
1<root-folder>/ # i.e. opencv_contribution
2├── CMakeLists.txt # For C++ example build integration
3├── LICENSE # Your model’s license
4├── README.md # Model description & usage
5├── <model_name>_<year><mon>.onnx # ONNX (or supported) model file;
6│ # use 4-digit year + three-letter month,
7│ # e.g. edge_detection_dexined_2024sep.onnx
8├── demo.cpp # (Optional) C++ demo
9├── demo.py # Python demo
10├── <helper_script>.py # (Optional) model‐loading wrapper
11└── example_outputs/ # Sample inputs & outputs
12 ├── input_image.png # At least one representative input
13 ├── output_image.png # Your model’s result on that input
14 └── result.gif # (Optional) output animation