error at startup
###################### Now Running the X 1 task ##############################
############################################################################### ####################### Step 1: Crop and Align Face ########################### ###############################################################################
Crop and Align 0000000043.png image
Traceback (most recent call last):
File "/content/dfdnet//test_FaceDict.py", line 187, in
I can’t fix it in any way, can someone tell me what to do about it? This error appears when working with T4 GPU Google Colab
Reinstall python version from 3.12 to 3.10, and then install dlib-binary instead of regular dlib, so that when you run the DFDNet, the images are cropped and faces are detected on them through the CPU, not through the GPU. After that, install an older version of NumPy to avoid errors.