You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rp_extract_files.py should be able to parse command line paramters such as in_filepath, out_filepath and feature types to be able to be called directly from command line instead of edititing the code
already implemented in_filepath, out_filepath in rp_extract_batch.py, just needs to be copied over to rp_extract.py for a single file
audiofeature
changed the title
provide Command line parameters to rp_extract_files.py
provide Command line parameters to rp_extract_batch.py and rp_extract.py
Feb 5, 2016
rp_extract_files.py should be able to parse command line paramters such as in_filepath, out_filepath and feature types to be able to be called directly from command line instead of edititing the code
use
https://docs.python.org/2/howto/argparse.html
The text was updated successfully, but these errors were encountered: