![]() |
OpenCV 4.10.0
开源计算机视觉
|
实现加载数据集:http://www.image-net.org/“ImageNet”
用法
ILSVRC2010_images_train.tar\ILSVRC2010_images_test.tar\ILSVRC2010_images_val.tar 和 devkit:ILSVRC2010_devkit-1.0.tar.gz(实现加载 2010 年数据集,因为只有这个数据集具有测试数据的真实情况,但 ILSVRC2014 的结构类似)some_folder/train/、some_folder/test/、some_folder/val 以及 some_folder/ILSVRC2010_validation_ground_truth.txt、some_folder/ILSVRC2010_test_ground_truth.txt 中。some_folder/labels.txt(每行文件的格式:synset,labelID,description。例如:“n07751451,18,plum”)。用于解析 meta.mat 的 Python 脚本
实现加载数据集
"MNIST": http://yann.lecun.com/exdb/mnist/
用法
t10k-images-idx3-ubyte.gz、t10k-labels-idx1-ubyte.gz、train-images-idx3-ubyte.gz、train-labels-idx1-ubyte.gz。实现加载数据集
"SUN 数据库,场景识别基准。SUN397": http://vision.cs.princeton.edu/projects/2010/SUN/
用法
SUN397.tar 和包含拆分的文件:Partitions.zipSUN397.tar 解压到文件夹:SUN397/ 和将 Partitions.zip 解压到文件夹:SUN397/Partitions/