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

Ошибка оучения mrcnn #57

Closed
flash1nho opened this issue Nov 27, 2019 · 2 comments
Closed

Ошибка оучения mrcnn #57

flash1nho opened this issue Nov 27, 2019 · 2 comments

Comments

@flash1nho
Copy link

Использовал этот dataset: https://nomeroff.net.ua/datasets/autoriaNumberplateDataset-2019-03-06.zip

Упала ошибка:

Traceback (most recent call last):
  File "m.py", line 41, in <module>
    nnet.train()
  File "/nomeroff-net/NomeroffNet/Detector.py", line 243, in train
    layers=self.CONFIG.LAYERS )
  File "/usr/local/lib/python3.6/site-packages/mrcnn/model.py", line 2374, in train
    use_multiprocessing=True,
  File "/usr/local/lib/python3.6/site-packages/keras/legacy/interfaces.py", line 91, in wrapper
    return func(*args, **kwargs)
  File "/usr/local/lib/python3.6/site-packages/keras/engine/training.py", line 1658, in fit_generator
    initial_epoch=initial_epoch)
  File "/usr/local/lib/python3.6/site-packages/keras/engine/training_generator.py", line 181, in fit_generator
    generator_output = next(output_generator)
  File "/usr/local/lib/python3.6/site-packages/keras/utils/data_utils.py", line 733, in get
    six.reraise(*sys.exc_info())
  File "/.local/lib/python3.6/site-packages/six.py", line 693, in reraise
    raise value
  File "/usr/local/lib/python3.6/site-packages/keras/utils/data_utils.py", line 702, in get
    inputs = future.get(timeout=30)
  File "/usr/local/lib/python3.6/multiprocessing/pool.py", line 608, in get
    raise self._value
IndexError: index 1159 is out of bounds for axis 1 with size 1080
@ApelSYN
Copy link
Member

ApelSYN commented Nov 27, 2019

Ответил как фиксить в этой ветке #56 (comment)

@flash1nho
Copy link
Author

Спасибо! Вроде заработало.

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