Closed hxhao2000 closed 2 years ago
Hi,
No, that is not a bug. It should remain as 3. You don't need to change anything. Please make sure that your input sizes are the same as below: v: (B, rgb_stack_size, 3, H_v, W_v) a: (B, 1, H_a, W_a)
Thank you, Kyle
Thanks! After resizing the input, it works well.
Hi, I am trying to run your code, and I use my own dataset for training and testing, but I found some possible bugs in
models_stage1_tsm.py
.I guess this '3' should be '3*clip_length', where 'clip_length' is the length of face-crops
This rgb_stack_size shoude be equal with clip_length?
When rgb_stack_size is 11 (default), the program always throws an exception here I have no idea to solve it, if you can help me, I'd really appreciate it.