idealo / image-quality-assessment

Convolutional Neural Networks to predict the aesthetic and technical quality of images.
https://idealo.github.io/image-quality-assessment/
Apache License 2.0
2.09k stars 447 forks source link

Image format and type #99

Open d5423197 opened 3 years ago

d5423197 commented 3 years ago

Hello there,

I am currently working on a project that is trying to segment the microscope image. So most of our pics are in tif format. Does this model accept this type of pic? Do you have any recommendations for the models or papers to read for this particular scenario.

Thanks

wolfiex commented 3 years ago

Issue #70 suggests that the model can take other image formats, however that the .jpg format is hard coded. The work around seems to be to convert the images to this and then feed them to the model.

https://github.com/idealo/image-quality-assessment/issues/70