Skip to content

Commit

Permalink
Reconstruct tables and usages, separate "tbb.dll".
Browse files Browse the repository at this point in the history
1. Add "VC" column for OpenCV.
2. Add "Size" column for both tables.
3. Separate "tbb.dll" from OpenCV archives.
4. Add OpenCV 4.4.0 static builds.
  • Loading branch information
sxlllslgh authored Aug 13, 2020
1 parent 2d3275d commit bc084eb
Showing 1 changed file with 28 additions and 17 deletions.
45 changes: 28 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ An index repository of prebuilt Windows binaries of TensorFlow and OpenCV (Files
<th>VC</th>
<th>Python</th>
<th>Downloads</th>
<th>Size</th>
</tr>
</thead>
<tbody align="center">
Expand All @@ -25,24 +26,27 @@ An index repository of prebuilt Windows binaries of TensorFlow and OpenCV (Files
<td rowspan="3">2019</td>
<td rowspan="2">3.8.2</td>
<td><a href="https://drive.google.com/file/d/1WNT_FtBcFZSyTu_Le2U6Gb2mJRiHfEBB/view?usp=sharing">tensorflow-2.2.0-cp38-cp38-win_amd64.whl</a></td>
<td>466.62MB</td>
</tr>
<tr>
<td><a href="https://drive.google.com/file/d/1CumQIxzVnIydQ8hXZcfCEUVUS-z5B7ZE/view?usp=sharing">tensorflow-2.2.0-cp38-cp38-win_amd64.7z</a></td>
<td>99.54MB</td>
</tr>
<tr>
<td>-</td>
<td></td>
<td></td>
</tr>
</tbody>
</table>

> Usage:
### Usage

> You can directly download **whl** file to install with command like `pip install tensorflow-x.x.x-x-x-x.whl`.
You can directly download **whl** file to install with command like `pip install tensorflow-x.x.x-x-x-x.whl`.

> For someone with bad network connection, you could download **7z** file, then extract into a directory, then pack with ZIP and change extension to "whl" to install.
For someone with bad network connection, you could download **7z** file, then extract into a directory, then pack with ZIP and change extension to "whl" to install.

> 可以直接下载*whl*文件,使用`pip install tensorflow-x.x.x-x-x-x.whl`命令安装。对于网络不好的人,也可以下载*7z*文件,解压到一个目录下,再对其使用ZIP打包后更改文件扩展名为whl进行安装。
可以直接下载**whl**文件,使用`pip install tensorflow-x.x.x-x-x-x.whl`命令安装。对于网络不好的人,也可以下载**7z**文件,解压到一个目录下,再对其使用ZIP打包后更改文件扩展名为whl进行安装。

## OpenCV

Expand All @@ -52,56 +56,63 @@ An index repository of prebuilt Windows binaries of TensorFlow and OpenCV (Files
<th>OpenCV</th>
<th>CUDA</th>
<th>cuDNN</th>
<th>VC</th>
<th>MKL</th>
<th>TBB</th>
<th>Python</th>
<th>Library Type</th>
<th>World</th>
<th>Downloads</th>
<th>Size</td>
</tr>
</thead>
<tbody align="center">
<tr>
<td rowspan="5">4.4.0</td>
<td rowspan="5">11.0</td>
<td rowspan="5">8.0.2</td>
<td rowspan="5">2019</td>
<td rowspan="5">2020.2.254</td>
<td rowspan="5">2020.2.216</td>
<td rowspan="5"><a href="https://drive.google.com/file/d/1WXtjIlI4X0qvJxKNMtHknPeztWPR7iQL/view?usp=sharing">2020.2.216</a> (125.05KB)</td>
<td>3.8.3</td>
<td>-</td>
<td>-</td>
<td><a href="https://drive.google.com/file/d/1vLjBFEORothzFtcs6r2FUBtXGukcL-jW/view?usp=sharing">cv2.7z</a></td>
<td colspan="2">-</td>
<td><a href="https://drive.google.com/file/d/12OCyPSyhPbfAVP6uCzzEhD-6mZaISSnq/view?usp=sharing">cv2.7z</a></td>
<td>40.43MB</td>
</tr>
<tr>
<td>-</td>
<td rowspan="4">-</td>
<td>Static</td>
<td>No</td>
<td><a href=""></a></td>
<td><a href="https://drive.google.com/file/d/1H_16D1ohHyK3wTcjJaVKGqHzWgS-Sc23/view?usp=sharing">OpenCV-4.4.0-Static.7z</a></td>
<td>87.70MB</td>
</tr>
<tr>
<td>-</td>
<td>Static</td>
<td>Yes</td>
<td><a href=""></a></td>
<td><a href="https://drive.google.com/file/d/1GmgzTU_dRZ32USoHAygFGqYN_5EGeMs9/view?usp=sharing">OpenCV-4.4.0-Static-World.7z</a></td>
<td>87.52MB</td>
</tr>
<tr>
<td>-</td>
<td>Dynamic</td>
<td>No</td>
<td><a href=""></a></td>
<td></td>
</tr>
<tr>
<td>-</td>
<td>Dynamic</td>
<td>Yes</td>
<td><a href=""></a></td>
<td></td>
</tr>
</tbody>
</table>

> Usage:
### Usage

1. Extract files to ***Python Install Path\\Lib\\site-packages\\cv2***.

> Extract files to ***Python Install Path\\Lib\\site-packages\\cv2***.
解压文件到***Python安装目录\\Lib\\site-packages\\cv2***下。

> 解压文件到***Python安装目录\\Lib\\site-packages\\cv2***下。
2. You may need **tbb.dll** in your system PATH, which is also provided. For Python, if PATH not works, put it in the same directory as ***cv2.x.pyd***.

你可能也需要把**tbb.dll**放在系统环境变量的PATH下,此文件也提供下载。Python的环境变量如果查找不到它,请放到和***cv2.x.pyd***同目录下。

0 comments on commit bc084eb

Please sign in to comment.