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'
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'