nicknochnack / ActionDetectionforSignLanguage

A practical implementation of sign language estimation using an LSTM NN built on TF Keras.
410 stars 253 forks source link

start_folder value in step 5 #28

Open GuptaDiva opened 1 year ago

GuptaDiva commented 1 year ago

shouldn't the value of the start_folder initialized with 0 rather than 30 since we are adding the no. sequences to it therefore resulting in frames accessing values greator than 30.

aaronse commented 8 months ago

Yes. start_folder wasn't in the original video https://youtu.be/doDUihpj6ro?si=e9g7SAPgLxKe3h0_&t=3740, guessing Nicholas added during subsequent capture/training session.