-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
This reverts commit b62d091.
- Loading branch information
1 parent
9196983
commit 976b5fd
Showing
10 changed files
with
113 additions
and
812 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
from . import ultralytics | ||
from .bbox import BBox, OBBox | ||
from . import yolo | ||
from .bbox import BBox | ||
from .pose import Pose, Pose3D | ||
from .segment import Segments | ||
|
||
__all__ = ["BBox", "OBBox", "Pose", "Pose3D", "Segments", "ultralytics"] | ||
__all__ = ["BBox", "Pose", "Pose3D", "yolo"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.