xy-guo / LIGA-Stereo

Code for LIGA-Stereo Detector, ICCV'21
Apache License 2.0
90 stars 18 forks source link

Error: AttributeError: module 'matplotlib.cbook' has no attribute '_rename_parameter' #9

Open monstre0731 opened 2 years ago

monstre0731 commented 2 years ago

Hello Xiaoyang,

Thanks a lot for your great contribution! I am facing a problem when I run the following command:

python -m liga.datasets.kitti.kitti_dataset create_kitti_infos python -m liga.datasets.kitti.kitti_dataset create_gt_database_only

First I didn't find "kitti_dataset" in the ~/liga/dataset/kitti/kitti_dataset, but I have lidar_kitti_dataset.py and stereo_kitti_dataset.py instead. Then I run this command "python -m liga.datasets.kitti.kitti_dataset create_kitti_infos", it returned the error: "AttributeError: module 'matplotlib.cbook' has no attribute '_rename_parameter'. "

Any ideas and suggestions will be helpful.

Thanks in advance.

xy-guo commented 2 years ago

It seems not a bug in LIGA. Maybe you can try installing another version of matplotlib