* Implement stationary car classifier to base stationary state on visual changes and not just bounding box stability * Cleanup * Fix mypy * Move to new file and add config to disable if needed * Cleanup * Undo
* Enable detection by default * Migrate config to have detect enabled if it is not
* Replace logging.warn with logging.warning * Install config global state early * Split config.py into more manageable pieces