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

Re-add Missing Modules #8

Open
voetberg opened this issue Dec 12, 2023 · 3 comments
Open

Re-add Missing Modules #8

voetberg opened this issue Dec 12, 2023 · 3 comments
Assignees

Comments

@voetberg
Copy link
Contributor

There are some missing modules that would make it impossible to run this code.

Ones documented are:

  • LinearAverage in models
  • mydataset and ImageFolder
  • UnalignedDataLoader
  • Inference (in general)
@AleksCipri
Copy link
Contributor

I found a missing loss function. So that is added. I'll try to figure out the rest...but I doubt that I'll be able to resolve all of this without Ashia :(

@AleksCipri
Copy link
Contributor

Also added models/LineareAverage.py from Wu et al 2018.
https://github.com/zhirongw/lemniscate.pytorch/blob/master/lib/LinearAverage.py

@AleksCipri
Copy link
Contributor

ImageFolder and UnalignedDataLoader I found here:
https://github.com/zhengqili/unsupervised-learning-intrinsic-images

I hope nothing is modified compared to the original code, but I feel that at least ImageFolder is likely modified in some way...

@AleksCipri AleksCipri self-assigned this Dec 19, 2023
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

2 participants