ucaszyp / MonoOcc

[ICRA'2024] MonoOcc: Digging into Monocular Semantic Occupancy Prediction
79 stars 2 forks source link

about [gcc --version] issue #2

Open tiancan8486 opened 7 months ago

tiancan8486 commented 7 months ago

Hi,Dear, when I try to create the conda environment, there are sereval issues:

  1. there is no gcc-6.2 version on official website -c omgarcia
  2. when I use gcc-6.1 version , there is error on share_mutex : 2024-03-18 16-38-56屏幕截图
  3. when I use gcc-7.2 version, there is error on THC/THC.h : 2024-03-18 16-41-12屏幕截图

could please help me to check it ? Thanks a lot!

gjamesgoenawan commented 7 months ago

What pytorch version did you install?

I set up mine with torch 1.10.0 cu11.3 and everything compiles just fine.

Here's my complete MMlab libraries version: mmcls==0.25.0 mmcv-full==1.4.0 mmdet==2.18.1 mmdet3d==0.17.1 mmsegmentation==0.27.0 timm==0.6.11