OCR-Character Recognition Notes

insert image description here

Install

environment dependent

Linux | Windows | macOS

Python 3.7

PyTorch 1.6 或更高版本

torchvision 0.7.0

CUDA 10.1

NCCL 2

GCC 5.4.0 或更高版本

prepare the environment

annotation

If you already have PyTorch installed locally, please skip directly to the installation steps.

The first step is to download and install Miniconda.

The second step is to create and activate a conda environment:

conda create --name ope

Guess you like

Origin blog.csdn.net/ALiLiLiYa/article/details/131785909