filter yaw ok

This commit is contained in:
Francesco Gatti
2020-05-03 19:12:10 +02:00
parent 3fcb05be64
commit 54074780cf
2 changed files with 7 additions and 2 deletions
+5 -1
View File
@@ -9,7 +9,11 @@ const char *o1_bin = "imuodom/layers/output1.bin";
int main() {
downloadWeightsifDoNotExist(i0_bin, "imuodom", "https://cloud.hipert.unimore.it/s/BBSEbEbQbPKxp4s/download");
// V1
downloadWeightsifDoNotExist(i0_bin, "imuodom", "https://cloud.hipert.unimore.it/s/ZAy34K5w2ixED6x/download");
// V2
//downloadWeightsifDoNotExist(i0_bin, "imuodom", "https://cloud.hipert.unimore.it/s/BBSEbEbQbPKxp4s/download");
tk::dnn::ImuOdom ImuNet;
ImuNet.init("imuodom/layers/");