Zhen Ye
feat: Continuous object tracking, speed estimation, and overlay syncing
ff50694
// Initialize Global Namespace
window.APP = {
core: {},
ui: {},
api: {}
};