Closed YassineElbouchaibi closed 4 years ago
Ah, I believe this is because I used the weights for the Lesion Boundary challenge... Would you have weights for MICCAI 2015 Segmentation challenge ?
@YassineElbouchaibi
I have now uploaded the weight file for the CVC-ClinicDB (2015 MICCAI sub-challenge on automatic polyp detection dataset). For the (2015 MICCAI sub-challenge on automatic polyp detection dataset), please test with the ETIS-Larib Dataset. 2015 MICCAI sub-challenge on automatic polyp detection dataset
All the best for your project!
Best regards, Debesh Jha
@DebeshJha Thanks!! You're amazing!
@DebeshJha Hey just wanted to give you an update on my school project if you wanted to see the outcome. Its now done. It was made possible by the awesome work you had done here! You can check out a demo here : https://medica-vue.netlify.app/
And the source code here :
I made sure to mention your projet in the about/credits section of the website!
Thank you!
Hey,
Sorry to ask such a silly question but could you help me with my images pre-processing to use your model and weights
Here is what I did :
./files/
I changed your data.py -> main() to the following :
At this point I had 2 folders with images in JPEG (.jpg) format but when I run the prediction, I get results like this :
When I do the same with ETIS-LaribPolypDB dataset, I get results like these :
Do you know what I'm doing wrong? Do you have any code examples to process an image and run a prediction? Or do you have a pre-processed image dataset?
FYI: I'm working on a school project where I want to use your model and weights as a backend and build a web gui to run predictions and have some cool gui features