This is official implementation of NIRNet, which is implemented on MMRotate.
Note: We will be updating the code in the near future.
Some examples of the Hazy-DIOR dataset. The entire dataset will be released in the near future.
Please refer to the markdown for installation and dataset preparation.
train
cd nirnet
python tools/train.py ./config/nirnet_r50_1x_dior_le135.py
test
cd nirnet
python tools/test.py ${CONFIG_FILE} ${CHECKPOINT_FILE} [optional arguments]