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

#717 Feature/sg 636 pose estimation metrics

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

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