Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

#875 Feature/sg 761 yolo nas

Merged
Ghost merged 1 commits into Deci-AI:master from deci-ai:feature/SG-761-yolo-nas
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
  1. from .processing import (
  2. StandardizeImage,
  3. DetectionRescale,
  4. DetectionLongestMaxSizeRescale,
  5. DetectionBottomRightPadding,
  6. DetectionCenterPadding,
  7. ImagePermute,
  8. ReverseImageChannels,
  9. NormalizeImage,
  10. ComposeProcessing,
  11. )
  12. __all__ = [
  13. "StandardizeImage",
  14. "DetectionRescale",
  15. "DetectionLongestMaxSizeRescale",
  16. "DetectionBottomRightPadding",
  17. "DetectionCenterPadding",
  18. "ImagePermute",
  19. "ReverseImageChannels",
  20. "NormalizeImage",
  21. "ComposeProcessing",
  22. ]
Discard
Tip!

Press p or to see the previous file or, n or to see the next file