postprocessing.repeat\_detection\_elimination package ===================================================== This package contains tools for running MegaDetector's `repeat detection elimination `_ (RDE) process, for quickly getting rid of false positives that are frequently detected as objects of interest. The `RDE page on GitHub `_ provides documentation about how to run that process. Submodules ---------- postprocessing.repeat\_detection\_elimination.find\_repeat\_detections module ----------------------------------------------------------------------------- .. automodule:: megadetector.postprocessing.repeat_detection_elimination.find_repeat_detections :members: :undoc-members: :show-inheritance: :exclude-members: main .. sphinx_argparse_cli:: :module: megadetector.postprocessing.repeat_detection_elimination.find_repeat_detections :func: main :hook: :prog: find_repeat_detections :no_default_values: postprocessing.repeat\_detection\_elimination.remove\_repeat\_detections module ------------------------------------------------------------------------------- .. automodule:: megadetector.postprocessing.repeat_detection_elimination.remove_repeat_detections :members: :undoc-members: :show-inheritance: :exclude-members: main .. sphinx_argparse_cli:: :module: megadetector.postprocessing.repeat_detection_elimination.remove_repeat_detections :func: main :hook: :prog: remove_repeat_detections :no_default_values: postprocessing.repeat\_detection\_elimination.repeat\_detections\_core module ----------------------------------------------------------------------------- .. automodule:: megadetector.postprocessing.repeat_detection_elimination.repeat_detections_core :members: :undoc-members: :show-inheritance: