GeekyYouthsInfo / Deep-Learning-Cataract-Detection

Academic: Deep learning-based mobile app to accurately identify the presence and severity of cataracts, enabling early diagnosis and treatment.
0 stars 1 forks source link

updatenotebook: preprocess sample data #4

Closed jona42-ui closed 2 months ago

jona42-ui commented 2 months ago

In this PR I made a simple preprocessing of the dataset

jona42-ui commented 2 months ago

hello Basically, the work here that we need to spend effort to is finding the best(given our task, meaning we need diverse data) dataset. I will make a follow up PR that looks at the use of the Augmentor tool that I have added. Then we can reason about the ResNet-50 architecture that we will be training

Feel free to comment if you have any doubts.