darknet24¶ holocron.models.darknet24(pretrained: bool = False, progress: bool = True, **kwargs: Any) → DarknetV1[source]¶ Darknet-24 from “You Only Look Once: Unified, Real-Time Object Detection” Parameters: pretrained (bool) – If True, returns a model pre-trained on ImageNet progress (bool) – If True, displays a progress bar of the download to stderr kwargs – keyword args of _darknet Returns: classification model Return type: torch.nn.Module