YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/model-cards#model-card-metadata)

Hopenet

Note

import pathlib

import torch

paths = sorted(pathlib.Path('orig').glob('*'))

out_dir = pathlib.Path('models')
out_dir.mkdir(exist_ok=True)

for path in paths:
    ckpt = torch.load(path, map_location='cpu')
    torch.save(ckpt, out_dir / path.name)
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model is not currently available via any of the supported third-party Inference Providers, and HF Inference API was unable to determine this model's library.

Space using public-data/Hopenet 1