Thank you! We'll be in touch ASAP.
Something went wrong, please try again or contact us directly at contact@dagshub.com
Deci-AI:master
deci-ai:feature/SG-184_external_optimizer
from super_gradients.training.datasets import CoCoDetectionDatasetInterface from super_gradients.training.utils.detection_utils import AnchorGenerator dataset_params = {"batch_size": 1, "test_batch_size": 1, "dataset_dir": "/data/coco/", "image_size": 640, "train_sample_loading_method": 'rectangular' } coco_dataset_interface = CoCoDetectionDatasetInterface(dataset_params=dataset_params, cache_labels=True) anchors = AnchorGenerator(coco_dataset_interface.trainset, 9)
Press p or to see the previous file or, n or to see the next file