Skip to content

Commit

Permalink
update sahi version for better coco to yolov5 conversion (#188)
Browse files Browse the repository at this point in the history
* update sahi version for better coco to yolov5 conversion

* Update __init__.py
  • Loading branch information
fcakyon committed Dec 23, 2022
1 parent 21ed5ad commit bdffd40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ fire
# AWS
boto3>=1.19.1
# coco to yolov5 conversion
sahi>=0.10.5
sahi>=0.11.8
# huggingface
huggingface-hub>=0.11.1
2 changes: 1 addition & 1 deletion yolov5/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from yolov5.helpers import YOLOv5
from yolov5.helpers import load_model as load

__version__ = "7.0.3"
__version__ = "7.0.4"

0 comments on commit bdffd40

Please sign in to comment.