Skip to content

beaupreda/IMOT_OpticalFlow_Edges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Improving Multiple Object Tracking with Optical Flow and Edge Preprocessing

Running the demo

Dependencies

Data

You need both the frames and background subtraction images avaiable at https://www.jpjodoin.com/urbantracker/dataset.html. Place the frames and background subtraction images in the "frames" and "backgrounds" folders present in the dataset directory of the corresponding place.

Compiling

From the IMOT_OpticalFlow_Edges directory:

mkdir build
cd build
cmake ../
make -j

Demo

./IMOT_OpticalFlow_Edges PLACE

where PLACE is either:

  • rene
  • rouen
  • sherbrooke
  • stmarc

The images resulted will be placed in the "results" folder.

Testing the results

You will need both the Urban Tracker and the Metric Tools available at https://www.jpjodoin.com/urbantracker/tools.html. Follow the steps for the tracker, but take the background subtraction images produced by the algorithm (the ones in the results folder).

Bugs

If you find any bugs or encounter any problem, feel free to contact me at [email protected]

License

See the LICENSE file for more details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published