Difficult to use~ #165
Replies: 4 comments
-
We recommend using English or English & Chinese for issues so that we could have broader discussion. |
Beta Was this translation helpful? Give feedback.
-
感谢反馈! mim install 相对于 pip install 的变化有两点:
“自定安装依赖”指的是 mim install 会“自动处理安装对上游算法库和 mmcv 的依赖”吗,如果担忧的是这个问题的话,推荐只使用 mim install mmcv 即可。 在一个环境中,如果需要同时安装多个算法库,这些算法库对 mmcv 的版本依赖不同,这个时候使用 mim 来安装这些算法库,则可以自动的找到一个最合适的 mmcv 版本进行安装。 |
Beta Was this translation helpful? Give feedback.
-
直接用 pip install 不好么 ? 造这个轮子的意义是啥 ? @ice-tong |
Beta Was this translation helpful? Give feedback.
-
哈喽 @Pillar1989 ,感谢对 mim 的关注~ mim install 只是 mim 其中一个功能,mim 除了提供包安装功能之外,还提供预训练模型查询下载功能,和各算法库脚本统一调用功能。 至于 mim install,它的存在主要解决了两个问题:
mim 不止于 mim install 一个功能,mim install 从现阶段来看也有其存在的意义,所以 mim 并不是重复造轮子的工作。 ^_^ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Beta Was this translation helpful? Give feedback.
All reactions