zju3dv / PVO

code for "PVO: Panoptic Visual Odometry", CVPR 2023
https://zju3dv.github.io/pvo/
206 stars 14 forks source link

Got stuck at 'solving environment' #3

Open bob292 opened 1 year ago

bob292 commented 1 year ago

Dear @ywcmaike,

Thanks for your work!

I encountered a problem when deploying the conda environment. After running conda env create -f environment.yaml, the process got stuck at solving the environment for several hours. I wonder if you have any proposition. For your information, the code was run on linux.

Yours, X. Shen

Lwy-1998 commented 1 year ago

Had the same issue, but my process will be killed due to out of memory.

Lwy-1998 commented 1 year ago

Had the same issue, but my process will be killed due to out of memory.

Maybe You can refer to here

Irikos commented 1 year ago

Did you solve it? I have the same problem on Ubuntu 22.04. I read that it might just take a long time but it's been more than 24h already.

I took a look at the Issue #28 but the first answer has quite old versions of the libraries and the 2nd uses the no visualization version.