s-arora1987 / tf-adnet-tracking

Region-Of-Interest Pooling Based Redetection in 'Deep Object Tracking Implementation for (Action-Decision Networks for Visual Tracking with Deep Reinforcement Learning, CVPR 2017)'

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

In most of online trackers for moving objects, an object is recognized by choosing between bounding boxes corresponding to locations likely for the object, the boxes are called region proposals or regions of interest. Region-of-Interest (RoI) pooling has been shown to improve the processing speed of object recognizer, but it has never been tried on an object tracker. The investigation reveals whether a tool improving object recognition processes is effective in object tracking or not. The investigation reveals whether a tool improving object recognition processes is effective in object tracking or not.

This project aims to investigate the enhancements of “Action-Decision Networks for Visual Tracking with Deep Reinforcement Learning” (ADNet). This project tries to investigate an improvement in ADNet by introducing region of interest pooling in the misprediction prevention mechanism of ADNet. After trying these changes, I compared the tracking performance of new network and that of old network (without RoI) on the OTB dataset used for ADNet paper. The results showed that RoI improves both accuracy and learning duration.

This project is built on the code forked from https://github.com/ildoonet/tf-adnet-tracking

Run

OTB100 Dataset

$ python runner.py by_dataset  --vid-path=./data/freeman1/

Results

Please check the report here for outcomes [https://docs.google.com/document/d/1RQPuBbpwugLbGU61LGTf0zBbqJEC2tP3Hk71Egmd1Ss/edit?usp=sharing]

About

Region-Of-Interest Pooling Based Redetection in 'Deep Object Tracking Implementation for (Action-Decision Networks for Visual Tracking with Deep Reinforcement Learning, CVPR 2017)'

License:GNU General Public License v3.0


Languages

Language:Python 99.0%Language:M 1.0%