Giter Site home page Giter Site logo

guerraepaz / temporalballdetection Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ais-bonn/temporalballdetection

0.0 0.0 0.0 394.47 MB

Official implementation of the paper: Utilizing Temporal Information in Deep Convolutional Network for Efficient Soccer Ball Detection and Tracking

Python 100.00%

temporalballdetection's Introduction

Soccer Ball Detection using Deep CNN

Official implementation of the paper "Utilizing Temporal Information in Deep Convolutional Network for Efficient Soccer Ball Detection and Tracking" (link)

Usage

prepare datasets

python prepare_dataset.py

to reproduce best numbers

python test.py --reproduce=best

to reproduce all numbers

python test.py --reproduce=all

to evaluate on new data only to get output detection of the swetynet

python test.py --dataset=new_sweaty --data_root=/root_folder_of_dataset/

to evaluate on new sequence of data

python test.py --dataset=new_seq --data_root=/root_folder_of_dataset/

structure for the new data should be like in testDataset where each line of the ball.txt is relative path to the image, y center position, x center position, y resolution of image, x resolutionn of image

the result output of the network you can find in the folder 'seq_output'. The target heatmaps on the visualization consist of only zeros due to the implementation of the dataset. Make sure that the number of images in the new dataset is more than 20 if you use --dataset=new_seq.

Implementation Details

py_models/joined_model.py
py_models/lstm.py
py_models/tcn_ed.py
py_train/evaluator.py
py_dataset/seq_dataset.py
arguments.py

Reference

@inproceedings{Kukleva,
  title={Utilizing Temporal Information in Deep Convolutional Network for Efficient Soccer Ball Detection and Tracking },
  author={Kukleva, Anna and Asif Khan, Mohammad and Farazi, Hafez and Behnke, Sven},
  booktitle={Accepted for 23th RoboCup International Symposium, Sydney, Australia, to appear July 2019. },
  year={2019}
}

temporalballdetection's People

Contributors

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