orestis-z / facial-beauty-predictor

Deep learning model to predict a beauty score for faces in images. Outperforms the state-of-the-art by up to 18% (2019).
MIT License
25 stars 7 forks source link

Errors Setting up #2

Closed claytonsulby closed 1 year ago

claytonsulby commented 2 years ago

Hello!

Setting this up on my MacBook Pro. Brew installed Python 3.7 and aliased as python3.7 in the terminal. I couldn't determine which dataset was the tinder dataset so the conversion error may be my own mistake. How would I resolve the error for:

Traceback (most recent call last): File "scripts/generate_features_async.py", line 11, in from facial_beauty_predictor.worker import worker_mtcnn_async, worker_mtcnn_facenet_async, worker_mtcnn_facenet_2_async ModuleNotFoundError: No module named 'facial_beauty_predictor'

Error converting tinder image

Error running generate image

orestis-z commented 1 year ago