module documentation

Utilities for working with SuperGradients.

Copyright 2017-2025, Voxel51, Inc.

Class TorchYoloNasModel FiftyOne wrapper around YOLO-NAS from https://github.com/Deci-AI/super-gradients.
Class TorchYoloNasModelConfig Configuration for running a TorchYoloNasModel.
Function convert_super_gradients_model Converts the given SuperGradients model into a FiftyOne model.
Variable logger Undocumented
Variable super_gradients Undocumented
Function _convert_yolo_nas_detection_model Undocumented
def convert_super_gradients_model(model): (source)

Converts the given SuperGradients model into a FiftyOne model.

Parameters
modela super_gradients.training.models.detection_models.yolo_nas model
Returns
a fiftyone.core.models.Model
Raises
ValueErrorif the model could not be converted

Undocumented

super_gradients = (source)

Undocumented

def _convert_yolo_nas_detection_model(model): (source)

Undocumented