yunxiaoshi / Neural-IMage-Assessment

A PyTorch Implementation of Neural IMage Assessment
Other
526 stars 95 forks source link

how to test myself photo? #28

Open ke-s opened 3 years ago

ke-s commented 3 years ago

How do I test my own pictures with your pretrainde model , like the COCO dataset ,because there is no cvs file so I do not know how to test? Thanks

yunxiaoshi commented 3 years ago

See test.py. Cvs file is not required you can pass in path to your images with some minor code change

cherryolg commented 2 years ago

hello!Is your problem solved? I also want to test my own image, how do you change test.py?