TsotsosLab / SMILER

The Saliency Model Implementation Library for Experimental Research.
Other
44 stars 16 forks source link

Fix model.zip hosting #31

Closed tkunic closed 2 years ago

tkunic commented 2 years ago

Background

Currently, https://www.eecs.yorku.ca/rspace-jtfarm/SMILER/ is used by SMILER to retrieve "model_files" lists specified in a model's smiler.json when a model is first run. Here's an example: https://github.com/TsotsosLab/SMILER/blob/9d9ab70b4c6a2614dd06ee08def24f35de80502f/models/docker/DVAP/smiler.json#L7-L12

The code that does this lives here: https://github.com/TsotsosLab/SMILER/blob/06cd138628f26b2e16eead8e05fc922041930a44/smiler_tools/smiler_tools/models.py#L96-L112

The issue is that this site returns 404 today. There are two possible solutions:

  1. Work together with York University EECS Department computing team to reinstate hosting the model.zip files for SMILER at current URL (ask Toni for contact info), OR
  2. Devise alternative hosting, with HMC, or with some free hosting provider (some have free tiers for open source projects and research projects -- that's SMILER!).

Acceptance Criteria