View source: R/icevision_models.R
mask_rcnn_learner | R Documentation |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.