Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dependencies motmetrics==1.2.0 and nuscenes-devkit==1.1.1 clashes #2

Closed
SaschaHornauer opened this issue Apr 6, 2021 · 1 comment
Closed

Comments

@SaschaHornauer
Copy link
Contributor

Hi guys,

impressive work! I am in the process of reproducing some results but think I found a dependency issue:

Pip complained and I verified with the requirements file of the nuscenes-devkit 1.1.1. These two libraries whose versions are specified in the requirements file are not compatible. Pip complained:

ERROR: Cannot install -r requirements.txt (line 11) and motmetrics==1.2.0 because these package versions have conflicting dependencies.

The conflict is caused by:
The user requested motmetrics==1.2.0
nuscenes-devkit 1.1.1 depends on motmetrics<=1.1.3

My solution at the moment is to install nuscenes-devkit 1.1.3 instead but I am not sure yet if that doesn't break something. I will update this ticket if I find something not working.

@eborboihuc
Copy link
Collaborator

Hi @SaschaHornauer, thanks for your interest in our QD-3DT!

This dependency issue was expected and meant to install motmetrics==1.2.0.

We recommend installing motmetrics==1.2.0 throughout the running and evaluation on datasets in one virtual environment and preparing another virtual environment for the evaluation requirements (which is motmetrics==1.1.3) of nuScenes devkit. Please refer to INSTALL.md for an example of setting up your virtual environment.

I'm also looking forward to seeing nuscenes-devkit support a higher version of motmetrics, but please use two versions interchangeably for the current implementation.

I'll keep this ticket closed to help others in searching for the same issue. If you find anything not working, please create another ticket. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants