rabBit64 / Sign-language-recognition-with-RNN-and-Mediapipe

Apache License 2.0
8 stars 0 forks source link

I don't get the features text file #5

Closed rami-alloush closed 4 years ago

rami-alloush commented 4 years ago

I followed all the steps and I get the video file correctly in the output (_Word) (with the features visually on it). The folder for the text file (Word) is created but it's always empty. Where should I look? Thanks

cassioalmeidas commented 4 years ago

@rami-alloush how is your input and output folders named?

peppe1995romano commented 4 years ago

@rami-alloush you probably have spaces or _ in the folder name, ex. "input_video" it's wrong, use "inputvideo"

rami-alloush commented 4 years ago

Thank you, I did two things and things are working fine now:

  1. I made sure folder names are correct
  2. The mediapipe folder is not renamed to anything else. Thanks all