オープンデータ
データやソフトウェア類の利用においては、必ず、各自で利用条件、著作権などを確認のこと。
目次
- CIFAR10 https://www.cs.toronto.edu/~kriz/cifar-10-python.tar.gz
顔データ関係への外部リンク
- MORPH https://ebill.uncw.edu/C20231_ustores/web/classic/product_detail.jsp?PRODUCTID=8
- CACD http://bcsiriuschen.github.io/CARC/
- UTKFace https://susanqq.github.io/UTKFace/
- CeleA http://mmlab.ie.cuhk.edu.hk/projects/CelebA.html
- https://ibug.doc.ic.ac.uk/resources/facial-point-annotations/
Computer Vision Group, Freiburg: https://lmb.informatik.uni-freiburg.de/resources/datasets/SceneFlowDatasets.en.html NYU Depth Dataset V2, https://cs.nyu.edu/~silberman/datasets/nyu_depth_v2.html
以下、書きかけ
#!/bin/bash cat >/tmp/a.$$.sql <<-SQL drop table KENALL; drop table JIGYOSYO; SQL cat /tmp/a.$$.sql | sqlite3 /tmp/mydb01 # cat >/tmp/a.$$.sql <<-SQL