This repository contains a benchmark composed for two Computer Vision algorithms: ORB & CNNs. Moreover, it contains tools to measure his execution using Hardware Counters.
- Edit "./analysis/cnn/Makefile" paths
- Edit "./analysis/features/Makefile" paths
$ cd analysis
$ ./perf.sh -h (see options)
* Edit "./analysis/features/Makefile" paths
$ cd analysis/features
$ make
$ ./features (see options)
- Edit "./analysis/cnn/Makefile" paths
$ cd analysis/cnn
$ make
$ ./classification (see options)
This software has been tested in Ubuntu 14.04, Ubuntu16.04, and CentOS 6.1