publicbooleancuas_isolated=true;// remove targets that do not have neighbors before/after
publicintcuas_min_seq=3;// minimal number of consecutive key frames for the same target
publicintcuas_enough_seq=5;// number of consecutive key frames considered good regardless of individual scores (maybe add minimal travel in pixels)?
publicdoublecuas_seq_travel=3.0;// minimal diagonal of the bounding box that includes sequence to be considered "cuas_enough_seq". Filtering out atmospheric fluctuations
publicintcuas_min_seq_fl=2;// minimal number of consecutive key frames for the same target that includes first or last key frame
// public boolean cuas_remove_2seq = true; // Remove 2-long target sequences consisting of 2 consecutive key frames
// public boolean cuas_remove_2seq_all=true; // Remove 2-long first/last target sequences
...
...
@@ -836,6 +837,8 @@ min_str_neib_fpn 0.35
publicbooleancuas_save_mono=true;// save 32-bit monochrome target+backgrounds Tiffs (before optional scaling)
publicbooleancuas_save_color=true;// save color rendered images (same as videos)
publicbooleancuas_save_video=true;// save color rendered images (same as videos)
publicbooleancuas_clean_video=true;// save video without any debug information for targets, output in TIFF files. False - same output for video and TIFFs
publicbooleancuas_annotate=true;// save color rendered images (same as videos)
publicbooleancuas_annotate_uas=true;// indicate uas from log if available
...
...
@@ -2442,6 +2445,9 @@ min_str_neib_fpn 0.35
"Minimal number of consecutive key frames for the target to be detected.");