OpenCV 4.11.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数据集的加载,因为只有该数据集具有测试数据的真实值,但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.zip
SUN397.tar
解压到文件夹:SUN397/
,并将Partitions.zip
解压到文件夹:SUN397/Partitions/