This portal has been discontinued and archived in 2021, and some functionality may no longer work as expected. Please explore
the
next generation of this technology
and contact
Grigori Fursin, the author and architect of this platform, for more information.
In such case, CK will print the LICENSE.txt and ask a user to accept the license before installing this package?
Any thoughts?
Date: Wed, 11 Dec 2019 21:46:00 -0800 (PST)
From: 'Thai Nguyen' via MLPerf
Reply-To: Thai Nguyen
To: MLPerf
Hi all,
I am contributing to the mlperf mobile app (https://github.com/mlperf/mobile_app).
An existing problem is users have to download and push the Imagenet dataset to the device themselves.
This is due to the Imagenet license (http://image-net.org/download-faq) which does not allow to publicly redistribute the dataset.
However, observing the CK's way of downloading the dataset. I saw that the users just need to run one command:
$ ck install package --tags=image-classification,dataset,imagenet,val,original,full
Look like the users don't need to involve in any license-related thing before downloading the dataset.
I wonder what is the legal (license) basis behind this?
Can I do such similar things to help user get the dataset easier in the app? May be:
- Show a pop-up that display the license
- Let them agree and then download in in the same way as CK
Thanks.
Thai