face-analysis / emonet

Official implementation of the paper "Estimation of continuous valence and arousal levels from faces in naturalistic conditions", Antoine Toisoul, Jean Kossaifi, Adrian Bulat, Georgios Tzimiropoulos and Maja Pantic, Nature Machine Intelligence, 2021
https://www.nature.com/articles/s42256-020-00280-0
Other
260 stars 62 forks source link

Issue with the import #19

Open palashmoon opened 3 months ago

palashmoon commented 3 months ago

from tools.emonet.emonet.models.emonet import EmoNet -> i was not able to import this in my conda environment so I used the following import will it work the same way?? if not then what is the workaround for it??? from emonet import EmoNet