forked from Lightning-Universe/lightning-flash
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added FaceDetectionData, FaceDetectionPreprocess and FDDBDataSource t…
…hat are mentioned in issues Lightning-Universe#503 Lightning-Universe#504 Lightning-Universe#505
- Loading branch information
1 parent
ecd92ad
commit 02c14c6
Showing
3 changed files
with
158 additions
and
5 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
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,2 +1,8 @@ | ||
from flash.image.detection.data import ObjectDetectionData # noqa: F401 | ||
from flash.image.detection.model import ObjectDetector # noqa: F401 | ||
from flash.image.detection.data import ( # noqa: F401 | ||
ObjectDetectionData, | ||
FaceDetectionData | ||
) | ||
from flash.image.detection.model import ( # noqa: F401 | ||
ObjectDetector, | ||
FaceDetector | ||
) |
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