主要是安装版本与配置声明中所需在库。 matplotlib>=3.2.2 numpy>=1.18.5 opencv-python>=4.1.2 Pillow PyYAML>=5.3.1 scipy>=1.4.1 torch>=1.7.0 torchvision>=0.8.1 tqdm>=4.41.0 tensorboard>=2.4.1 seaborn>=0.11.0 pandas pycocotools>=2.0 # COCO mAP albumentations>=1.0.2
时间: 2023-06-08 10:05:06 浏览: 150
numpy+python 已经兼容 下载安装即可
这段话主要是在说明安装所需的库以及配置声明中的版本要求。其中需要安装的库有: matplotlib、numpy、opencv-python、Pillow、PyYAML、scipy、torch、torchvision、tqdm、tensorboard、seaborn、pandas以及pycocotools。同时,这些库的版本也需要满足一定的要求。
阅读全文