You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by zh...@apache.org on 2021/02/03 22:37:14 UTC

[incubator-mxnet-ci] branch master updated: Replace all test images with images from public domain. (#36)

This is an automated email from the ASF dual-hosted git repository.

zha0q1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet-ci.git


The following commit(s) were added to refs/heads/master by this push:
     new 36a5050  Replace all test images with images from public domain. (#36)
36a5050 is described below

commit 36a5050b9c7bd720a4aa87d225738400083d611d
Author: Joe Evans <jo...@gmail.com>
AuthorDate: Wed Feb 3 14:37:06 2021 -0800

    Replace all test images with images from public domain. (#36)
    
    * Add new pose estimation test images.
    
    runners.jpg: from https://commons.wikimedia.org/wiki/File:Ludovic_and_Lauren_(8425515069).jpg
    bikes.jpg: from https://commons.wikimedia.org/wiki/File:V%C3%A9locourse.jpg
    tennis.jpg: from https://commons.wikimedia.org/wiki/File:Roger_Federer_2012_Indian_Wells.jpg
    soccer.png: from https://github.com/dmlc/web-data/blob/master/gluoncv/pose/soccer.png
    
    * Add license data for test images with licenses.
    
    * Add test data for action recognition models.
    
    * Use only test images in public domain and update license to reflect this.
    
    Co-authored-by: Joe Evans <jo...@amazon.com>
---
 LICENSE                              |  18 ++++++++++++++++++
 test-data/actions/biking.rec         | Bin 0 -> 1521808 bytes
 test-data/actions/diving.rec         | Bin 0 -> 4115960 bytes
 test-data/actions/golfing.rec        | Bin 0 -> 1084796 bytes
 test-data/actions/sledding.rec       | Bin 0 -> 8327204 bytes
 test-data/images/apron.jpg           | Bin 14112 -> 0 bytes
 test-data/images/bikers.jpg          | Bin 0 -> 168258 bytes
 test-data/images/car.jpg             | Bin 0 -> 142415 bytes
 test-data/images/car6.jpg            | Bin 102870 -> 0 bytes
 test-data/images/dancer.jpg          | Bin 0 -> 65655 bytes
 test-data/images/dog.jpg             | Bin 15616 -> 0 bytes
 test-data/images/dog2.jpg            | Bin 163759 -> 0 bytes
 test-data/images/dog3.jpg            | Bin 101670 -> 0 bytes
 test-data/images/dolphin.jpg         | Bin 9868 -> 0 bytes
 test-data/images/duck.jpg            | Bin 0 -> 92475 bytes
 test-data/images/fieldhockey.jpg     | Bin 0 -> 185403 bytes
 test-data/images/flower.jpg          | Bin 0 -> 103854 bytes
 test-data/images/hammerheadshark.jpg | Bin 6652 -> 0 bytes
 test-data/images/lotus.jpg           | Bin 18400 -> 0 bytes
 test-data/images/runners.jpg         | Bin 0 -> 180059 bytes
 test-data/images/shark.jpg           | Bin 0 -> 99269 bytes
 test-data/images/soccer2.jpg         | Bin 0 -> 155321 bytes
 test-data/images/tree.jpg            | Bin 0 -> 222033 bytes
 23 files changed, 18 insertions(+)

diff --git a/LICENSE b/LICENSE
index d645695..4c5f9be 100644
--- a/LICENSE
+++ b/LICENSE
@@ -200,3 +200,21 @@
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
+
+    ======================================================================================
+    Apache MXNET (incubating) Subcomponents:
+
+    The Apache MXNET (incubating) project contains subcomponents with separate
+    copyright notices and license terms. Your use of the source code for the
+    these subcomponents is subject to the terms and conditions of the following
+    licenses. If not stated otherwise, their copyright notices and license terms
+    are available at the path of the subcomponent.
+
+    If a folder hierarchy is listed as subcomponent, separate listings of
+    further subcomponents (files or folder hierarchies) part of the hierarchy
+    take precedence.
+
+
+    ======================================================================================
+
+    All images in test-data/images are public domain.
diff --git a/test-data/actions/biking.rec b/test-data/actions/biking.rec
new file mode 100644
index 0000000..7eff4e2
Binary files /dev/null and b/test-data/actions/biking.rec differ
diff --git a/test-data/actions/diving.rec b/test-data/actions/diving.rec
new file mode 100644
index 0000000..ca5fbab
Binary files /dev/null and b/test-data/actions/diving.rec differ
diff --git a/test-data/actions/golfing.rec b/test-data/actions/golfing.rec
new file mode 100644
index 0000000..bb4da92
Binary files /dev/null and b/test-data/actions/golfing.rec differ
diff --git a/test-data/actions/sledding.rec b/test-data/actions/sledding.rec
new file mode 100644
index 0000000..69456c5
Binary files /dev/null and b/test-data/actions/sledding.rec differ
diff --git a/test-data/images/apron.jpg b/test-data/images/apron.jpg
deleted file mode 100644
index 9251d0a..0000000
Binary files a/test-data/images/apron.jpg and /dev/null differ
diff --git a/test-data/images/bikers.jpg b/test-data/images/bikers.jpg
new file mode 100644
index 0000000..e42136f
Binary files /dev/null and b/test-data/images/bikers.jpg differ
diff --git a/test-data/images/car.jpg b/test-data/images/car.jpg
new file mode 100644
index 0000000..3002577
Binary files /dev/null and b/test-data/images/car.jpg differ
diff --git a/test-data/images/car6.jpg b/test-data/images/car6.jpg
deleted file mode 100644
index 5314da0..0000000
Binary files a/test-data/images/car6.jpg and /dev/null differ
diff --git a/test-data/images/dancer.jpg b/test-data/images/dancer.jpg
new file mode 100644
index 0000000..2b22e9f
Binary files /dev/null and b/test-data/images/dancer.jpg differ
diff --git a/test-data/images/dog.jpg b/test-data/images/dog.jpg
deleted file mode 100644
index 6262007..0000000
Binary files a/test-data/images/dog.jpg and /dev/null differ
diff --git a/test-data/images/dog2.jpg b/test-data/images/dog2.jpg
deleted file mode 100644
index 665a81c..0000000
Binary files a/test-data/images/dog2.jpg and /dev/null differ
diff --git a/test-data/images/dog3.jpg b/test-data/images/dog3.jpg
deleted file mode 100644
index c312018..0000000
Binary files a/test-data/images/dog3.jpg and /dev/null differ
diff --git a/test-data/images/dolphin.jpg b/test-data/images/dolphin.jpg
deleted file mode 100644
index 4e970de..0000000
Binary files a/test-data/images/dolphin.jpg and /dev/null differ
diff --git a/test-data/images/duck.jpg b/test-data/images/duck.jpg
new file mode 100644
index 0000000..9276279
Binary files /dev/null and b/test-data/images/duck.jpg differ
diff --git a/test-data/images/fieldhockey.jpg b/test-data/images/fieldhockey.jpg
new file mode 100644
index 0000000..9af1d8e
Binary files /dev/null and b/test-data/images/fieldhockey.jpg differ
diff --git a/test-data/images/flower.jpg b/test-data/images/flower.jpg
new file mode 100644
index 0000000..b1b3084
Binary files /dev/null and b/test-data/images/flower.jpg differ
diff --git a/test-data/images/hammerheadshark.jpg b/test-data/images/hammerheadshark.jpg
deleted file mode 100644
index ef44d31..0000000
Binary files a/test-data/images/hammerheadshark.jpg and /dev/null differ
diff --git a/test-data/images/lotus.jpg b/test-data/images/lotus.jpg
deleted file mode 100644
index 6512a75..0000000
Binary files a/test-data/images/lotus.jpg and /dev/null differ
diff --git a/test-data/images/runners.jpg b/test-data/images/runners.jpg
new file mode 100644
index 0000000..bccf8fe
Binary files /dev/null and b/test-data/images/runners.jpg differ
diff --git a/test-data/images/shark.jpg b/test-data/images/shark.jpg
new file mode 100644
index 0000000..52d786e
Binary files /dev/null and b/test-data/images/shark.jpg differ
diff --git a/test-data/images/soccer2.jpg b/test-data/images/soccer2.jpg
new file mode 100644
index 0000000..7e3a53e
Binary files /dev/null and b/test-data/images/soccer2.jpg differ
diff --git a/test-data/images/tree.jpg b/test-data/images/tree.jpg
new file mode 100644
index 0000000..e85d57d
Binary files /dev/null and b/test-data/images/tree.jpg differ