我在编辑的是align_dataset_mtcnn.py文件,这个文件的路径是arcface/align_dataset_mtcnn.py
我想在align_dataset_mtcnn.py中导入同文件夹下align下的detect_face.py
但是实际操作中无法使用
import align.detect_face
只能使用
import create_dataset.align.detect_face
我想问一下为什么会这样,如果想只用
import align.detect_face
该如何操作?