IQA-PyTorch icon indicating copy to clipboard operation
IQA-PyTorch copied to clipboard

IS

Open ucasyjz opened this issue 1 year ago • 2 comments

Can the repo support IS (Inception Score) calculation

ucasyjz avatar Mar 11 '24 08:03 ucasyjz

I may consider to support it when I have time

chaofengc avatar Mar 11 '24 09:03 chaofengc

+1

jaycecd avatar Mar 20 '24 15:03 jaycecd

Inception score is added, you now may use it like pyiqa.create_metric("inception_score") The results are calibrated with torch-fidelity using the command fidelity --gpu 0 --samples-find-ext bmp,BMP --isc --isc-splits 1 --input1 ResultsCalibra/dist_dir/

chaofengc avatar Apr 24 '24 12:04 chaofengc