Closed huaji98 closed 1 year ago
Thanks, But this format does not match the code?
Looks like the data in the link is simulated eye data. Would it be possible to get access to the real Open Eye Dataset?
We do not have the right to share the OpenEDS-2019. The dataset is from https://research.facebook.com/openeds-challenge/ Regarding RIT-Eyes the format of the file will image loading script has to be changed to load those images.
Thanks for your dataset! After opening the .p file, I am confused about the details. Is there some place for me to learn he exact meaning? What I am doing is to locate pupil with normal camera, not in VR. So what is the data in 'pupil' mean? Seems it is not x, y coordinate in the picture. Thanks!
Hi @perphyguo , I was wondering how would you open these .p files. I have tried multiple apps but still can't make it. Hope to hear your expertise. Thx.
Thanks for your dataset! After opening the .p file, I am confused about the details. Is there some place for me to learn he exact meaning? What I am doing is to locate pupil with normal camera, not in VR. So what is the data in 'pupil' mean? Seems it is not x, y coordinate in the picture. Thanks!
Hi @perphyguo , I was wondering how would you open these .p files. I have tried multiple apps but still can't make it. Hope to hear your expertise. Thx.
Thanks for your dataset! After opening the .p file, I am confused about the details. Is there some place for me to learn he exact meaning? What I am doing is to locate pupil with normal camera, not in VR. So what is the data in 'pupil' mean? Seems it is not x, y coordinate in the picture. Thanks!
I use a library to open .p file in python
@perphyguo thanks for your advice, we finally figured out the .p file is pickle file instead of matlab P-file :) !
@perphyguo thanks for your advice, we finally figured out the .p file is pickle file instead of matlab P-file :) !
So would you tell me the meaning of the labels if you figure it out?
Thanks!
To my knowledge, labels are about segmented area for corresponding eye regions, or classification, (e.g. if eyeglasses exist), or camera geometric info, e.g. position.
Which label you'd like to know the most ?
@perphyguo
The pickle file you are reading is not the correct file for this model. The model only takes image as input and the label must be image with segmentation labels stored in numpy fashion. Using appropriate files may help to solve the issue
The OpenEDS dataset must be downloaded from the source owners [Me as the authors of this paper do not have legal right to share the dataset. Required format: Image as input Labels same size as input image but corresponding to the segmentation labels
Hello. Could you give me an example label folder for one of your synthetic datasets ?
We found no public download link for this dataset.