2,851
社区成员




yolo nas 模型无法被prepare的问题:
你好,我正在按照这个 GitHub(https://github.com/quic/qidk/blob/master/Solutions/VisionSolution1-ObjectDetection-YoloNas/GenerateDLC.ipynb) 页面上的说明进行操作。在运行 GenerateDLC.ipynb 时,我在最后一步遇到了一个错误:
snpe-dlc-graph-prepare --input_dlc models/yolo_nas_w8a8.dlc --set_output_tensors=877,885 --htp_socs=sm8550 --output_dlc=models/Quant_yoloNas_s_320.dlc
[ERROR] DLC file models/yolo_nas_w8a8.dlc doesn't exist!
我应该在哪里创建 yolo_nas_w8a8.dlc 文件?
你是指 "Quant_intermediate_yoloNas_s_320.dlc" 吗?
是的, 在 snpe-dlc-graph-prepare 中输入 dlc 应该是 Quant_intermediate_yoloNas_s_320.dlc, 你就可以正常的运行这个脚本.