Giter Site home page Giter Site logo

pededs's Introduction

Pedestrian detection and Segmentation

---
title: PDS: 行人检测及分割
author: librah
date: 2020/5/5
---

Introduction

Object Detection is a common Computer Vision problem which deals with identifying and locating object of certain classes in the image. Interpreting the object localization in various ways, including creating a bounding box around the object or marking every pixel in the image which contains the object (called segmentation).

img

Image segmentation creates a pixel-wise mask for each object in the image. This technique gives us a far more granular understanding of the object(s) in the image.

img

Models

The model is Mask R-CNN, which is based on top of Faster R-CNN. Mask R-CNN adds an extra branch into Faster R-CNN, which also predicts segmentation masks for each instance.

intermediate/../../_static/img/tv_tutorial/tv_image04.png

Structure

networks: Mask R-CNN, based on torchvision.models.detection. We use the FastRCNNPredictor to detection boxes and scores of objects, and use the MaskRCNNPredictor to object segmentation.

utils: some official application tools.

dataloader.py: define a custom dataset for Pedestrian.

experiments.py: train model, predict and show the results.

Results

image image

Reference

[1] https://pytorch.org/tutorials/intermediate/torchvision_tutorial.html

[2] https://matplotlib.org/3.1.1/contents.html

pededs's People

Contributors

librahfacebook avatar

Stargazers

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