Hi!
I want to transform a tensor by 2d DCT transform… How could I do this using PyTorch that the output be as the same as matlab?
Nikronic
(Nikan Doosti)
2
Hi,
I think this post can answer your questions:
Bests
thanks for your reply @ Nikronic… but it doesn’t work properly and its outputs are wrong (at least in my problem) …
Nikronic
(Nikan Doosti)
4
What is your case? Can you create a toy example using numpy?
I have not worked with the code I referenced but at a glimpse, it seems alright.
d4riush
(d4riush)
5
I developed a package that handles 2D DCT encoding/decoding: