You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: projects/sam2_ai4rs/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,8 @@ The project folder holds codes related to ai4rs and SAM2.
9
9
10
10
Script Descriptions:
11
11
12
-
1.`eval_zero-shot-oriented-detection_dota.py` implement Zero-shot Oriented Object Detection with SAM. It prompts SAM with predicted boxes from a horizontal object detector.
13
-
2.`demo_zero-shot-oriented-detection.py` inference single image for Zero-shot Oriented Object Detection with SAM.
12
+
1.`eval_zero-shot-oriented-detection_dota.py` implement Zero-shot Oriented Object Detection with SAM2. It prompts SAM2 with predicted boxes from a horizontal object detector.
13
+
2.`demo_zero-shot-oriented-detection.py` inference single image for Zero-shot Oriented Object Detection with SAM2.
14
14
3.`data_builder` holds configuration information and process of dataset, dataloader.
15
15
16
16
The project is refer to [playground](https://github.com/open-mmlab/playground).
0 commit comments