20230326FasterRCNN

1.Faster-RCNN代码

https://github.com/bubbliiiing/faster-rcnn-pytorch

2. Faster-RCNN视频讲解

https://b23.tv/HvMiDy

3. 深度学习在图像处理中的应用教程

https://github.com/WZMIAOMIAO/deep-learning-for-image-processing

4.插件补充错误:

%pip installscipy

%pip installtensorboard

%pip installopencv_python

%pip installopencv-python-headless

5.运行成果文件

2023FasterRCNNPytorchMaster

6.参照正确程序网址

https://github.com/bubbliiiing/faster-rcnn-pytorch

7.参照正确程序视频网址

Eval-评价指标map的计算_哔哩哔哩_bilibili

8.FastRCNN理论研究网址

https://blog.csdn.net/m0_49100031/article/details/123533197

9.待学模型

https://github.com/chenyuntc/simple-faster-rcnn-pytorch

https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/tree/master/pytorch_object_detection

10.无用命令:

%pip install opencv-contrib-python

%pip install opencv-python

%pip install tb-nightly

你可能感兴趣的:(python)