将100份测试集图片通过02_proprocess进行转化后得到672*672尺寸的RGB校准数据集,但后续在转化bin模型时,出现报错-
INFO First calibration picture name: 108.rgb
INFO First calibration picture md5:
3cd70e16792e6d6f7f80f73a194f8c90
/open_explorer/Model/fire_calibration_data_rgb_f32/108.rgb
INFO *******************************************
ERROR load cal data for input ‘images’ error
ERROR cannot reshape array of size 1354752 into shape (1,3,640,640)-
后续将尺寸转为640*640后无报错,但在上板部署且置信度为0.99也会出现很多框,使用官方Github上的部署模板也会出现的相同的情况
问题
- 02_proprocess能否直接输出640*640的RGB校准
- 能否直接将672*672转为640*640
20b0f612198a0b774b3944f8485a0afd.png-
70827199ec4d3d7b2bd175830495f993.png