unc-openpros: sync data card and main image with GitHub
Syncs the unc-openpros card and main image on the Hub with the reviewed state on GitHub (open-h/OpenH-RF).
Adds assets/main.png, the predicted speed-of-sound map that the card uses as its release image.
The card also linked reconstruct.py relatively, which 404s here since the scripts live on GitHub; it now points at the GitHub URL. convert.py is described in the card but has never been committed to either repo, so that link is removed rather than repointed.
GitHub PRs:
- tristan-deep/OpenH-RF#20 β unc-openpros: restructure reconstruct.py, prettier SOS colormap, hero image
- tristan-deep/OpenH-RF#22 β Fix README links that break on the Hugging Face Hub
- tristan-deep/OpenH-RF#25 β unc-openpros: drop the unshipped convert.py, add card frontmatter and hero
Files changed: 2.
+ unc-openpros/assets/main.png
~ unc-openpros/README.md
Update β common card layout. The card now follows the layout shared by every OpenH-RF dataset: frontmatter with a name, a stand-alone title, the hero image with an italic caption linking the sample it shows, Description, Contributor(s), Creation Date and the standard CC BY 4.0 text, then a new Processing the Dataset section (the zea process command where the pipeline carries the whole reconstruction, and the reconstruct.py link) followed by Dataset Format, which opens with the zea version. Hard line breaks are gone so the Hub wraps paragraphs itself; the longer sections keep their content.
The Processing section says what custom_ops.py and network_ops.py hold.
GitHub PRs:
- tristan-deep/OpenH-RF#28 β Restructure all data cards to the common README layout
Files changed: 1.
~ unc-openpros/README.md
@tristan-deep should we remove mention to convert.py?
Yes, agreed. Fixed and cleaned up the README a bit more even.