paulstarke / PhaseBetweener

Creating animation sequences between sparse key frames using motion phase features.
178 stars 26 forks source link

Wrong expected training data path #6

Closed dj-kefir-siorbacz closed 1 year ago

dj-kefir-siorbacz commented 1 year ago

Data from Unity is exported here: image

While the InBetweeningNetwork.py expects them in a different folder: https://github.com/pauzii/PhaseBetweener/blob/b8f4e4df3456f6218ce2434d8d875f78a3799ad9/DeepLearningONNX/Models/GNN/InBetweeningNetwork.py#L15

0mil commented 7 months ago

@dj-kefir-siorbacz How can you get the datasets like Input.txt, Output.txt, InputLabels.txt, I/ONorm.txt? I can't find them in the repository.

dj-kefir-siorbacz commented 7 months ago

@0mil It's been a long time, I don't remember, unfortunately. But they are not by default in the repo - you need to generate them inside of Unity

0mil commented 7 months ago

@dj-kefir-siorbacz Thank you for answering! I will try to generate it using Unity. :)