用户您好,请详细描述您所遇到的问题,这会帮助我们快速定位问题~
1.芯片型号:J5
2.天工开物开发包OpenExplorer版本:例如XJ3_OE_2.4.2,XJ3_OE_1.15.2,J5_OE_1.1.40等
3.问题定位:板端部署
4.问题具体描述:
运行命令:./hrt_model_exec infer --model_file=model-7732090d.hbm --input_file=./new_data/img_4.bin --enable_cls_post_process=true --thread_num=2
问题:运行结果跟label对不上与python3 tools/align_bpu_validation.py --config configs/classification/horizon_swin_transformer.py --dataset imagenet的仿真精度相差很大。模型model-7732090d.hbm是通过python3 tools/compile_perf.py --config configs/classification/horizon_swin_transformer.py --out-dir ./ --opt 3 编译导出的。想咨询运行swin_t在板端是要对数据集做什么预处理才可以跑出对应的精度吗?

