3D-MOOD / vis4d /zoo /retinanet /__init__.py
RoyYang0714's picture
feat: Try to build everything locally.
9b33fca
raw
history blame contribute delete
119 Bytes
"""RetinaNet Model Zoo."""
from . import retinanet_coco
AVAILABLE_MODELS = {
"retinanet_coco": retinanet_coco,
}