Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to run demo #29

Open
sonnguyen1996 opened this issue Feb 18, 2022 · 1 comment
Open

Unable to run demo #29

sonnguyen1996 opened this issue Feb 18, 2022 · 1 comment

Comments

@sonnguyen1996
Copy link

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
Copy link
Owner

machanic commented Feb 26, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants