All Projects → petrosgk → Kaggle-Cdiscount-Image-Classification-Challenge

petrosgk / Kaggle-Cdiscount-Image-Classification-Challenge

Licence: MIT license
No description or website provided.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Kaggle-Cdiscount-Image-Classification-Challenge

convolutedPredictions Cdiscount
2nd place solution to Kaggle's Cdiscount image classification challange.
Stars: ✭ 17 (+13.33%)
Mutual labels:  kaggle, image-classification
Dogs vs cats
猫狗大战
Stars: ✭ 570 (+3700%)
Mutual labels:  kaggle, image-classification
Pytorch Toolbelt
PyTorch extensions for fast R&D prototyping and Kaggle farming
Stars: ✭ 942 (+6180%)
Mutual labels:  kaggle, image-classification
kaggle-berlin
Material of the Kaggle Berlin meetup group!
Stars: ✭ 36 (+140%)
Mutual labels:  kaggle
UniFormer
[ICLR2022] official implementation of UniFormer
Stars: ✭ 574 (+3726.67%)
Mutual labels:  image-classification
Recruit-Restaurant-Visitor-Forecasting
6th place solution for Recruit-Restaurant-Visitor-Forecasting
Stars: ✭ 16 (+6.67%)
Mutual labels:  kaggle
chitra
A multi-functional library for full-stack Deep Learning. Simplifies Model Building, API development, and Model Deployment.
Stars: ✭ 210 (+1300%)
Mutual labels:  image-classification
imannotate
Image annotation tool to make Machine Learning or others stuffs
Stars: ✭ 44 (+193.33%)
Mutual labels:  image-classification
Maix-LogoClassifier
A simple logo classifier developed using Maixduino framework and PlatfomIO, to run on K210 MCU on Sipeed's Maix dev board.
Stars: ✭ 25 (+66.67%)
Mutual labels:  image-classification
serving-pytorch-models
Serving PyTorch models with TorchServe 🔥
Stars: ✭ 91 (+506.67%)
Mutual labels:  image-classification
Paper-Notes
Paper notes in deep learning/machine learning and computer vision
Stars: ✭ 37 (+146.67%)
Mutual labels:  image-classification
Skin Lesions Classification DCNNs
Transfer Learning with DCNNs (DenseNet, Inception V3, Inception-ResNet V2, VGG16) for skin lesions classification
Stars: ✭ 47 (+213.33%)
Mutual labels:  image-classification
awesome-kaggle-kernels
Compilation of good Kaggle Kernels.
Stars: ✭ 51 (+240%)
Mutual labels:  kaggle
MixNet-PyTorch
Concise, Modular, Human-friendly PyTorch implementation of MixNet with Pre-trained Weights.
Stars: ✭ 16 (+6.67%)
Mutual labels:  image-classification
CV
本仓库将使用Pytorch框架实现经典的图像分类网络、目标检测网络、图像分割网络,图像生成网络等,并会持续更新!!!
Stars: ✭ 72 (+380%)
Mutual labels:  image-classification
kaggle-dstl-satellite-imagery-feature-detection
6th place solution
Stars: ✭ 16 (+6.67%)
Mutual labels:  kaggle
catacomb
The simplest machine learning library for launching UIs, running evaluations, and comparing model performance.
Stars: ✭ 13 (-13.33%)
Mutual labels:  image-classification
Alturos.ImageAnnotation
A collaborative tool for labeling image data for yolo
Stars: ✭ 47 (+213.33%)
Mutual labels:  image-classification
sinkhorn-label-allocation
Sinkhorn Label Allocation is a label assignment method for semi-supervised self-training algorithms. The SLA algorithm is described in full in this ICML 2021 paper: https://arxiv.org/abs/2102.08622.
Stars: ✭ 49 (+226.67%)
Mutual labels:  image-classification
Tensorflow-Dog-Breed-Classifier
Tensorflow Image classifier that can predict the breed of a dog from it photo. Trained on image dataset of 5 different breed of dogs (rottweiler, bulldog, pug, german shepherds, labrador). Interestingly the classifier was able to predict the breed of the dogs even from images of their toys.
Stars: ✭ 14 (-6.67%)
Mutual labels:  image-classification

Kaggle Cdiscount's Image Classification Challenge solution with Keras

My code for Cdiscount's Image Classification Challenge. Tested on a subset of 10k samples from the ~7m on the full dataset.


Requirements

  • Keras 2.0 w/ TF backend
  • sklearn
  • skimage
  • tqdm
  • h5py
  • imgaug

Usage

  1. In params.py set base_dir to your working directory. You can also set the model to use and training parameters.
  2. Place train.bson and test.bson in {work_dir}/input.
  3. Run read_data_train.py and read_data_test.py to read and unpack train data and test data respectively.
  4. Run train.py to train the model and test_submit.py to predict on test data and generate submission file.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].