imu odom SEP model

This commit is contained in:
Francesco Gatti
2020-05-03 15:53:35 +02:00
parent 3e2d0630b7
commit 5ab2e63de4
+2 -2
View File
@@ -22,8 +22,8 @@ if __name__ == '__main__':
print("DATA FORMAT: ", keras.backend.image_data_format())
print("Load model: ", "ferrariS1.hdf5")
model = load_model("ferrariS1.hdf5")
print("Load model: ", "ferrariSEP.hdf5")
model = load_model("ferrariSEP.hdf5")
model.summary()
weights = model.get_weights()