kaix90 / DCTNet

458 stars 97 forks source link

Do you need to convert DCT frequency domain information back to RGB? #23

Open cwwng opened 4 years ago

cwwng commented 4 years ago

Hello, convert the RGB information to the DCT frequency domain information and enter the model. After learning the frequency domain information in the model, don't you need to convert the frequency domain information back to RGB?

Looking forward to your reply.

kaix90 commented 4 years ago

You don't need to convert from the frequency domain back to RGB because the extracted features can be directly used for making decisions. Thanks.