Skip to content

Commit

Permalink
Add yolov5 P6 to hubconf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqwang committed Oct 24, 2021
1 parent c45b129 commit ca5c7f9
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion hubconf.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# Optional list of dependencies required by the package
dependencies = ["torch", "torchvision"]

from yolort.models import yolov5n, yolov5s, yolov5m, yolov5l, yolov5ts
from yolort.models import (
yolov5n,
yolov5n6,
yolov5s,
yolov5s6,
yolov5m,
yolov5m6,
yolov5l,
yolov5ts,
)

0 comments on commit ca5c7f9

Please sign in to comment.