Akira
Akira
Hi, Thanks for your excellent work! I encountered an error while running the training code ProcessingTraceback (most recent call last): ``` File "traineval.py", line 418, in main(args) File "traineval.py", line...
Hi, I have a question that why smpl choose axis-angle representation? Cause I find I can't rotate the part to a position that I want by giving angles, why don't...
hi, thanks for your work! I got an error when run demo: VTG-LLM/vtgllm/models/modeling_llama.py:219 AttributeError: 'LlamaConfig' object has no attribute 'num_key_value_heads'
Hi,thanks for your work! I have two questions: 1. I tried to input a video longer than 150s, and set query feature to be zeros([77,512]) ,then I found that the...