XiaoCode-er / Two-Stream-CNN

Two Stream CNN implemented in Keras using in skeleton-based action recognition with dataset NTU RGB+D
76 stars 13 forks source link

Data normalization and BN layer #4

Closed dihuangcode closed 5 years ago

dihuangcode commented 5 years ago

Hi, thx for your outstanding work! I notice that there is no data normalization in your code and there is no bn layers, too. Could you explain it? :)

dihuangcode commented 5 years ago

Hi, thx for your outstanding work! I notice that there is no data normalization in your code and there is no bn layers, too. Could you explain it? :)

@XiaoCode-er

XiaoCode-er commented 5 years ago

I referred the paper to reproduce this code, in which there is no data normalization and BN layer.