├── README.md ├── browser_builder.py ├── browser_inputs_builder.py ├── button_functions.py ├── constants.py ├── exposure_class.py ├── exposure_entropy.py ├── exposure_general.py ├── exposure_global.py ├── exposure_histogram_base.py ├── exposure_saliency.py ├── exposure_semantic.py ├── manual_semantic_functions.py ├── requirements.txt ├── run_algorithms_in_browser.py └── update_visulization.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedlasai/ae-video-platform/HEAD/README.md -------------------------------------------------------------------------------- /browser_builder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedlasai/ae-video-platform/HEAD/browser_builder.py -------------------------------------------------------------------------------- /browser_inputs_builder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedlasai/ae-video-platform/HEAD/browser_inputs_builder.py -------------------------------------------------------------------------------- /button_functions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedlasai/ae-video-platform/HEAD/button_functions.py -------------------------------------------------------------------------------- /constants.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedlasai/ae-video-platform/HEAD/constants.py -------------------------------------------------------------------------------- /exposure_class.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedlasai/ae-video-platform/HEAD/exposure_class.py -------------------------------------------------------------------------------- /exposure_entropy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedlasai/ae-video-platform/HEAD/exposure_entropy.py -------------------------------------------------------------------------------- /exposure_general.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedlasai/ae-video-platform/HEAD/exposure_general.py -------------------------------------------------------------------------------- /exposure_global.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedlasai/ae-video-platform/HEAD/exposure_global.py -------------------------------------------------------------------------------- /exposure_histogram_base.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedlasai/ae-video-platform/HEAD/exposure_histogram_base.py -------------------------------------------------------------------------------- /exposure_saliency.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedlasai/ae-video-platform/HEAD/exposure_saliency.py -------------------------------------------------------------------------------- /exposure_semantic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedlasai/ae-video-platform/HEAD/exposure_semantic.py -------------------------------------------------------------------------------- /manual_semantic_functions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedlasai/ae-video-platform/HEAD/manual_semantic_functions.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedlasai/ae-video-platform/HEAD/requirements.txt -------------------------------------------------------------------------------- /run_algorithms_in_browser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedlasai/ae-video-platform/HEAD/run_algorithms_in_browser.py -------------------------------------------------------------------------------- /update_visulization.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedlasai/ae-video-platform/HEAD/update_visulization.py --------------------------------------------------------------------------------