-
Notifications
You must be signed in to change notification settings - Fork 69
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
No module named pyciderevalcap.ciderD.ciderD #19
Comments
you need to clone https://github.com/ruotianluo/cider |
Thank you for your help! Sorry to disturb you again about the issue "No such file or directory: log_dense_box_bn/infos_dense_box_bn.pkl“. I have referred to its solution, but I still be confused. Could you tell me more details about it. |
create a directory called log_dense_box_bn ? |
I had created a same directory, but it doesn't work. Do I miss some features, like infos_dense_box_bn.pkl? |
It should be created automatically during training. |
This is because there is another bug above this. I advise you to fix the issue in this page first: Then you will find your problem won't exist! |
The original code:
import sys
sys.path.append("cider")
from pyciderevalcap.ciderD.ciderD import CiderD
sys.path.append("AI_Challenger/Evaluation/caption_eval")
I have added coco-caption into my current dir, however, I cannot import module pyciderevalcap.ciderD.ciderD. How to load this module?
The text was updated successfully, but these errors were encountered: