JayL323 / K230_AI_Demo_Development_Process_Analysis

基于K230的AI算法开发是把已训练好AI模型在PC上的推理流程,移植到K230开发板的过程
3 stars 0 forks source link

I can not find “data” from package #2

Open liuxueyang23 opened 2 hours ago

liuxueyang23 commented 2 hours ago

Where is the “data” of using in the face_detector.py? please tell me the source or package Traceback (most recent call last): File "face_detector.py", line 8, in from prior_box import PriorBox File "/home/shxly/K230/k230_canmv/K230_AI_Demo_Development_Process_Analysis-main/K230_AI_Demo_Development_Process_Analysis-main/onnx_related/onnx_inference/face_detection/prior_box.py", line 4, in from data import cfg_mnet ModuleNotFoundError: No module named 'data'

liuxueyang23 commented 2 hours ago

OK,I just take "data" change to "config" is running! maybe it just a bug in coding.

JayL323 commented 1 hour ago

It was indeed an issue with the code, which I have now resolved. Thank you for the feedback.