p2irc / deepplantphenomics

Deep learning for plant phenotyping.
GNU General Public License v2.0
133 stars 46 forks source link

where is the data? #13

Closed gs55 closed 5 years ago

gs55 commented 5 years ago

I tried python cifar10_test.py , then I had an error as follows.

No such file or directory: './data/cifar10/train/train.txt'

where is the data?

jubbens commented 5 years ago

The CIFAR10 dataset is not included in the repo, but can be downloaded using nvidia DIGITS.

gs55 commented 5 years ago

Thank you for ansering.

One more question, in PlantCV_segmentation_test.py it says that # Load all VIS images from a Lemnatec image repository model.load_lemnatec_images_from_directory('./data')

Could you tell me the URL of Lemnatec image download site ?

jubbens commented 5 years ago

@gs55 that loader is meant for any dataset collected on a Lemnatec system, not any specific dataset. The package does not include a dataset of that type.