Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

look for "block_composition" #36

Open
Fish08042 opened this issue Nov 22, 2020 · 10 comments
Open

look for "block_composition" #36

Fish08042 opened this issue Nov 22, 2020 · 10 comments

Comments

@Fish08042
Copy link

Fish08042 commented Nov 22, 2020

hello!
i find your code have this "from datasets.dct_resize.block_composition import block_composition",but i cant find "dct_resize"in datasets

@luowei0701
Copy link

same question ,have you solved it ?

@Fish08042
Copy link
Author

same question ,have you solved it ?

i havent~

@BeBeBerr
Copy link

BeBeBerr commented Dec 9, 2020

Same problem here... @calmevtime Are there any missing files for the training code?

@kaix90
Copy link
Owner

kaix90 commented Dec 9, 2020 via email

@BeBeBerr
Copy link

BeBeBerr commented Dec 10, 2020

The block_composition function is obsolete. Please comment out the line and it should be fine.

Thank you for your kindly reply. However, there are multiple places require datasets.dct_resize. For example, in cvfunctional.py line 19:

from datasets.dct_resize.resize_dct_opencv import resize_dct

It seems that this function is necessary. What should I do to fix that?

@ivylinden
Copy link

same problem

@ivylinden
Copy link

class UpsampleDCT(object):
def init(self, L=1, M=1, N=8, T=None, debug=False):
self.L, self.M = L, M
self.T = T
self.N = N
self.debug = debug

    self.A1 = block_composition(L, N)
    self.A2 = block_composition(M, N)

@ghost
Copy link

ghost commented Mar 20, 2022

是否可以重新上传datasets.dct_resize文件,万分感谢

@SystemErrorWang
Copy link

@calmevtime it seems the function "block_composition" is necessary in UpsampleDCT. would you please upload the dct_resize.py file, and also clarify the meaning of L, M, and N?

@ar-roy
Copy link

ar-roy commented Oct 24, 2023

Has anyone figured out their own implementation of dct_resize?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants