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
timho102003:dagshub_logger
from super_gradients.common.factories.base_factory import BaseFactory from super_gradients.training.datasets.data_formats.bbox_formats import BBOX_FORMATS class BBoxFormatFactory(BaseFactory): def __init__(self): super().__init__(BBOX_FORMATS)
Press p or to see the previous file or, n or to see the next file