Wrong expected training data path
dj-kefir-siorbacz opened this issue · 3 comments
dj-kefir-siorbacz commented
Data from Unity is exported here:
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
@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
@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
@dj-kefir-siorbacz Thank you for answering! I will try to generate it using Unity. :)