phamquiluan / ResidualMaskingNetwork

ICPR 2020: Facial Expression Recognition using Residual Masking Network
https://ieeexplore.ieee.org/document/9411919
MIT License
453 stars 92 forks source link

How do I detect it with pictures #39

Closed zhuning123-bur closed 2 years ago

zhuning123-bur commented 2 years ago

from rmn import RMN Traceback (most recent call last): File "", line 1, in File "D:\student\faces\demo6\ResidualMaskingNetwork-master\ResidualMaskingNetwork-master\rmn__init__.py", line 43 desc=f"Downloading {local_path}..", ^ SyntaxError: invalid syntax I want to use the image to enter, how do I run