Benzlxs / tDBN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to evaluate model performance on dataset other than KITTI

nr-patel opened this issue · comments

Hello,

How to run inference pipeline on different dataset other than KITTI dataset?
Which part of the code I have to look in to it?

Thanks,
Nikhil

Hi Nikhil,

Please check function evaluate in the code tDBN/scripts/train.py

def evaluate(config_path,

Regards,