以下为卖家选择提供的数据验证报告:
数据描述
Context
My first computer vision project was an image classification with Flower datasets in Kaggle. I wish other machine learning beginners share this brilliant moment with this dataset. (already received the agreement to open this dataset with an author of the original flower dataset)
Content
This dataset contains the folder 'flower_images' containing 1680 png images and the 'flower_label.csv' file.
With 'flower_images', you can load the png images and stack the matrix of each image.
With 'flower_label.csv', you can load the CSV file and then know each image's label. The first column is image filename and the second column is label of the image.
Acknowledgements
The link of original dataset of this flower extension is here.
