mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-09-27 09:53:45 +08:00
eefc084302
version: sunnypilot v2025.003.000 (dev) date: 2025-12-18T05:48:43 master commit: 16c052af0835f049a67b80251d8cc1114fc08bb4
6 lines
235 B
Python
6 lines
235 B
Python
from pathlib import Path
|
|
|
|
MODEL_PATH = Path(__file__).parent / 'models/supercombo.onnx'
|
|
MODEL_PKL_PATH = Path(__file__).parent / 'models/supercombo_tinygrad.pkl'
|
|
METADATA_PATH = Path(__file__).parent / 'models/supercombo_metadata.pkl'
|