oandrienko / fast-semantic-segmentation

ICNet and PSPNet-50 in Tensorflow for real-time semantic segmentation
220 stars 41 forks source link

Cannot import name 'input_reader_pb2' from 'protos' #40

Closed ManoniLo closed 2 years ago

ManoniLo commented 2 years ago

I am running model evaluation with this command

!python eval.py -- config_path ERFNet.config
-- train_dir /content/ERFNet --eval_dir /content/ERFNet_eval --verbose True # will log mIoU accuracy

and I receive this import error. "Cannot import name 'input_reader_pb2' from 'protos"

Anyone knows how to fix?

Thanks in advance