Skip to content

Commit

Permalink
Remove zero shot visual prompting
Browse files Browse the repository at this point in the history
Signed-off-by: Ashwin Vaidya <[email protected]>
  • Loading branch information
ashwinvaidya17 committed Feb 10, 2025
1 parent b3c277e commit 3cc59f2
Show file tree
Hide file tree
Showing 46 changed files with 47 additions and 4,306 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pre_merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ jobs:
- task: "multi_label_classification"
- task: "hlabel_classification"
- task: "visual_prompting"
- task: "zero_shot_visual_prompting"
- task: "anomaly_classification"
- task: "anomaly_detection"
- task: "anomaly_segmentation"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ Visual Prompting


fine_tuning
zero_shot

This file was deleted.

4 changes: 2 additions & 2 deletions src/otx/algo/visual_prompting/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
#
"""Module for OTX visual prompting models."""

from .sam import SAM, ZeroShotSAM
from .sam import SAM

__all__ = ["SAM", "ZeroShotSAM"]
__all__ = ["SAM"]
Loading

0 comments on commit 3cc59f2

Please sign in to comment.