All Projects → spytensor → Detect_steel_bar

spytensor / Detect_steel_bar

CCFDF AI 数钢筋大赛

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Detect steel bar

Paddlex
PaddlePaddle End-to-End Development Toolkit(『飞桨』深度学习全流程开发工具)
Stars: ✭ 3,399 (+1972.56%)
Mutual labels:  detection
Anomaly detection tuto
Anomaly detection tutorial on univariate time series with an auto-encoder
Stars: ✭ 144 (-12.2%)
Mutual labels:  detection
Blurdetection2
Blur Detection with OpenCV in Python
Stars: ✭ 156 (-4.88%)
Mutual labels:  detection
Deep Learning For Tracking And Detection
Collection of papers, datasets, code and other resources for object tracking and detection using deep learning
Stars: ✭ 1,920 (+1070.73%)
Mutual labels:  detection
Scene Text Recognition
Scene text detection and recognition based on Extremal Region(ER)
Stars: ✭ 146 (-10.98%)
Mutual labels:  detection
Detectem
detectem - detect software and its version on websites.
Stars: ✭ 152 (-7.32%)
Mutual labels:  detection
Nanonets object tracking
Stars: ✭ 134 (-18.29%)
Mutual labels:  detection
Mstar deeplearning project
Radar target classification, detection and recognition using deeplearning methods on MSTAR dataset
Stars: ✭ 163 (-0.61%)
Mutual labels:  detection
Jeelizfacefilter
Javascript/WebGL lightweight face tracking library designed for augmented reality webcam filters. Features : multiple faces detection, rotation, mouth opening. Various integration examples are provided (Three.js, Babylon.js, FaceSwap, Canvas2D, CSS3D...).
Stars: ✭ 2,042 (+1145.12%)
Mutual labels:  detection
Fall Detection
Human Fall Detection from CCTV camera feed
Stars: ✭ 154 (-6.1%)
Mutual labels:  detection
Mobilenet Ssd
Caffe implementation of Google MobileNet SSD detection network, with pretrained weights on VOC0712 and mAP=0.727.
Stars: ✭ 1,805 (+1000.61%)
Mutual labels:  detection
Kinobot
Aesthetically perfectionist bot for cinephiles
Stars: ✭ 144 (-12.2%)
Mutual labels:  detection
Derpn
A novel region proposal network for more general object detection ( including scene text detection ).
Stars: ✭ 155 (-5.49%)
Mutual labels:  detection
Svhn Deep Digit Detector
Deep-digit-detector (and recognizer) in natural scene. A digit detection framework was implemented using keras with tensorflow backend.
Stars: ✭ 137 (-16.46%)
Mutual labels:  detection
Craft Pytorch
Official implementation of Character Region Awareness for Text Detection (CRAFT)
Stars: ✭ 2,220 (+1253.66%)
Mutual labels:  detection
Whatwaf
Detect and bypass web application firewalls and protection systems
Stars: ✭ 1,881 (+1046.95%)
Mutual labels:  detection
Synthdet
SynthDet - An end-to-end object detection pipeline using synthetic data
Stars: ✭ 148 (-9.76%)
Mutual labels:  detection
Lc Finder
An image annotation and object detection tool written in C
Stars: ✭ 163 (-0.61%)
Mutual labels:  detection
Opencv Lane Vehicle Track
OpenCV implementation of lane and vehicle tracking
Stars: ✭ 162 (-1.22%)
Mutual labels:  detection
East icpr
Forked from argman/EAST for the ICPR MTWI 2018 CHALLENGE
Stars: ✭ 154 (-6.1%)
Mutual labels:  detection

提醒

由于个人版本修改较多,记不清哪个配置可以达到线上0.97。

声明

由于竞赛平台协议有规定,未经许可暂不能公开数据集,非常抱歉。

可修改的地方:

  1. dataloader.py 中Resize函数的图像尺寸,越大效果越好。
  2. main.py 中的模型 depth ,越大效果越好。
  3. 更有效的办法就是做数据扩充,增加数据量。

1. 比赛地址

智能盘点—钢筋数量AI识别

2. 依赖

pytorch0.4.1,opencv-python,skimage

3. 使用方法

step0: 安装

git clone https://github.com/spytensor/detect_steel_bar.git
detect_steel_bar/retinanet/lib/
bash build.sh
cd ../../

step1: 下载数据解压后,将训练数据和测试数据放到 data/images/下,效果如下:

 - data/
    - images/
        train/
        test/

step2: 将训练标签文件 train_labels.csv 复制到 data/ 下,效果如下:

- data/
    train_labels.csv

step3: 将官方提高数据转变成可供Retinanet训练格式

cd data
python convert.py
cd ..

step4: 训练

python retinanet/main.py

step5: 预测

python retinanet/predict.py

4. 效果

线上 0.97+

5. 参考

pytorch-retinanet

6. 提醒

如有疑问,请提出 issue,编码问题请自行谷歌。

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