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

Training on CelebV-HQ #56

Open
kuwan2e opened this issue Sep 7, 2024 · 1 comment
Open

Training on CelebV-HQ #56

kuwan2e opened this issue Sep 7, 2024 · 1 comment

Comments

@kuwan2e
Copy link

kuwan2e commented Sep 7, 2024

data downloaded from torrent.
use data/celebvhq_info.json.
when training
some of the videos go well.
some of them raise this error:
when training

raise TypeError(f"pic should be Tensor or ndarray. Got {type(pic)}.")

TypeError: pic should be Tensor or ndarray. Got <class 'NoneType'>.
@johndpope
Copy link
Owner

there's more than 1 thing wrong with this codebase - that i need to circle back and fix
i solved some things here
https://github.com/johndpope/IMF/blob/main/WebVid10M.py#L56
this has special locking code to prevent threads endlessly spawning...

the other thing is identity leakage - i think there's some batch operation that's mixing values up -

we have this upstream implementation now from original author of paper
https://github.com/neeek2303/EMOPortraits

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