You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I follow the README instruction only differing in creating the virtual environment which I didn't use but all the libraries and packages where correctly installed and no error messages are shown so far but when i run:
edgar@mittx2:~/yoloface$ python yoloface.py --image samples/outside_000001.jpg --output-dir outputs/
----- info -----
('[i] The config file: ', './cfg/yolov3-face.cfg')
('[i] The weights of model file: ', './model-weights/yolov3-wider_16000.weights')
('[i] Path to image file: ', 'samples/outside_000001.jpg')
('[i] Path to video file: ', '')
###########################################################
==> Skipping create the outputs/ directory...
[i] ==> # detected faces: 0
############################################################
[i] ==> Done processing!!!
('[i] ==> Output file is stored at', 'outputs/outside_000001_yoloface.jpg')
==> All done!
No face is recognize and the result is a new images with text saying there are no faces. (I used different pictures, but no mater what the size or good is the image the model does not detect anything)
The text was updated successfully, but these errors were encountered:
I follow the README instruction only differing in creating the virtual environment which I didn't use but all the libraries and packages where correctly installed and no error messages are shown so far but when i run:
edgar@mittx2:~/yoloface$ python yoloface.py --image samples/outside_000001.jpg --output-dir outputs/
----- info -----
('[i] The config file: ', './cfg/yolov3-face.cfg')
('[i] The weights of model file: ', './model-weights/yolov3-wider_16000.weights')
('[i] Path to image file: ', 'samples/outside_000001.jpg')
('[i] Path to video file: ', '')
###########################################################
==> Skipping create the outputs/ directory...
[i] ==> # detected faces: 0
############################################################
[i] ==> Done processing!!!
('[i] ==> Output file is stored at', 'outputs/outside_000001_yoloface.jpg')
==> All done!
No face is recognize and the result is a new images with text saying there are no faces. (I used different pictures, but no mater what the size or good is the image the model does not detect anything)
The text was updated successfully, but these errors were encountered: