Shortcuts

Source code for mmrotate.datasets.sar

# Copyright (c) OpenMMLab. All rights reserved.
from .builder import ROTATED_DATASETS
from .dota import DOTADataset


[docs]@ROTATED_DATASETS.register_module() class SARDataset(DOTADataset): """SAR ship dataset for detection (Support RSSDD and HRSID).""" CLASSES = ('ship', )
Read the Docs v: v0.2.0
Versions
latest
stable
v0.2.0
v0.1.1
v0.1.0
main
dev
Downloads
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.