ria-com / nomeroff-net

Nomeroff Net. Automatic numberplate recognition system.
GNU General Public License v3.0
459 stars 159 forks source link

No module named 'centermask' #119

Closed jobman closed 3 years ago

jobman commented 3 years ago

Запускаю юпитер из папки examples В блоке Initialize npdetector with default configuration file. возникает следующая ошибка

print(NOMEROFF_NET_DIR) '/home/jobman/dev/nomer/nomeroff-net'

Помогите пожалуйста

---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
<ipython-input-5-1db135638cba> in <module>
     46 # Initialize npdetector with default configuration file.
     47 nnet = Detector()
---> 48 nnet.loadModel(NOMEROFF_NET_DIR)

~/dev/nomer/nomeroff-net/NomeroffNet/DetectronDetector.py in loadModel(self, nomeroffnet_path, subdir, config_file)
     54         centermask2_path= os.path.join(nomeroffnet_path, "centermask2")
     55         sys.path.append(centermask2_path)
---> 56         from centermask.config import get_cfg
     57 
     58         if get_mode() == "cpu":

ModuleNotFoundError: No module named 'centermask'
ApelSYN commented 3 years ago

Очевидно что не подгружается centermask2. Причин может быть много, самая распостраненная -- вы забыли его склонировать или неправильно указали к нему путь.