├── README.md ├── data ├── benchmark.JPG ├── dataset_stats.png └── example.drawio.png └── evaluation ├── demo.py ├── evaluation_script.py ├── inference.py └── prepare_data_internvl.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayesha-ishaq/DriveLMM-o1/HEAD/README.md -------------------------------------------------------------------------------- /data/benchmark.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayesha-ishaq/DriveLMM-o1/HEAD/data/benchmark.JPG -------------------------------------------------------------------------------- /data/dataset_stats.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayesha-ishaq/DriveLMM-o1/HEAD/data/dataset_stats.png -------------------------------------------------------------------------------- /data/example.drawio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayesha-ishaq/DriveLMM-o1/HEAD/data/example.drawio.png -------------------------------------------------------------------------------- /evaluation/demo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayesha-ishaq/DriveLMM-o1/HEAD/evaluation/demo.py -------------------------------------------------------------------------------- /evaluation/evaluation_script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayesha-ishaq/DriveLMM-o1/HEAD/evaluation/evaluation_script.py -------------------------------------------------------------------------------- /evaluation/inference.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayesha-ishaq/DriveLMM-o1/HEAD/evaluation/inference.py -------------------------------------------------------------------------------- /evaluation/prepare_data_internvl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayesha-ishaq/DriveLMM-o1/HEAD/evaluation/prepare_data_internvl.py --------------------------------------------------------------------------------