Spaces:
Running
on
Zero
Running
on
Zero
File size: 253 Bytes
de1b1de |
1 2 3 4 5 6 7 8 9 |
#!/usr/bin/env bash
#
# For licensing see accompanying LICENSE file.
# Copyright (C) 2024 Apple Inc. All Rights Reserved.
#
mkdir -p checkpoints
# Place final weights here:
wget https://ml-site.cdn-apple.com/models/depth-pro/depth_pro.pt -P checkpoints
|