Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

RetinaNet

RetinaNet


Description

Implements RetinaNet from https://arxiv.org/abs/1708.02002

Usage

RetinaNet(...)

Arguments

...

arguments to pass

Value

model

Examples

## Not run: 

encoder = create_body(resnet34(), pretrained = TRUE)
arch = RetinaNet(encoder, get_c(dls), final_bias=-4)


## End(Not run)

fastai

Interface to 'fastai'

v2.0.7
Apache License 2.0
Authors
Turgut Abdullayev [ctb, cre, cph, aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.