serserher / evaluation_of_images_iqa

A repository for an image quality analysis CNN implementation to evaluate the quality of images generated with generative AI models.
0 stars 0 forks source link

train data #2

Open minmin0516 opened 1 month ago

minmin0516 commented 1 month ago

Can provide training data examples, such as specific content in/path/to/labels. csv

serserher commented 1 month ago

Hello! Glad to see that you are interested in the repository.

This project is part of my Master's Thesis which is done in collaboration with a company and thus I cannot provide the data examples as that may lead to a confidentiality issue, however, I can give you a description of the data that you need to have to make the custom dataset class work.

The codes involved in the functioning of the training and testing need to be consistent when it comes to the criteria names, you can obtain that consistency by adjusting the names of the criteria in the whole stack for training and testing (You can find the names of the criteria that I use for my project but you can change it to adapt to your purpose).

This project is part of a Master's Thesis in collaboration with a company so the data used will be kept private.