yuhongtian17 / Spatial-Transform-Decoupling

MIT License
64 stars 6 forks source link

HRSC2016 dataset preparation #10

Open Sairam13001 opened 1 month ago

Sairam13001 commented 1 month ago

Hi, I am trying to run inference on HRSC2016 dataset. I downloaded the dataset and the dataset structure is like:

HRSC2016

FullDataSet ImageSets Test Train

I am trying to run the inference in non-distributed manner by running test.py file. The data is converted to 'mmcv.parallel.data_container.DataContainer' format and is causing many errors.

Is there a pre-processing step that I am missing for the preparation of HRSC2016 dataset?

yuhongtian17 commented 1 month ago

The dataset folder name should be same with mmrotate-0.3.4 cfg or mmrotate-dev1x cfg, default:

data_root = 'data/hrsc/'