class documentation
class FiftyOneRTDETRModelConfig(FiftyOneYOLOModelConfig): (source)
Constructor: FiftyOneRTDETRModelConfig(d)
Configuration for a FiftyOneRTDETRModel
.
Parameters | |
model | an ultralytics.RTDETR model to use |
model | the name of an ultralytics.RTDETR model to load |
model | the path to an ultralytics.RTDETR model checkpoint |
Method | __init__ |
Undocumented |
Inherited from FiftyOneYOLOModelConfig
:
Instance Variable | classes |
Undocumented |
Instance Variable | device |
Undocumented |
Inherited from Config
(via FiftyOneYOLOModelConfig
):
Method | __repr__ |
Undocumented |
Inherited from HasZooModel
(via FiftyOneYOLOModelConfig
, Config
):
Method | download |
Undocumented |
Class Method | _get |
Undocumented |