ViolinLee / Project_Dogs_vs_Cats
Keras is used in this project to build CNN or reuse pretrained networks. Using a pretrained network normally consists of feature extraction and Finetuning.
☆11Updated 6 years ago
Alternatives and similar repositories for Project_Dogs_vs_Cats:
Users that are interested in Project_Dogs_vs_Cats are comparing it to the libraries listed below
- For the CIFAR-10 dataset, extracting HOG features and using SVM classifier to classify them, at last, we get the accuracy.☆43Updated 5 years ago
- Basically, I implemented U-Net architecture using Dense-Blocks instead of Convolution layers and also added a Dilated Spatial Pooling Lay…☆15Updated 5 years ago
- 基于Keras实现Kaggle2013--Dogs vs. Cats12500张猫狗图像的精准分类☆77Updated 6 years ago
- An image classifier to identify pictures of cats and dogs absed on very little data.(inspired by fchollet's blog on blog.keras.io)☆20Updated 8 years ago
- Image Feature Extraction and Classification Using Python☆114Updated 8 years ago
- TensorFlow实现Kaggle猫狗大战☆56Updated 7 years ago
- 使用图像的hog特征来导入svm来进行分类☆24Updated 7 years ago
- 使用LBP方法提取特征,再使用svm进行分类☆41Updated 7 years ago
- 学习pytorch图像分类时整理的魔板,只需要更改对应的图片,直接运行train.py 和test.py即可☆17Updated 5 years ago
- keras实现faster rcnn,end2end训练、预测; 持续更新中,见todo... ;欢迎试用、关注并反馈问题☆85Updated 5 years ago
- HoG, PCA, PSO, Hard Negative Mining, Sliding Window, Edge Boxes, NMS☆170Updated 5 months ago
- 提取图像的灰度共生矩阵(GLCM),根据GLCM 求解图像的概率特征,利用特征训练SVM分类器,对目标分类☆119Updated 5 years ago
- This application uses LIBSVM and PIL to perform image classification on a set of images.☆88Updated 9 years ago
- 基于Keras+Tensorflow搭建,提供ResNet50神经网络的图片分类平台。☆36Updated 6 years ago
- A keras implementation of many sota segmentation model with different backbones, such as Unet, Bisenet, Linknet☆17Updated 6 years ago
- 实现遇到的分类网络(持续更新)☆19Updated 6 years ago
- 用SVM支持向量机方法,经过LBP特征提取实现二分类☆10Updated 6 years ago
- ☆48Updated 5 years ago
- ☆28Updated 10 years ago
- joooogle / Automatic-labeling-of-instance-segmentation-Mask-Rcnn-in-static-background-base-on-labelme静态背景下实例分割数据集自动标注工具,基于Labelme改进。可以自动生成labelme格式的json文件。(注意:本程序只适用于大量图片基于静态背景)原理是:背景减除后得到高质量的二值图,计算连通域外轮廓坐标,再将信息写入json文件。☆12Updated 5 years ago
- ☆22Updated 5 months ago
- 这是一个基于MobileV2主干的DeepLabV3plus语义分割模型基础代码,用于入门学习☆13Updated 2 years ago
- CornerNet-Lite的批注与学习☆12Updated 5 years ago
- 使用CNN进行图像分类,并且附录了SIFT+BOG+SVM多分类器的机器学习分类模型☆40Updated 5 years ago
- U-Net图像分割练习题两则☆128Updated 7 years ago
- this is a simple demo for image segmentation.----unet网络进行语义分割的demo,用的数据集是KITTI☆101Updated 5 years ago
- Image Classification using SIFT, Bag of words, k means clustering and SVM Classification☆84Updated 10 months ago
- 使用自己的数据集retraining DeeplabV3+☆33Updated 6 years ago
- texture and color based Image Segmentation using K-Means Clustering☆22Updated 10 years ago
- Image classification based on SVM. Use Gray level co-occurrence matrix(GLCM) and Histogram of Oriented Gradient (HOG) for image features …☆13Updated 5 years ago