Plaese refer to README_mmdet.md.
Please refer to Installation for installation instructions.
Please make sure that data files sturcture should be the following.
[DATA_ROOT]
|--annotations
| |--instances_tran.json
| |--instances_val.json
| |--instances_test.json
|--train
| |--XXX.png
|--val
| |--YYY.png
|--test
|--ZZZ.png
- There are config files that I used in the './configs/building'.
- You have to change 'DATA_ROOT'to your own path.
- You can use each file to train and test the model. Please refer to detailed option at Train & Test