deepsnake专题

DeepSnake环境配置

DeepSnake 文章:https://arxiv.org/abs/2001.01629 代码:GitHub - zju3dv/snake: Code for "Deep Snake for Real-Time Instance Segmentation" CVPR 2020 oral 配置环境 本地环境:Linux(Ubuntu 21.10)+cuda11.3 配置环境:按照官方提供

deepsnake 安装及训练步骤

安装环境: 操作系统:ubantu 16.04 python 版本:3.7 pytorch+cuda版本: pytorch1.1+cuda10.0 https://download.pytorch.org/whl/cu100/torch-1.1.0-cp37-cp37m-linux_x86_64.whl 注:用命令nvcc -V 查看显卡cuda版本,pytorch+cuda版本需要与显

DeepSnake源代码阅读笔记----process on Sbd datasets

DeepSnake 源代码阅读笔记 本篇主要分析Deep Snake for Real-Time Instance Segmentation 文献中代码的实现,其开源代码地址为:https://github.com/zju3dv/snake。 [good18Levin]((6条消息) 论文阅读_fighterflyfly的博客-CSDN博客) 的deepsnake代码阅读记录对我启发很大,该