GithubHelp home page GithubHelp logo

single-object-localization's Introduction

Object Localization via CNN

with anchor method

The .py file with name "with_anchor" is the algorithm which uses anchor to let the model learn the offset of bounding boxes.

You can compare them with the original algorithm and codes without anchors.

Task and Dataset Info

  • Object localization using CNN
  • Data: In each image, there is just one object. We just need to localize the only object in the image. If you are interested in multi-object detection(object detection field),you can modify my code to reach your goal.
  • Evaluation metric: A correct localization means the predict class label is correct and the predict box has an loU>0.5 with the ground- truth.
  • implementing the localization network using direct bbox regression

Because this is an experiment of 《Foundation of Computer Vision》class which is hosted by Prof.Xinggang Wang and Prof.Zhenyu Liao in Huazhong University of Science and Technology. So I am not sure whether I have the privilege to make the dataset open source. Whatever, if there is any question, please contact on me! I will pull it at soon.

dataset is shown in the .zip file

some dataset info

data: image with only one object inside

label: the class info

bbox: the (xmin,ymin,xmax,ymax) bounding box coordinate

Result

validation accuracy curve

acc of validation set

some localization results

single-object-localization's People

Contributors

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