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

#595 Feature/sg 492 fuzzy logic for get param and factories

Merged
Ghost merged 1 commits into Deci-AI:master from deci-ai:feature/SG-492_fuzzy_logic_for_get_param_and_factories
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
  1. # PACKAGE IMPORTS FOR EXTERNAL USAGE
  2. import cv2
  3. from super_gradients.training.transforms.transforms import (
  4. DetectionMosaic,
  5. DetectionRandomAffine,
  6. DetectionHSV,
  7. DetectionPaddedRescale,
  8. DetectionTargetsFormatTransform,
  9. )
  10. from super_gradients.training.transforms.all_transforms import (
  11. TRANSFORMS,
  12. ALBUMENTATIONS_TRANSFORMS,
  13. Transforms,
  14. ALBUMENTATIONS_COMP_TRANSFORMS,
  15. imported_albumentations_failure,
  16. )
  17. __all__ = [
  18. "TRANSFORMS",
  19. "ALBUMENTATIONS_TRANSFORMS",
  20. "ALBUMENTATIONS_COMP_TRANSFORMS",
  21. "Transforms",
  22. "DetectionMosaic",
  23. "DetectionRandomAffine",
  24. "DetectionHSV",
  25. "DetectionPaddedRescale",
  26. "DetectionTargetsFormatTransform",
  27. "imported_albumentations_failure",
  28. ]
  29. cv2.setNumThreads(0)
Discard
Tip!

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