Views
No views yet
/healthz and reveals an
upload button).best.safetensors — model weights, ~98 MB. Loadable with
safetensors.torch.load_file. The epoch and best_miou are stored in
the safetensors metadata header.config.yaml — training config required by the loader (image size,
letterbox, normalization, encoder name).1mkdir -p weights
2curl -L -o weights/best.safetensors https://huggingface.co/Yytsi/floorplan-to-3d-walls/resolve/main/best.safetensors
3curl -L -o weights/config.yaml https://huggingface.co/Yytsi/floorplan-to-3d-walls/resolve/main/config.yaml