jiajunhua / StevenLei2017-AI_projectsLinks
☆106Updated 5 years ago
Alternatives and similar repositories for StevenLei2017-AI_projects
Users that are interested in StevenLei2017-AI_projects are comparing it to the libraries listed below
Sorting:
- 里面会保存许多优秀的卷积神经网络结构,这些结构可以帮助我们更好的设计网络。☆144Updated 4 years ago
- 目标检测☆109Updated 5 years ago
- 本仓库主要包含了针对目标检测数据集的增强手段和源码:图像的旋转,镜像,裁剪,亮度/对比度的变换等☆135Updated 4 years ago
- 天池比赛,kaggle等等(Keras/PyTorch实战)☆181Updated 4 years ago
- 这是一个ssd-keras的源码,可以用于训练自己的模型。☆168Updated 2 years ago
- 本仓库我将使用谷歌TensorFlow2框架逐一复现经典的卷积神经网络:LeNet、AlexNet、VGG系列、GooLeNet、ResNet 系列、DenseNet 系列,以及现在比较经典的目标检测网络、语义分割网络等。☆353Updated 3 years ago
- 深度学习 卷积神经网络教程 :图像识别,目标检测,语义分割,实例分割,人脸识别,神经风格转换,GAN等 https://dataxujing.github.io/CNN-paper2/☆180Updated 5 years ago
- imgaug--Bounding Boxes augment☆90Updated 6 years ago
- 这是一个faster-rcnn的keras实现的库,可以利用voc数据集格式的数据进行训练。☆285Updated 2 years ago
- 这个是一个在SSD的基础上用于生成绘制mAP代码所用的txt的例子。(目的是生成txt)☆127Updated 4 years ago
- 一个简单方便的目标检测框架(PyTorch环境可直接运行,不需要cuda编译),支持Faster_RCNN、Cascade_RCNN、Yolo系列、SSD等经典网络。☆273Updated 9 months ago
- 本赛题任务是对西安的热门景点、美食、特产、民俗、工艺品等图片进行分类,即首先识别出图片中物品的类别(比如大雁塔、肉夹馍等),然后根据图片分类的规则,输出该图片中物品属于景点、美食、特产、民俗和 工艺品中的哪一种。☆87Updated 3 years ago
- ☆28Updated 4 years ago
- imgaug--Bounding Boxes augment☆57Updated 5 years ago
- 2019 Huawei Cloud garbage Classification Competition online score 2th place☆314Updated 3 years ago
- Learning YOLOv3 from scratch 从零开始学习YOLOv3代码☆214Updated 3 years ago
- 这是一个有关迁移学习的仓库,在这里可以看到迁移学习的各种用法。