Xilinx / VVAS

Vitis Video Analytics SDK

Home Page:https://Xilinx.github.io/VVAS/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ERROR: [VPL 47-833] Cannot read RQS Suggestion file

eoshuyvq opened this issue · comments

When follow tutorial here, I got error at doing the step "Creating SD Card image":
cd <VVAS_SOURCES>/VVAS/vvas-examples/Embedded/smart_model_select
make PLATFORM=<PLATFORM_PATH > DPU_TRD_PATH=<DPU_PATH> HW_ACCEL_PATH=<MULTISCALER_PATH>

The error is:

ERROR: [VPL 47-833] Cannot read RQS Suggestion file /VVAS/vvas-examples/Embedded/smart_model_select/prj_conf/stage3_suggestions.rqs as it has not been generated from the given design: xilinx_zcu104_vcuDec_vmixHdmiTx_202120_1_wrapper

However, file "stage3_suggestions.rqs" is presented on this folder. I don't known why Vitis cannot find this file. Please help.

Hi @eoshuyvq

I am wondering if corresponding xpfm PLATFORM file for smart_model_select example design has been used.

If you are still facing this issue, would you be please able to share the PLATFORM_PATH which you have used. Below error is suggesting either stage3_suggestions.rqs or PLATFORM is corresponding to multichannel_ml example-design

ERROR: [VPL 47-833] Cannot read RQS Suggestion file /VVAS/vvas-examples/Embedded/smart_model_select/prj_conf/stage3_suggestions.rqs as it has not been generated from the given design: xilinx_zcu104_vcuDec_vmixHdmiTx_202120_1_wrapper

Thanks!