upsample ok, route have problems

This commit is contained in:
Francesco Gatti
2018-12-22 23:56:01 +01:00
parent 34be4cd00f
commit 3bd725801d
6 changed files with 112 additions and 16 deletions
+2 -1
View File
@@ -57,12 +57,13 @@ public:
}
}
std::cout<<"YOLO END\n";
return 0;
}
virtual size_t getSerializationSize() override {
return 5*sizeof(int) + 1*sizeof(float);
return 5*sizeof(int);
}
virtual void serialize(void* buffer) override {