LibreConvNeXtV2h-cls
NON-COMMERCIAL WEIGHTS: CC-BY-NC-4.0. The MIT architecture code has a separate license.
ConvNeXt V2 Huge, 224px, 1000 ImageNet classes, converted for LibreYOLO.
Usage
Requires LibreYOLO with ConvNeXt V2 support (the development branch until released).
from libreyolo import LibreYOLO
model = LibreYOLO("LibreConvNeXtV2h-cls.pt")
result = model.predict("image.jpg")[0]
print(result.names[result.probs.top1])
Source
https://github.com/facebookresearch/ConvNeXt-V2 at 2553895753323c6fe0b2bf390683f5ea358a42b9.
Copyright (c) Meta Platforms, Inc. and affiliates.
Official ImageNet-1K fine-tuned EMA checkpoint.
Source SHA-256: 8b93444dacc21613c58c5efbfa594a46e019e735686b9c22c05208ea739bfeb9.
Paper: ConvNeXt V2.
Modifications
LibreYOLO schema-v1 metadata and ImageNet class names added. Learned parameters
and state-dict keys are unchanged. Conversion: weights/convert_convnextv2_weights.py
in the LibreYOLO source.
Evaluation uses bicubic resize of the shorter side to 256, a 224 center crop,
and ImageNet mean/std normalization. This is the supervised classifier, not an
FCMAE encoder-only checkpoint. Fine-tunes derived from these weights retain
their non-commercial terms. No independent full-ImageNet accuracy claim is made.
License
Weights are CC-BY-NC-4.0. See LICENSE and NOTICE. The LICENSE reproduces the upstream combined MIT-code and CC-BY-NC-weight text.