![]() |
OpenCV 4.12.0
开源计算机视觉
|
实现加载数据集: "ImageNet": http://www.image-net.org/
用法
ILSVRC2010_images_train.tar\ILSVRC2010_images_test.tar\ILSVRC2010_images_val.tar & 开发工具包: ILSVRC2010_devkit-1.0.tar.gz (实现了加载2010数据集,因为只有该数据集具有测试数据的ground truth,但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,例如,使用下面的 python 脚本 (每个文件的行格式: 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/