Skip to content
New issue

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

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

Already on GitHub? # to your account

why so many import error in the program #498

Open
aiwenzhu opened this issue Mar 14, 2020 · 0 comments
Open

why so many import error in the program #498

aiwenzhu opened this issue Mar 14, 2020 · 0 comments

Comments

@aiwenzhu
Copy link

aiwenzhu commented Mar 14, 2020

hi guys ,I'm new one in this project.
i got a mistake;
almost all of my program have import error like this:

from model.train_val import get_training_roidb, train_net
from model.config import cfg, cfg_from_file, cfg_from_list, get_output_dir, get_output_tb_dir
from datasets.factory import get_imdb
import datasets.imdb
every row has a red line.

why i change this to :
from lib.model.train_val import get_training_roidb, train_net
from lib.model.config import cfg, cfg_from_file, cfg_from_list, get_output_dir, get_output_tb_dir
from lib.datasets.factory import get_imdb
import lib.datasets.imdb
the red line is gone.

but run the demo wrong also

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

No branches or pull requests

1 participant