kneron_model_converter/vendor/sys_flow/template/config.kdp520.big_model.json
2026-01-28 06:16:04 +00:00

41 lines
978 B
JSON

{
"sram_size": 256,
"psum_entry": 32,
"cmd_optimize": false,
"cmd_seq_mode": true,
"debug_mode": false,
"hw_sim": false,
"sram_base_addr": "0x30000000",
"weight_addr": "0x40000000",
"dram_base_addr": "0x60000000",
"input_fmt": "rgba8",
"weight_compress": false,
"encryption_flag": false,
"encryption_key": "0x12345678",
"encryption_file": "./resource/keys.bin",
"no_dma": false,
"dynamic_fp": false,
"dynamic_json_path": "{{config.knerex_json}}",
"fix_fp_cfg": {
"data_bitw": 8,
"total_bit": 8,
"frac_bit": 8
}
/*"input_preproc": {
* "enable": false,
* "fmt_cvt": true,
* "fmt": "rgb",
* "alpha_first": false,
* "y_sub_128": false,
* "uv_sub_128": false,
* "row": 640,
* "col": 480,
* "chnl": 1,
* "off_pixel": 0,
* "pad_num": [ 10, 10, 10, 10 ], /\* left, up, right, bottom *\/
* "crop_num": [ 0, 0, 0, 0 ], /\* left, up, right, bottom *\/
* "pad_val": 0,
* "sub_val": 128,
* "shift_val": 8
* } */
}