MaskRCNN learner
Fastai 'Learner' adapted for MaskRCNN.
mask_rcnn_learner(dls, model, cbs = NULL, ...)
dls |
'Sequence' of 'DataLoaders' passed to the 'Learner'. The first one will be used for training and the second for validation. |
model |
The model to train. |
cbs |
Optional 'Sequence' of callbacks. |
... |
learner_kwargs: Keyword arguments that will be internally passed to 'Learner'. |
model
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.