Erorr when training the model using TAO for custom action recognitinon net

Thanks it is my dataset problem but why is the command not running properly to process the raw_videos to images.

!cd tao_toolkit_recipes/tao_action_recognition/data_generation/ && bash ./preprocess_HMDB_RGB.sh $HOST_DATA_DIR/raw_data $HOST_DATA_DIR/processed_data

As you can see, it shows that all the directory is empty even after running the above command. The raw_data/throw are correct but it is not preprocessing it properly.

Thank you