Complextext2animation icon indicating copy to clipboard operation
Complextext2animation copied to clipboard

Proceedings of IEEE CVF. ICCV 2021 "Synthesis of Compositional Animations from Textual Descriptions."

Results 6 Complextext2animation issues
Sort by recently updated
recently updated
newest added

Hi, thanks for your great work on ICCV'21. I have some questions and issues with your code. I just clone your code (didn't modify official code) and evaluated the provided...

Hello, In ``data.py``line 381, you define ``rifke_dict`` which seems to give correspondances between "part of the body" and indices. Line 164-166, you are using some of the indexes, to extract...

Hello, I clone your code and evaluated the provided pre-trained model. It creates some binary file under the output folder. I tried to open this file directly but it ends...

Hi, thanks for your great work on ICCV. I have a question about the usage of text description. As we know, there could be multiple description for each motion animation....

Hello, In ``src/eval_APE.py`` line 249, you define the trajectory loss in this way: ```python trajectory_loss_ += math.sqrt(mse_loss(y_cap[:, 0], y[:, 0])) ``` As far as I understand, the dimensions of ``y``...

Hello, i just cloned the repo to use it for the pre processing of the KIT dataset but i faced this issue that i didn't know how to solve, if...