class documentation

class FiftyOneRTDETRModelConfig(FiftyOneYOLOModelConfig): (source)

Constructor: FiftyOneRTDETRModelConfig(d)

View In Hierarchy

Configuration for a FiftyOneRTDETRModel.

Parameters
modelan ultralytics.RTDETR model to use
model_namethe name of an ultralytics.RTDETR model to load
model_paththe 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_model_if_necessary Undocumented
Class Method _get_model Undocumented