machanic / AU_R-CNN

The official implementation code of paper: "AU R-CNN:Encoding Expert Prior Knowledge into R-CNN for Action Unit Detection".
https://arxiv.org/abs/1812.05788
87 stars 24 forks source link

Unable to run demo #29

Open sonnguyen1996 opened 2 years ago

sonnguyen1996 commented 2 years ago

Excuse me. Would you tell me how to run your test program? Thank you very much! I had to try to run /AU_rcnn/train.py' but program throws error message like that: Traceback (most recent call last): File "/Users/xxx/Downloads/AU_R-CNN-master/AU_rcnn/train.py", line 6, in from AU_rcnn.links.model.faster_rcnn.faster_rcnn_vgg19 import FasterRCNNVGG19 ModuleNotFoundError: No module named 'AU_rcnn'

machanic commented 2 years ago

It looks like that the python's project PATH does not configured correctly. For example , you may modify https://github.com/machanic/AU_R-CNN/blob/master/AU_rcnn/train.py#L4 to the AU R-CNN project's absolute path in your machine.