wayveai / LingoQA

Official GitHub repository for the paper "LingoQA: Video Question Answering for Autonomous Driving"
Other
94 stars 3 forks source link

where can i find prediction.csv file? #5

Open yeongha-shin opened 3 months ago

yeongha-shin commented 3 months ago

python ./benchmark/evaluate.py --predictions_path ./path_to_predictions/predictions.csv

in this command, where can i download or find predictions.csv file?

aikedaerC commented 1 month ago

python ./benchmark/evaluate.py --predictions_path ./path_to_predictions/predictions.csv

in this command, where can i download or find predictions.csv file?

python ./benchmark/evaluate.py --predictions_path ./path_to_predictions/predictions.csv

in this command, where can i download or find predictions.csv file?

Apparently, it should be generated by your testing VLMs. BTW, LingoJudge is one of the evaluation methods in this challenge.