cmFighting / mnist_demo_torch1.6
Mnist数据集demo,基于torch1.6开发
☆12Updated 4 years ago
Alternatives and similar repositories for mnist_demo_torch1.6:
Users that are interested in mnist_demo_torch1.6 are comparing it to the libraries listed below
- here are some classic networks for image classification implement by pytorch☆12Updated 4 years ago
- Unet with Attention☆13Updated 4 years ago
- [pytorch] DANet: Dual Attention Network for Scene Segmentation☆71Updated 5 years ago
- train code + inference code were released. [pytorch version]☆18Updated 5 years ago
- ☆66Updated 4 years ago
- Pyramid Attention Networks☆23Updated 6 years ago
- Implementations of "Learning Euler's Elastica Model for Medical Image Segmentation"☆72Updated 4 years ago
- 'Digitized Human Body' Visual Challenge - Intelligent Diagnosis of Cervical Cancer Risk 天池大赛项目:“数字人体”视觉挑战赛-宫颈癌风险智能诊断☆34Updated 4 years ago
- Using Residual Attention Networks to diagnose retinal diseases in medical images☆16Updated 3 years ago
- ☆11Updated 4 years ago
- 谷歌INCEPTION-RESNET-V2迁移学习实现图像二分类判断图像是否生病☆17Updated 6 years ago
- SKNet及3D SKConv非官方实现☆20Updated 4 years ago
- ☆15Updated last year
- GraphCut分割实例☆52Updated 5 years ago
- 基于ResNet-152的DANet网络☆21Updated 4 years ago
- joooogle / Automatic-labeling-of-instance-segmentation-Mask-Rcnn-in-static-background-base-on-labelme静态背景下实例分割数据集自动标注工具,基于Labelme改进。可以自动生成labelme格式的json文件。(注意:本程序只适用于大量图片基于静态背景)原理是:背景减除后得到高质量的二值图,计算连通域外轮廓坐标,再将信息写入json文件。☆12Updated 5 years ago
- 本项目使用的是商汤科技的mmdetection,链接如下https://github.com/open-mmlab/mmdetection 一、安装 (1)环境配置 Linux (tested on Ubuntu 16.04 and CentOS 7.2) Python 3…