Copyright: See copyright in the source repository
License: See license in the source repository
Creation date: 2016-07-07
Source: GitHub
cID: 1dc07ee0f4742028:4e3e9dd897f125bb
Don't hesitate to get in touch if you encounter any issues or would like to discuss this community project!
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