rec-attend-public
rec-attend-public copied to clipboard
CVPPP train and test data setup
Hi, I am very new to this area, so it might be a silly question.
I downloaded CVPPP dataset "CVPPP2017_LSC_training.zip" from https://www.plant-phenotyping.org/datasets-download. However, it looks like A1 folder only have 103 data instead of 128+33. On their website, they said "Testing sets are not publicly available (they are blind) but if you want to test on the datasets for comparisons, please use our codalab version of the LSC:". But the dataset is no longer on codalab website any more, unfortunately.
Is there anyway I can get the whole dataset so that I can replicate the result on paper? Many thanks.
Su
@alivcor how do you get the CVPPP full dataset?
Please see https://www.plant-phenotyping.org/datasets-download
Thanks @renmengye .
I visited that website, but their test data is no longer there anymore. Anyway, I managed run your code. Thank you.
Su
Hello,
I am running into the same problem with @daobilige-su. All the test dataset on that site is blind because of the 2017 challenge. I was able to get the .h5 file for test after I signed up for the competition. However, I don't think that works either. Can you please let me know how did you run the code? Thank you.
Hi hleu,
I wasn't able to download the test dataset eventually. What I did to run the code is that I faked the test dataset from the training/validation dataset. I mean I copied some images from training dataset and used them as test dataset just to test the whole code is working.
Cheers, Su