You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to train a model with a dataset of grayscale images with detectron2.
I specified in the configuration file: INPUT.FORMAT: 'L', but an assertion error was raised at at the end of the training process:
Has anyone else encountered this problem when setting the L format?
I trained a model with grayscale images by keeping INPUT.FORMAT:'RGB' and the process went through.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I want to train a model with a dataset of grayscale images with detectron2.
I specified in the configuration file:
INPUT.FORMAT: 'L'
, but an assertion error was raised at at the end of the training process:Corresponding to these lines of code :
detectron2/detectron2/engine/defaults.py
Lines 280 to 295 in 0ae803b
Has anyone else encountered this problem when setting the L format?
I trained a model with grayscale images by keeping
INPUT.FORMAT:'RGB'
and the process went through.Beta Was this translation helpful? Give feedback.
All reactions