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

Model and weights of paper DeH4R: A Decoupled and Hybrid Method for Road Network Graph Extraction.

The pth file contains model architecture and weights, so you should change the way of initializing model like

# model = R2RC(config) do not need this
model = torch.load('xxx.pth')  # make sure you've downloaded the xxx.pth to your local directory
model.to(device)
model.eval()

license: mit

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support