![]() |
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/