安装CV的部分包

1. fvcore

https://gitcode.net/mirrors/facebookresearch/fvcore?utm_source=csdn_github_acceleratorhttps://gitcode.net/mirrors/facebookresearch/fvcore?utm_source=csdn_github_accelerator

在Anaconda prompt中,用conda安装失败,用pip成功了。

2.scikit-image

官方网站:

scikit-image · PyPIImage processing in Pythonhttps://pypi.org/project/scikit-image/参考安装代码:pip install scikit-image -i https://pypi.tuna.tsinghua.edu.cn/simple

(参考博主Vertira的博文) python安装skimage(scikit-image)国内源安装,超级快_Vertira的博客-CSDN博客

仍然是conda装不上,改用pip。

3.usort

官方网站:

usort · PyPIA small, safe import sorterhttps://pypi.org/project/usort/安装代码:pip install usort

4.plotly

官方网站:

plotly · PyPIAn open-source, interactive data visualization library for Pythonhttps://pypi.org/project/plotly/安装代码:pip install plotly

5.tdqm

官方网站:

tdqm · PyPIAlias for typos of tqdmhttps://pypi.org/project/tdqm/安装代码:pip install tdqm

安装成功了,但import的时候显示没有这个包。(?)

查的时候发现有一位博主提供了更简洁的安装方式:

pytorch3D Windows下安装经验总结_子与鱼与的博客-CSDN博客_windows安装pytorch3d

你可能感兴趣的:(深度学习,人工智能,计算机视觉)