huixiancheng / CENet

[ICME 2022] CENet: Toward Concise and Efficient LiDAR Semantic Segmentation for Autonomous Driving
MIT License
99 stars 13 forks source link

question for environment setting #23

Closed HiMarumo closed 1 year ago

HiMarumo commented 1 year ago

Thank you for your remarkable work. I want to run this program, but where can I find the reference for environment settings (such as requirements.txt)?

huixiancheng commented 1 year ago

Sorry, as this experiment was conducted on an online GPU server, I can no longer export the environment settings. However, we don't use any special packages in our code, so maybe you can create a new conda environment, install torch, numpy, opencv and then install other packages based on the debug results.

HiMarumo commented 1 year ago

I was able to execute the program successfully. Thank you very much!