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

__init__.py 1.2 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  1. from super_gradients.training.datasets.dataset_interfaces.dataset_interface import DatasetInterface, TestDatasetInterface, \
  2. LibraryDatasetInterface, \
  3. ClassificationDatasetInterface, Cifar10DatasetInterface, Cifar100DatasetInterface, \
  4. ImageNetDatasetInterface, TinyImageNetDatasetInterface, \
  5. CoCoDetectionDatasetInterface, CoCo2014DetectionDatasetInterface, CoCoSegmentationDatasetInterface, \
  6. PascalAUG2012SegmentationDataSetInterface, PascalVOC2012SegmentationDataSetInterface, \
  7. TestYoloDetectionDatasetInterface, SegmentationTestDatasetInterface, DetectionTestDatasetInterface, ClassificationTestDatasetInterface
  8. __all__ = [DatasetInterface, TestDatasetInterface, LibraryDatasetInterface, ClassificationDatasetInterface,
  9. Cifar10DatasetInterface,
  10. Cifar100DatasetInterface, ImageNetDatasetInterface, TinyImageNetDatasetInterface,
  11. CoCoDetectionDatasetInterface,
  12. CoCo2014DetectionDatasetInterface, CoCoSegmentationDatasetInterface,
  13. PascalAUG2012SegmentationDataSetInterface,
  14. PascalVOC2012SegmentationDataSetInterface, TestYoloDetectionDatasetInterface, SegmentationTestDatasetInterface, DetectionTestDatasetInterface, ClassificationTestDatasetInterface]
Tip!

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

Comments

Loading...