argoverse-api安装
https://github.com/argoai/argoverse-api这里的安装只遇到一个问题No matching distribution found for pyntcloud解决: 将pip回退到18.1 pip install pip==18.1然后,pip install -e /path_to_root_directory_of_the_repo/ --process-dependency-links...