We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I think the mtcnn version used is not consistant with the mtcnn version provided. When I type 'import mtcnn', I got the following message:
ModuleNotFoundError Traceback (most recent call last) ~\AppData\Local\Temp\ipykernel_12452\2345676177.py in <module> ----> 1 import mtcnn F:\Projects\FaceVectorExperiments\InsightFaceThirdparty\mtcnn.py in <module> 6 from mtcnn_pytorch.src.box_utils import nms, calibrate_box, get_image_boxes, convert_to_square 7 from mtcnn_pytorch.src.first_stage import run_first_stage ----> 8 from mtcnn_pytorch.src.align_trans import get_reference_facial_points, warp_and_crop_face 9 device = torch.device("cuda:0" if torch.cuda.is_available() else "cpu") 10 # device = 'cpu' ModuleNotFoundError: No module named 'mtcnn_pytorch.src.align_trans'
I didn't find any of the two functions get_reference_facial_points warp_and_crop_face in the provided mtcnn module
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I think the mtcnn version used is not consistant with the mtcnn version provided. When I type 'import mtcnn', I got the following message:
I didn't find any of the two functions get_reference_facial_points warp_and_crop_face in the provided mtcnn module
The text was updated successfully, but these errors were encountered: