diff --git a/README.md b/README.md index 1cee319f971d4d33d0ace24c195df424cc0c1b2f..7a18d295f405ee2376a2e0283391f2e87cd1a341 100644 --- a/README.md +++ b/README.md @@ -5,16 +5,23 @@ positional arguments: prediction array) optional arguments: + -h, --help show this help message and exit + --output OUTPUT Output folder, (default: ./) + --extend EXTEND Number of preds to extend the calls on the right side (default: 0) + --pred_threshold PRED_THRESHOLD Threshold for considering an prediction true (between 0 and 1) (default: 0.9) + --display DISPLAY Boolean for displaying calls and their pitch (default: False) + --saveimg SAVEIMG Path for saving vocalisation images (default: None) + --specific_time SPECIFIC_TIME Date for running at specific time using pandas date indexing, format : YYYY-MM-DD HH:MM:SS (default: None)