cars.orchestrator.tiles_profiler ================================ .. py:module:: cars.orchestrator.tiles_profiler .. autoapi-nested-parse:: this module contains the tile profiler class Attributes ---------- .. autoapisummary:: cars.orchestrator.tiles_profiler.COMPUTED cars.orchestrator.tiles_profiler.NONE_TILE cars.orchestrator.tiles_profiler.UNKNOWN cars.orchestrator.tiles_profiler.COLOR Classes ------- .. autoapisummary:: cars.orchestrator.tiles_profiler.TileProfiler Functions --------- .. autoapisummary:: cars.orchestrator.tiles_profiler.save_pickle cars.orchestrator.tiles_profiler.load_pickle cars.orchestrator.tiles_profiler.main Module Contents --------------- .. py:data:: COMPUTED :value: [0, 255, 0] .. py:data:: NONE_TILE :value: [255, 0, 0] .. py:data:: UNKNOWN :value: [0, 0, 255] .. py:data:: COLOR :value: 'color' .. py:class:: TileProfiler(folder, saver_registry, replacer_registry) TileProfiler .. py:attribute:: folder .. py:attribute:: saver_registry .. py:attribute:: replacer_registry .. py:attribute:: cars_ds_ids :value: [] .. py:attribute:: monitored_cars_ds :value: [] .. py:attribute:: file_names :value: [] .. py:attribute:: arrays :value: [] .. py:method:: add_tile(tile_object) Add tile to profiling .. py:method:: _add_tile(tile_object) Add tile to profiling .. py:function:: save_pickle(dataset, file_name) Save pickle .. py:function:: load_pickle(file_name) Load pickle .. py:function:: main() Main