Haiyang-W / UniTR

[ICCV2023] Official Implementation of "UniTR: A Unified and Efficient Multi-Modal Transformer for Bird’s-Eye-View Representation"
https://arxiv.org/abs/2308.07732
Apache License 2.0
276 stars 15 forks source link

[JIT error]Please supplement the kornia version of requirements.txt #22

Open Puiching-Memory opened 3 months ago

Puiching-Memory commented 3 months ago

After February 2023 kornia is phasing out jit support for some functions. see link If a jit error occurs anywhere, it is probably caused here.

Solution: pip install kornia==0.6.9

DrawingProcess commented 1 month ago

Thank you for sharing!