YichiCS / Diffusion-Noise-Feature

Code repository for the paper: Diffusion Noise Feature: Accurate and Fast Generated Image Detection.
MIT License
16 stars 2 forks source link

Question about demo.py #4

Open licho123 opened 6 months ago

licho123 commented 6 months ago

I am curious how demo.py works, Should we convert testing images into DNF by diffusion model then use resnet50 in the demo.py to do binary classification?

YichiCS commented 6 months ago

Hello, demo.py is the file in CNNDetection, not work for DNF. I will slove this problem in following updates.