File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44import mmcv
55from mmdet .apis import init_detector
66
7- from mmrotate .apis import inference_detector_by_patches
8- from mmrotate .registry import VISUALIZERS
9- from mmrotate .utils import register_all_modules
7+ from ai4rs .apis import inference_detector_by_patches
8+ from ai4rs .registry import VISUALIZERS
9+ from ai4rs .utils import register_all_modules
1010
1111
1212def parse_args ():
@@ -57,7 +57,7 @@ def parse_args():
5757
5858
5959def main (args ):
60- # register all modules in mmrotate into the registries
60+ # register all modules in ai4rs into the registries
6161 register_all_modules ()
6262
6363 # build the model from a config file and a checkpoint file
Original file line number Diff line number Diff line change 44import mmcv
55from mmdet .apis import inference_detector , init_detector
66
7- from mmrotate .registry import VISUALIZERS
8- from mmrotate .utils import register_all_modules
7+ from ai4rs .registry import VISUALIZERS
8+ from ai4rs .utils import register_all_modules
99
1010
1111def parse_args ():
@@ -28,7 +28,7 @@ def parse_args():
2828
2929
3030def main (args ):
31- # register all modules in mmrotate into the registries
31+ # register all modules in ai4rs into the registries
3232 register_all_modules ()
3333
3434 # build the model from a config file and a checkpoint file
You can’t perform that action at this time.
0 commit comments