This is the official implementation🏢 of DFDet, which is implemented on OBBDetection
- (2023-05-20) Release DFDet🔥.
Please refer to install.md for installation and dataset preparation.
If you want to train or test a oriented model, please refer to oriented_model_starting.md.
To help you start quickly, I prepare a simple bash script
config=/path/to/config && work_dir=/path/to/work_dir && cuda=(device_id, like 0, 1, 2, 3 ...)
bash my_exps/train.sh ${config} ${work_dir} ${cuda}
config=/path/to/config && ckpt=/path/to/checkpoint && save_dir=/path/to/results_save_dir && cuda=(same as above)
bash my_exps/test.sh ${config} ${ckpt} ${save_dir} ${cuda}
TODO:
TODO:
This project is released under the Apache 2.0 license.