GithubHelp home page GithubHelp logo

parking-slot-detection-with-lightweight-keypoint-detect's Introduction

Parking Slot Detection With Lightweight-Keypoint

Abstract

In this work,we present a light weight parking slot dectection in BEV.
Based on MoveNet,use a MoblienetV2 as the backbone,and the same fpn structure in MoveNet. We use three detect header,respectively detected the heatmap,the center point of the entrance line and the orientation of the parking slot. Due to the characteristic of bird eye view,the far object will be obscure but not small,then we remove the offsets branch to save more parameters.
The whole Parameters of the model is only 0.255M.
The Precision and the Recall on the ps2.0: 97.63% and 96.77%

Header Detail:
Header is consist of two 1x1 conv and a dilation conv,the dilation conv is used to extend the field.

We modify the soft wing loss as Weighted soft Wing loss,combined with Weighted SEloss to train the model with 180 epoches.

Heatmap: We propose a orientation guide heatmap.Different from the traditional method use a circle Gaussian kernel to the key point heatmap,we use a vector generated by the orientation of the parking line to get a heatmap.

Gaussian kernel:

image

Ours:

image

Model:

6f9a268a0009d023a5112b756bc0d1b

Visualization:

image image image

Train and Test:

We provide scripts to complete the training and evaluation, before running remember to check the configs in each scripts ^_^:
python train.py
Evaluation for slot:
python evaluate_slot.py
Evaluation for each keypiont:
python evaluate_point.py

Your also can design how to inference the slot by key points ,through rewrite the function ./utils/common/def inference_slots_v2()

parking-slot-detection-with-lightweight-keypoint-detect's People

Contributors

xcco1 avatar

Stargazers

SEKANG OH avatar  avatar Harsh Sachin Chandekar avatar TJohn avatar Frank avatar  avatar  avatar James Khan avatar  avatar zuoyi avatar  avatar  avatar Young.Xu avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

jie311

parking-slot-detection-with-lightweight-keypoint-detect's Issues

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.