|
|
@ -31,6 +31,8 @@ from openpilot.selfdrive.modeld.constants import ModelConstants, Plan |
|
|
|
from openpilot.selfdrive.modeld.models.commonmodel_pyx import DrivingModelFrame, CLContext |
|
|
|
from openpilot.selfdrive.modeld.models.commonmodel_pyx import DrivingModelFrame, CLContext |
|
|
|
from openpilot.selfdrive.modeld.runners.tinygrad_helpers import qcom_tensor_from_opencl_address |
|
|
|
from openpilot.selfdrive.modeld.runners.tinygrad_helpers import qcom_tensor_from_opencl_address |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# wow |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
PROCESS_NAME = "selfdrive.modeld.modeld" |
|
|
|
PROCESS_NAME = "selfdrive.modeld.modeld" |
|
|
|
SEND_RAW_PRED = os.getenv('SEND_RAW_PRED') |
|
|
|
SEND_RAW_PRED = os.getenv('SEND_RAW_PRED') |
|
|
|