RetinaNet | R Documentation |
Implements RetinaNet from https://arxiv.org/abs/1708.02002
RetinaNet(...)
... |
arguments to pass |
model
## Not run:
encoder = create_body(resnet34(), pretrained = TRUE)
arch = RetinaNet(encoder, get_c(dls), final_bias=-4)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.