JMoonr / LATR

[ICCV2023 Oral] LATR: 3D Lane Detection from Monocular Images with Transformer
https://arxiv.org/abs/2308.04583
MIT License
183 stars 31 forks source link

Request for Environment .yml File to Enhance Project Accessibility #8

Open adeelahmedrana opened 1 year ago

adeelahmedrana commented 1 year ago

Hi,

I've been exploring your project and am really impressed with your work. However, I've been facing challenges with package installations due to a restrictive proxy on my network. I often encounter errors like the 'import nms' error.

Providing a conda environment .yml file could significantly streamline the setup process and enhance the project's accessibility for myself and others in similar situations. Your assistance with this would be greatly appreciated.

Thank you for your consideration and the excellent work on the project.

JMoonr commented 1 year ago

we have updated the code. I think your problem could be addressed with current code.

yfChang-cv commented 1 year ago

Hi, I appreciate your hard work on this project. However, I have been experiencing some issues with the environment settings. Specifically, I have encountered errors with the versions of mmseg and numpy. I believe that providing a conda environment .yml file would be helpful in resolving these issues. Thank you for your attention to this matter.

np000 commented 10 months ago

I am unable to setup compatible environment using the versions (mmdet, mmcv, mmdet3d) mentioned in the installation details of LATR. could you please provide environment.yml ( conda env export --no-builds > environment.yml )

Thank you for your attention @JMoonr

samueleruffino99 commented 8 months ago

I have issues with mmseg and numpy as well, I fix the numpy one installing numpy==1.17.3. Still probelms with mmseg