You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the rdf.yaml files we host contain relative paths (or rather 'relative URLs') only downloading an rdf.yaml (and not the packaged zip).
We should consider hosting rdf.yaml files with URLs in them.
For now I think we should add a warning to the downloader where a download link to the source rdf.yaml file is offered.
something like
(for reference only; the source RDF file contains relative file paths that cannot be resolved when only downloading this file. We recommend to download a package that contains additional files like neural network weights)
Current downloader GUI with link to "source RDF file":
Ah, ok. Thanks for the info. This makes a lot of sense. I didn't realize the rdf contained only relative paths.
As for how I got the rdf:
I just clicked on the model I wanted: affable-shark, hit the little download button, and clicked the first link source RDF file
I was given the default name of "rdf.yaml" but I was testing a few different models so I renamed it to "nuclei.yaml" for my convenience not realizing that the name was important.
actually I could also implement resolving relate paths in bioimageio.core.
The collection base URL can be an environment variable (with our curent S3 as default) and id and version are enough to find the RDF 'root'...
As the rdf.yaml files we host contain relative paths (or rather 'relative URLs') only downloading an rdf.yaml (and not the packaged zip).
We should consider hosting rdf.yaml files with URLs in them.
For now I think we should add a warning to the downloader where a download link to the source rdf.yaml file is offered.
something like
(for reference only; the source RDF file contains relative file paths that cannot be resolved when only downloading this file. We recommend to download a package that contains additional files like neural network weights)
Current downloader GUI with link to "source RDF file":
Thanks @pattonw for reporting a related issue:
Originally posted by @pattonw in #449
The text was updated successfully, but these errors were encountered: