Skip to content

Commit

Permalink
drop yolonas support part2 (#1098)
Browse files Browse the repository at this point in the history
  • Loading branch information
fcakyon authored Nov 22, 2024
1 parent 8d9c892 commit 4981c57
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 196 deletions.
2 changes: 1 addition & 1 deletion sahi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.11.18"
__version__ = "0.11.19"

from sahi.annotation import BoundingBox, Category, Mask
from sahi.auto_model import AutoDetectionModel
Expand Down
1 change: 0 additions & 1 deletion sahi/auto_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"huggingface": "HuggingfaceDetectionModel",
"torchvision": "TorchVisionDetectionModel",
"yolov5sparse": "Yolov5SparseDetectionModel",
"yolonas": "YoloNasDetectionModel",
"yolov8onnx": "Yolov8OnnxDetectionModel",
}

Expand Down
2 changes: 1 addition & 1 deletion sahi/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
from . import base, detectron2, huggingface, mmdet, torchvision, yolonas, yolov5, yolov8onnx
from . import base, detectron2, huggingface, mmdet, torchvision, yolov5, yolov8onnx
193 changes: 0 additions & 193 deletions sahi/models/yolonas.py

This file was deleted.

0 comments on commit 4981c57

Please sign in to comment.