这是之前我和我的组员参与Tiny-mind 手写汉字识别大赛的一个项目, 主要实现了用Resnet或VGG16作为Backbone来训练一个分类任务以及基于opencv的一些图片数据集增强,最终我们组的成绩为TOP-5准确率99.19, 排名5/700。这个项目也可以用于其他的图片分类任务,整个网络框架是基于Tensorflow实现的
☆88May 30, 2019Updated 6 years ago
Alternatives and similar repositories for Tensorflow-Resnet-Image-Classification
Users that are interested in Tensorflow-Resnet-Image-Classification are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- This is a tensorflow re-implementation of Faster rcnn☆32Aug 13, 2019Updated 6 years ago
- ☆14Sep 20, 2019Updated 6 years ago
- Portable library for binary (bi-valued) image processing☆14Jun 12, 2024Updated last year
- 利用TensorFlow(TF),本作业实现了一个基于full convolution stack、inception v2 module等模块的图片分类网络,纵向共包含10层包含参数的层,采用自己搭建的卷积层。对于dset1与dset2采用同样的网络结构,分别进行训练。最…☆12May 14, 2018Updated 8 years ago
- Pytorch implementation of our ICCV 2021 paper "Road Anomaly Detection by Partial Image Reconstruction with Segmentation Coupling"☆21Apr 2, 2024Updated 2 years ago
- Deploy open-source AI quickly and easily - Special Bonus Offer • AdRunpod Hub is built for open source. One-click deployment and autoscaling endpoints without provisioning your own infrastructure.
- GuruTutor is a conversational intelligent tutoring system☆10Jun 27, 2019Updated 6 years ago
- Android game designed to teach literacy and numeracy to children in an unguided way, part of the Global Learning XPRIZE☆14Apr 19, 2017Updated 9 years ago
- A implementaion of the hekaiming's paper☆32Jan 19, 2019Updated 7 years ago
- The object-oriented implementation of the Residual Network proposed in "Deep Residual Learning for Image Recognition" modified to be used…