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', ) PALETTE = [ (0, 255, 0), ]
Read the Docs v: stable
Versions
latest
stable
1.x
v1.0.0rc0
v0.3.4
v0.3.3
v0.3.2
v0.3.1
v0.3.0
v0.2.0
v0.1.1
v0.1.0
main
dev
Downloads
pdf
html
epub
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.