Merge branch 'master' into tensorrt8

This commit is contained in:
Francesco Gatti
2022-03-30 16:41:45 +02:00
16 changed files with 1719 additions and 98 deletions
+1
View File
@@ -185,6 +185,7 @@ class SegmentationNN {
checkCuda(cudaMemcpyAsync(stddev_d, stddev.data(), stddev.size() * sizeof(float), cudaMemcpyHostToDevice, netRT->stream));
return true;
return true;
}
/**
+1 -1
View File
@@ -23,6 +23,7 @@
#include <ios>
#include <chrono>
#include <yaml-cpp/yaml.h>
@@ -176,5 +177,4 @@ inline T YAMLgetConf(YAML::Node conf, std::string key, T defaultVal) {
return val;
}
#endif //UTILS_H