DeFlow icon indicating copy to clipboard operation
DeFlow copied to clipboard

evaluation on my own dataset

Open Filippoghilo opened this issue 1 year ago • 1 comments

Hi, thank you for your work and for making it publicly available! I would be really interested into trying out your evaluation method on my own dataset, in particular producing flow results (I am not really interested in metric evaluation not having ground truth flow) using your checkpoints. I have LIDAR data (as binary files), poses and also ground segmentation which I saw should be the only things needed for evaluation, but I wanted to ask a couple of hints on what I should be really modifying to load my dataset. It would be really helpful for me!

Filippoghilo avatar May 02 '24 15:05 Filippoghilo

Hi,

If you want to evaluate your own dataset, you need to have flow ground truth available which may hard to get.

But if you only want to use pretrained weight to run on your own dataset, you can follow these lines and format your dataset to h5 file, then run vis.py file (more tutorial is on README):

https://github.com/KTH-RPL/DeFlow/blob/6f0321acbeb2de3c0839ba5f0b806387e54ab450/dataprocess/extract_av2.py#L192-L201

Let me know if you have further question.

Kin-Zhang avatar May 24 '24 05:05 Kin-Zhang