idealo / image-quality-assessment

Convolutional Neural Networks to predict the aesthetic and technical quality of images.

Home Page:https://idealo.github.io/image-quality-assessment/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image format and type

d5423197 opened this issue · comments

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

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.

#70