-
Notifications
You must be signed in to change notification settings - Fork 7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[prototype] Clean up
features
area (#6834)
* Clean ups on `features` area * remove unncessary imports
- Loading branch information
Showing
7 changed files
with
11 additions
and
46 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,24 +1,7 @@ | ||
from ._bounding_box import BoundingBox, BoundingBoxFormat | ||
from ._encoded import EncodedData, EncodedImage | ||
from ._feature import _Feature, FillType, FillTypeJIT, InputType, InputTypeJIT, is_simple_tensor | ||
from ._image import ( | ||
ColorSpace, | ||
Image, | ||
ImageType, | ||
ImageTypeJIT, | ||
LegacyImageType, | ||
LegacyImageTypeJIT, | ||
TensorImageType, | ||
TensorImageTypeJIT, | ||
) | ||
from ._image import ColorSpace, Image, ImageType, ImageTypeJIT, TensorImageType, TensorImageTypeJIT | ||
from ._label import Label, OneHotLabel | ||
from ._mask import Mask | ||
from ._video import ( | ||
LegacyVideoType, | ||
LegacyVideoTypeJIT, | ||
TensorVideoType, | ||
TensorVideoTypeJIT, | ||
Video, | ||
VideoType, | ||
VideoTypeJIT, | ||
) | ||
from ._video import TensorVideoType, TensorVideoTypeJIT, Video, VideoType, VideoTypeJIT |
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 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 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