一、FCN官网介绍

  https://github.com/pytorch/vision/tree/main/torchvision/models/segmentation

    

 

     

二、博主github

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

  

三、官网案例跑通

  官网讲解:

  https://pytorch.org/hub/pytorch_vision_fcn_resnet101/

  代码:

   https://huggingface.co/spaces/pytorch/FCN/tree/main

四、

   安装:

    用管理员打开cmd

五、

torch.hub.load

       如果“source”是“github”,则“repo_or_dir”应该是形式为' ' repo_owner/repo_name[:ref] ' ',带有一个可选的Ref(标记或分支)。

  如果' source ' '是'local', ' repo_or_dir ' '应该是本地目录路径。

     从github上面下载模型,下载的是什么?








posted on 2023-02-28 14:45  黑逍逍  阅读(114)  评论(0编辑  收藏  举报