bacpipe.model_pipelines.feature_extractors.convnext_birdset

Classes

AutoModelForImageClassification(*args, **kwargs)

This is a generic model class that will be instantiated as one of the model classes of the library (with a image classification head) when created with the [~AutoModelForImageClassification.from_pretrained] class method or the [~AutoModelForImageClassification.from_config] class method.

ConvNextPreProcess(sample_rate, device)

Model(**kwargs)

ModelBaseClass(sr, segment_length, model_name)

class bacpipe.model_pipelines.feature_extractors.convnext_birdset.Model(**kwargs)[source]

Bases: ModelBaseClass

classifier_predictions(embeddings)[source]
preprocess(audio)[source]