Python+Pycharm uses opencv environment to build

1. Install the pycharm software, I am using the version of pycharm-community-2020.3.2.exe, just go to the next step. I installed it on the E disk: Refer to the steps:

In this way, it can be installed directly. If there is a need to install files, add me qq:1034828302

The interface after startup is as follows:

Click Settings

import torch
import numpy as np
import cv2
torch.cuda.is_available()

 

 

 

 

Guess you like

Origin blog.csdn.net/u010689853/article/details/112755775