Code Monkey home page Code Monkey logo

al_surface_defect_detection's Introduction

Alum_surface_defect_detection

This includes my code for Tianchi competition: Alum surface defect detection. (held by Alibaba company)

The competition is aimed at using computer vision techniques to help workers check whether their Aluminum surface products have any defects such as spots, scratches and so on.

Season1(clasification) rank: 96/2972

What I found very useful:
  • InceptionV4(pytorch)
  • combine vote(similar to bagging)
  • good iteration steps
Just so so:
  • data augmentation(horizontal flip)
  • Ensemble(Xception, Resnet50, InveptionV3)
Decrease my test acc
  • All other augmentation. especially random rotation(0~8, the larger angle, the worse acc))

Season2(localization) rank:10/2972

What I found very useful:
  • FasterRcnn&FPN(detectron)
  • Larger resize size(960 for maskrcnn, 800 for FasterRcnn)
  • bbox vote
  • Adam instead of SGD
  • lower the thresh
Just so so:
  • Mask-Rcnn(keras tf)
  • YoloV3
  • FasterRcnn(tf)
  • Emsemble(FPN, faster-rcnn, mask-rcnn)
  • Soft-nms(since few defects have overlap)
  • bbox-vote strategy(ID, AVG, IOU_AVG)
  • Delete mini batch(since spots are super small)
  • Data augmentation( train&test scales, flip, small rotation)
Decrease my test acc:
  • my own bbox vote( similar to softer-nms, a combination of iou and confidence)
  • bbox combination ( similar to this from kaggle big bowl 2018)
  • Use larger size(1920x2560), more data augmentation(5 scales etc.)...
What I didn't have time to try:
  • SNIPER
  • Cascade-rcnn
  • maskrcnn(X152 backbone)

Possible useful links:

al_surface_defect_detection's People

Contributors

yeahhuang avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.