NVlabs / FB-BEV

Official PyTorch implementation of FB-BEV & FB-OCC - Forward-backward view transformation for vision-centric autonomous driving perception
Other
608 stars 40 forks source link

Incompatible Package Versions #29

Open Gaaaavin opened 6 months ago

Gaaaavin commented 6 months ago

Following the install instructions, numpy>=1.24.0 will be installed at this point. Which is somehow incompatible with numba==0.53.0. Install earlier numpy version can solve this problem.

Gaaaavin commented 6 months ago

Also, the installed yapf version is not compatible with the required mmcv-full. Installing yapf==0.40.1 can solve the problem. More details see reference.