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

How should I prepare my input? #2

Open
qiqigit opened this issue Oct 20, 2021 · 1 comment
Open

How should I prepare my input? #2

qiqigit opened this issue Oct 20, 2021 · 1 comment

Comments

@qiqigit
Copy link

qiqigit commented Oct 20, 2021

Thank you so much for releasing the code of the project!
I have a problem preparing the input data.

I put a mp4 video file into test_video_dir but it didn't work out.
Then I converted the video into a sequence of 130 jpg images, starting from "frame001.jpg", which also ended in
"ValueError: invalid literal for int() with base 10: '001.jpg'".

So my question is: what kind of input should I prepare exactly?

@Lingchen-chen
Copy link
Owner

Hi, the networks should be trained. You need to collect the dataset according to the data loader's format. Sorry for the inconvenience. For example, you need to prepare a 2D orientation map and a bust depth map for each frame.

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