otx.algo.detection.backbones#

Custom backbone implementations for detection task.

Classes

CSPDarknet(model_name)

CSPDarknet factory for detection.

GELAN(model_name)

GELAN factory for detection.

PResNet(model_name)

PResNet factory for detection.

class otx.algo.detection.backbones.CSPDarknet(model_name: str)[source]#

Bases: object

CSPDarknet factory for detection.

Constructor for CSPDarknet.

class otx.algo.detection.backbones.GELAN(model_name: str)[source]#

Bases: object

GELAN factory for detection.

Constructor for GELAN for v7 and v9.

class otx.algo.detection.backbones.PResNet(model_name: str)[source]#

Bases: object

PResNet factory for detection.

Constructor for PResNet.