Coder Social home page Coder Social logo

trellixvulnteam / smokingcallingdetection_xhcq Goto Github PK

View Code? Open in Web Editor NEW

This project forked from czhappy/smokingcallingdetection

0.0 0.0 0.0 19.39 MB

Smoking and Calling Detection Challenge of HuaLu Cup 2020, Rank 9.

Shell 0.21% JavaScript 0.09% C++ 8.07% Python 78.37% CSS 0.22% Cuda 12.79% Makefile 0.11% HTML 0.01% Batchfile 0.07% Dockerfile 0.05%

smokingcallingdetection_xhcq's Introduction

Smoking and Calling Detection

Info

  • Smoking and Calling Detection Challenge of HuaLu Cup 2020, Rank 9.
    • Solved by Classfication.
    • 4Labels: Normal, Calling, Smoking, Calling&Smoking.
  • Explored models including ResNeSt and BiT, choose ResNeSt in the end.
    • Pretrained on ImageNet and tranfered to this dataset.
    • Data Augment such as resize, ColorJitter,RandomHorizontalFlip, RandomRotation and so on.
    • Dropout for Overfitting.
    • Adam Optimizer, MultiStepLR.
  • mAP of Semifinals on A Rank list : 97.55
  • mAP of Semifinals on B Rank list : 89.95
  • Final Contest: Rank 9.
  • Members: J.-F. Meng, Z. Cheng, C.-W. Deng, SK49B of 5G&Multimedia Lab.

Usage (ResNeSt)

  • Clone repo and cd into hualucup-ResNeSt

  • Install Requirements.

  • train

    python train.py 
  • test

    python predict.py
  • docker

    • download docker image with BaiduDisk, please contact to me and I will send you link and code.
    • Install nvidia-docker.
    • run docker image
      docker run --shm-size 32G -it hualucup-18310588600:dcw_update /bin/bash
      cd /root/hualucup
      # predict
      python predict.py
      # train
      python train.py 
      # ...

smokingcallingdetection_xhcq's People

Contributors

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