ZhendongWang6 / DIRE

[ICCV 2023] Official implementation of the paper: "DIRE for Diffusion-Generated Image Detection"
293 stars 22 forks source link

Inference progress does not calculate DIRE #33

Open semikonductor opened 3 months ago

semikonductor commented 3 months ago

As far as I can see, in demo.py the code does not calculate DIRE in inference progress. Instead, it directlt put image in ResNet after several transition. Or did I miss something?

semikonductor commented 3 months ago

You can see #7 to learn how to do inference.

ljmljp1111 commented 2 months ago

As far as I can see, in demo.py the code does not calculate DIRE in inference progress. Instead, it directlt put image in ResNet after several transition. Or did I miss something?

程序中有很多地方都没有计算dire 但是我如果把dire图片直接作为输入得到的结果却不太对 不知道大佬复现完了没