autowarefoundation / modelzoo

A collection of machine-learned models for use in autonomous driving applications.
https://www.autoware.org/
Apache License 2.0
62 stars 24 forks source link

Update header template #51

Closed ambroise-arm closed 3 years ago

ambroise-arm commented 3 years ago

Set the config struct as "static const" as it is a global variable.

Rename the header guards to avoid conflict between different networks.

Remove the named initialization of struct fields in order to comply with Autoware's C++14.