> ## Documentation Index
> Fetch the complete documentation index at: https://docs.edgeimpulse.com/llms.txt
> Use this file to discover all available pages before exploring further.

# edgeimpulse_api.models.object_detection_last_layer

## Classes

### ObjectDetectionLastLayer

```python theme={"system"}
edgeimpulse_api.models.object_detection_last_layer.ObjectDetectionLastLayer(
	*args,
	**kwds
)
```

allowed enum values

| Parameters |     |
| ---------- | --- |
| `*args`    | ` ` |
| `**kwds`   | ` ` |

| Bases              |
| ------------------ |
| `builtins.str`     |
| `aenum._enum.Enum` |
| `enum.Enum`        |

| Class variables      |     |
| -------------------- | --- |
| `FOMO`               | ` ` |
| `MOBILENET_SSD`      | ` ` |
| `PADDLEOCR_DETECTOR` | ` ` |
| `QC_FACE_DET_LITE`   | ` ` |
| `TAO_RETINANET`      | ` ` |
| `TAO_SSD`            | ` ` |
| `TAO_YOLOV3`         | ` ` |
| `TAO_YOLOV4`         | ` ` |
| `YOLOV11`            | ` ` |
| `YOLOV11_ABS`        | ` ` |
| `YOLOV2_AKIDA`       | ` ` |
| `YOLOV5`             | ` ` |
| `YOLOV5V5_DRPAI`     | ` ` |
| `YOLOV7`             | ` ` |
| `YOLOX`              | ` ` |
| `YOLO_PRO`           | ` ` |
