sftwre / ImageCompressionNN

Implementation of: Real-Time Adaptive Image Compression by Oren Rippel and Lubomir Bourdev
15 stars 6 forks source link

bitplane decomposition #2

Open consistent1997 opened 4 years ago

consistent1997 commented 4 years ago

Hello, I find that your code seems to have no parts about bitplane decomposition, AAC and ACR. Have you realized them after this code? I am studying this paper and have some questions about these three parts, so I want to refer to your code to understand this process. Hope your reply, thanks!

sunset-clouds commented 4 years ago

Hello, I find that your code seems to have no parts about bitplane decomposition, AAC and ACR. Have you realized them after this code? I am studying this paper and have some questions about these three parts, so I want to refer to your code to understand this process. Hope your reply, thanks

I am now trying to re-implemented this paper, but I find some difficuties, would you mind to add a email to have a communication way, my email is xfangam@connect.ust.hk

sftwre commented 4 years ago

@sunset-clouds my contact information is on my profile.

sftwre commented 4 years ago

@consistent1997 Thanks for pointing that out. I have not touched this project in a while, so I will have to refresh myself on the internals of the network. But, ask away and I will do my best to reply.

ohsai commented 4 years ago

This guy implemented pyramidal decompositon. and thats all i think.