All Projects → Erlemar → Wheat

Erlemar / Wheat

Wheat Detection challenge on Kaggle

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Wheat

Data science bowl 2018
My 5th place (out of 816 teams) solution to The 2018 Data Science Bowl organized by Booz Allen Hamilton
Stars: ✭ 147 (+172.22%)
Mutual labels:  object-detection, kaggle-competition
Lfip
Efficient Featurized Image Pyramid Network for Single Shot Detector, CVPR, 2019
Stars: ✭ 52 (-3.7%)
Mutual labels:  object-detection
Computervision Recipes
Best Practices, code samples, and documentation for Computer Vision.
Stars: ✭ 8,214 (+15111.11%)
Mutual labels:  object-detection
System Security Testing
🐧🔥System security testing tools(compatible with Debian/Centos/Ubuntu/Kali/Mint,use the nmap and hydra security testing tools)
Stars: ✭ 49 (-9.26%)
Mutual labels:  hydra
Tensorflow Lite Rest Server
Expose tensorflow-lite models via a rest API
Stars: ✭ 43 (-20.37%)
Mutual labels:  object-detection
Ssd Knowledge Distillation
A PyTorch Implementation of Knowledge Distillation on SSD
Stars: ✭ 51 (-5.56%)
Mutual labels:  object-detection
Tensorflow Serving sidecar
Serve machine learning models using tensorflow serving
Stars: ✭ 41 (-24.07%)
Mutual labels:  object-detection
Hsd
Hierarchical Shot Detector (ICCV2019)
Stars: ✭ 53 (-1.85%)
Mutual labels:  object-detection
Ssd
High quality, fast, modular reference implementation of SSD in PyTorch
Stars: ✭ 1,060 (+1862.96%)
Mutual labels:  object-detection
Inceptionvisiondemo
🎥 iOS11 demo application for dominant objects detection.
Stars: ✭ 48 (-11.11%)
Mutual labels:  object-detection
Kaggle Sentiment Popcorn
Code for the Kaggle competition "Bag of Words Meets Bags of Popcorn"
Stars: ✭ 45 (-16.67%)
Mutual labels:  kaggle-competition
Diffgram
Data Annotation, Data Labeling, Annotation Tooling, Training Data for Machine Learning
Stars: ✭ 43 (-20.37%)
Mutual labels:  object-detection
Jacinto Ai Devkit
Training & Quantization of embedded friendly Deep Learning / Machine Learning / Computer Vision models
Stars: ✭ 49 (-9.26%)
Mutual labels:  object-detection
Realtime Detectron
Real-time Detectron using webcam.
Stars: ✭ 42 (-22.22%)
Mutual labels:  object-detection
Trafficvision
MIVisionX toolkit is a comprehensive computer vision and machine intelligence libraries, utilities and applications bundled into a single toolkit.
Stars: ✭ 52 (-3.7%)
Mutual labels:  object-detection
Ml competition platform
Kaggle-like machine learning competition platform
Stars: ✭ 42 (-22.22%)
Mutual labels:  kaggle-competition
Yolo tensorflow
🚖 Object Detection (YOLOv1) implentation in tensorflow, with training, testing and video features.
Stars: ✭ 45 (-16.67%)
Mutual labels:  object-detection
Pytorch Ssd
MobileNetV1, MobileNetV2, VGG based SSD/SSD-lite implementation in Pytorch 1.0 / Pytorch 0.4. Out-of-box support for retraining on Open Images dataset. ONNX and Caffe2 support. Experiment Ideas like CoordConv.
Stars: ✭ 1,054 (+1851.85%)
Mutual labels:  object-detection
Mask rcnn ros
The ROS Package of Mask R-CNN for Object Detection and Segmentation
Stars: ✭ 53 (-1.85%)
Mutual labels:  object-detection
Math object detection
An image recognition/object detection model that detects handwritten digits and simple math operators. The output of the predicted objects (numbers & math operators) is then evaluated and solved.
Stars: ✭ 52 (-3.7%)
Mutual labels:  object-detection

wheat_detection

This is my repository with a baseline model for Wheat Detection challenge on Kaggle

Main frameworks used:

To use it for training, perform the following steps:

  • download the data, unzip in and put in some folder;
  • define that folder in config conf/data/data.yaml as a value of the key data.folder_path
  • run run_hydra.py script

There is no script for prediction, because in this competition we have to make prediction in kernels.

Refer to my kernel for more information: https://www.kaggle.com/artgor/object-detection-with-pytorch-lightning

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].