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

#609 Ci fix

Merged
Ghost merged 1 commits into Deci-AI:master from deci-ai:bugfix/infra-000_ci
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
32
33
  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. Standardize,
  10. )
  11. from super_gradients.training.transforms.all_transforms import (
  12. TRANSFORMS,
  13. ALBUMENTATIONS_TRANSFORMS,
  14. Transforms,
  15. ALBUMENTATIONS_COMP_TRANSFORMS,
  16. imported_albumentations_failure,
  17. )
  18. __all__ = [
  19. "TRANSFORMS",
  20. "ALBUMENTATIONS_TRANSFORMS",
  21. "ALBUMENTATIONS_COMP_TRANSFORMS",
  22. "Transforms",
  23. "DetectionMosaic",
  24. "DetectionRandomAffine",
  25. "DetectionHSV",
  26. "DetectionPaddedRescale",
  27. "DetectionTargetsFormatTransform",
  28. "imported_albumentations_failure",
  29. "Standardize",
  30. ]
  31. cv2.setNumThreads(0)
Discard
Tip!

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