dioptra-io / zeph-evaluation

🌬️ Evaluation for the Zeph & Iris paper
MIT License
3 stars 0 forks source link

Link to `zeph-evaluation-dataset` invalid #2

Closed zhiyuan-251 closed 1 month ago

zhiyuan-251 commented 1 month ago

Type: file missing Description: In the README file says,

Download zeph-evaluation-dataset.tar.gz (650MB) and extract it at the root of the repository: curl -L https://minio.iris.dioptra.io/public/zeph-evaluation-dataset.tar.gz | tar x

However, when I tried to connect this page, there is a wrong message "The specified key does not exist."

I'm interested in your research and I guess there is some issue in the cloud server. Please inform me if you have something to say.

matthieugouel commented 1 month ago

Hey @SaiedKazemi could you check if the files are still on minio and/or if there is a permission issue? If the team is not confortable in hosting those files anymore, I can host them myself, although I'm not sure I still have them. Thanks!

SaiedKazemi commented 1 month ago

@matthieugouel sorry for the delay as I was out of office last week and will be in the GMT-5 timezone for the next 3 weeks. Anyway, I will look into this and comment here over the next couple of days.

SaiedKazemi commented 1 month ago

@zhiyuan-251 and @matthieugouel, thank you for reporting this issue. I verified it works now:

$ curl -L https://minio.iris.dioptra.io/public/zeph-evaluation-dataset.tar.gz --output zeph-evaluation-dataset.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  619M  100  619M    0     0  20.4M      0  0:00:30  0:00:30 --:--:-- 19.6M

However, please note that Iris currently is not available to the public for running their measurements. I will soon update documentation here to mention this. To run measurements, you can install Iris on your own server and run measurements that you are interested in.

I will close this issue. If the problem persists, please re-open or file a new issue.

@timur-friedman, just FYI.

matthieugouel commented 1 month ago

Thanks @SaiedKazemi!