MAPS-Lab / OdomBeyondVision

MIT License
51 stars 5 forks source link

Failure of generating the model #8

Closed GuoHeyu closed 1 year ago

GuoHeyu commented 1 year ago

Hi author. Thanks for your excellent work. When I tried to generate the models, I found some problems. After I put a picture of size 64 256 6 into the FlowNetModule, the output size is 1 4 1024. But the visual mask has a size of 111024, so the model fails to generate. Does it a bug in the code?

li-peize commented 1 year ago

I assume you are testing milliEgo? We have different platforms in this dataset, some platforms might have different radar configurations and preprocessing settings, resulting in the radar depth image to be different sizes. You can change the mask size accordingly.

GuoHeyu commented 1 year ago

Thanks for your reply. I'm testing milliEgo indeed. Also I want to know if the IMU length of pretrained model is fixed to 20 because it reports error when I try different IMU length.

li-peize commented 1 year ago

You can change IMU length, but your data has to match your model. If your model is trained to take 20 IMU measurements at a time, then you need to feed it 20 IMU measurements for each prediction.