nie-lang / StabStitch2

StabStitch++: Unsupervised Online Video Stitching with Spatiotemporal Bidirectional Warps
Apache License 2.0
13 stars 2 forks source link

Issues with environment.yml #4

Open tangwiki opened 1 month ago

tangwiki commented 1 month ago

@nie-lang

Great work!

I could not recreate the environment based on the environment.yml. After inspecting the file, there might be some issues.

  1. Duplicate URLs in Channels
  2. Deprecated or Outdated Packages. Some packages are quite old, for example
    anaconda=custom=py38_1
    _anaconda_depends=2020.07
    cudatoolkit=11.0.221 
  3. Specifying anaconda or _anaconda_depends can cause unnecessary bloat, as they bring in many unnecessary dependencies.
  4. There are many unnecessary low-level dependencies (e.g., _libgcc_mutex, blas, icu). Conda will handle them automatically when installing packages like numpy or pandas

Can you please clean the environment.yml? Thanks so much!

nie-lang commented 4 weeks ago

Thanks for your suggestion. I have updated the README file with some necessary packages. You can create the environment with them and then refer to the environment.yml if you encounter some issues.