CharlesKangZhou / P_Net_Anomaly_Detection

This is the implementation of our paper in ECCV 2020.
64 stars 13 forks source link

Extracting Normal Samples from the Dataset #9

Open devansh-srivastav opened 1 year ago

devansh-srivastav commented 1 year ago

Hello, In the dataset link provided in the readme file, the training data contains various sub-directories having slices and masks for the left and the right eye. How are the normal samples extracted from the data, since the data is not labelled as normal or abnormal? Also, can you share the directory structure of how you have stored the training and test data?

Thank you!