Skip to content

Commit 5b23f8e

Browse files
committed
add support for yolov7 model in model processor
1 parent c83c455 commit 5b23f8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

roboflow/util/model_processor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ def process(model_type: str, model_path: str, filename: str) -> str:
1717
def _get_processor_function(model_type: str) -> Callable:
1818
supported_models = [
1919
"yolov5",
20+
"yolov7",
2021
"yolov7-seg",
2122
"yolov8",
2223
"yolov9",

0 commit comments

Comments
 (0)