fujiankuan hace 2 años
padre
commit
b75b35138e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/detection/laneATT_trt/main.cpp

+ 1 - 1
src/detection/laneATT_trt/main.cpp

@@ -494,7 +494,7 @@ int main(int argc, char *argv[]) {
                 break;
             }
         }
-        double waittime = (double)cv::getTickCount();
+        waittime = (double)cv::getTickCount();
 
     }