stuarteiffert

Results 15 comments of stuarteiffert

Main issue I found was that decay in keras is different to tensorflow: 0.96 in tf would be 0.04 in keras. Also, as each sample in my X_train was already...

Hi likhithakarusala, That's pretty much the entire code. The only missing part is the data preprocessing (see the 'Preparing dataset' section). See issue #2 about online inference from a camera...

Sorry for the super late reply. For anyone else facing this problem, the data input has not been normalised and this is likely a cause of the issue you're describing....

It doesnt need to be in any specific file format as long as the output of load_x and load_y is a 2D array of kpts per frame, eg ``` [[j0_x,...

Hi Olivia, I'm not sure what's causing your problem, but if you are trying to restore a saved model maybe have a look at these issues https://github.com/stuarteiffert/RNN-for-Human-Activity-Recognition-using-2D-Pose-Input/issues/5 https://github.com/stuarteiffert/RNN-for-Human-Activity-Recognition-using-2D-Pose-Input/issues/32