Open sonnguyen1996 opened 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.
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'