Add SHARP weight repo metadata
Browse files
README.md
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
library_name: pytorch
|
| 4 |
+
tags:
|
| 5 |
+
- apple-sharp
|
| 6 |
+
- gaussian-splatting
|
| 7 |
+
- monocular-view-synthesis
|
| 8 |
+
- pytorch
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# Apple SHARP Weights
|
| 12 |
+
|
| 13 |
+
This repository stores the published Apple SHARP checkpoint used by the companion Space `IdlecloudX/ml-sharp-zerogpu`.
|
| 14 |
+
|
| 15 |
+
## Files
|
| 16 |
+
|
| 17 |
+
- `sharp_2572gikvuh.pt`: original Apple SHARP checkpoint downloaded from `https://ml-site.cdn-apple.com/models/sharp/sharp_2572gikvuh.pt`.
|
| 18 |
+
- `LICENSE_MODEL`: Apple Machine Learning Research Model License Agreement from `apple/ml-sharp`.
|
| 19 |
+
|
| 20 |
+
## Usage and License Limits
|
| 21 |
+
|
| 22 |
+
The Apple SHARP model weights are released for scientific research and non-commercial use only. This repository does not modify, fine-tune, or create a derivative checkpoint. Review `LICENSE_MODEL` and the upstream repository before using or redistributing the model or outputs.
|
| 23 |
+
|
| 24 |
+
Upstream project: https://github.com/apple/ml-sharp
|