pull/24762/head
ZwX1616 3 years ago
parent b37de23427
commit 3b2fda2a39
  1. 4
      models/dmonitoring_model_q.dlc
  2. 4
      selfdrive/modeld/models/dmonitoring.cc

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7746fc59f1df43aa217279cdfb578ab1fb060096ce509c58674555e092c7aec7
size 3565748
oid sha256:68bdeb86913b807d979e13b1328a58ec50f968586fb8fa5ed4f1b2454a1cf0cb
size 3474772

@ -10,8 +10,8 @@
#include "selfdrive/modeld/models/dmonitoring.h"
constexpr int MODEL_WIDTH = 1024;
constexpr int MODEL_HEIGHT = 640;
constexpr int MODEL_WIDTH = 704;
constexpr int MODEL_HEIGHT = 448;
template <class T>
static inline T *get_buffer(std::vector<T> &buf, const size_t size) {

Loading…
Cancel
Save