DeepMotionEditing / deep-motion-editing

An end-to-end library for editing and rendering motion of 3D characters with deep learning [SIGGRAPH 2020]
BSD 2-Clause "Simplified" License
1.58k stars 256 forks source link

I did not find the appendix mentioned in the Style Transfer paper in your open source materials #152

Closed eveleslie closed 3 years ago

eveleslie commented 3 years ago

Hi! :) I have read your paper intensively these days, and it mentioned "A detailed description of the architecture layers and parameters is given in the Appendix." on the fourth page, but I did not find the appendix you mentioned. Would you please provide it?I want to know more about the network structure and specific details of your article. Thanks a lot!!!!

HalfSummer11 commented 3 years ago

Hi :) Thanks for your interest in our work! We're sorry that we didn't have the appendix either -- it was never written, and what you see in the paper is a typo we forgot to remove 😢 The architecture is defined in networks.py. The parameters can be found in config.py. We're sorry for the inconvenience.

eveleslie commented 3 years ago

Ok I see! Thank you for your prompt reply!!!