argoverse / argoverse-api

Official GitHub repository for Argoverse dataset
https://www.argoverse.org
Other
839 stars 240 forks source link

Import global constants from config #222

Closed johnwlambert closed 3 years ago

johnwlambert commented 3 years ago

Previously, global constants like frame rate and image dimensions were scattered across the codebase, including in data_loading/synchronization_database.py and utils/camera_stats.py. This loads them from a single config file -- increasing readability for the codebase.