microsoft/View-Adaptive-Neural-Networks-for-Skeleton-based-Human-Action-Recognition

contradiction between paper and code for translation

sksenthilkumar opened this issue · 1 comments

In the published paper "View Adaptive Neural Network for High-Performance S-b HAR", the translation was described as subtracting the obtained translation values from the given point. But However in the implemented code (transform_rnn.py and transform_cnn.py), it looks like the translation values are added to given points. Is this a bug? or I Understood it wrong?

Thanks in advance.

The translation values are learned by the networks and the values can be positive or negative. Therefore, it does not matter about using add or subtraction.