Commit Graph

220 Commits

Author SHA1 Message Date
19390f8d4f Create an intermediate representation.
This way the visualiser does not need to know all about caffe, and can
just work on the intermediate representation which is a lot easier on
the compiler.
2017-10-12 14:21:53 +02:00
c725fcb8df Slight performance improvement. 2017-10-09 16:42:28 +02:00
66851a11f8 Improve result display. 2017-10-09 15:48:37 +02:00
02e8337b38 Additional note about dependencies. 2017-10-09 14:45:35 +02:00
96b3b695ab Improve caffe detection function. 2017-10-09 14:42:30 +02:00
87da22390b Add dependencies/build instructions. 2017-10-09 14:42:19 +02:00
f43ffd717d Print labels with score upon finish, if available. 2017-10-09 14:04:33 +02:00
7571fab20d Properly detect glog and Caffe using CMake. 2017-10-09 13:48:55 +02:00
e70c5f22ce Add a new option to add a labels file and a means file. 2017-10-09 13:00:26 +02:00
1e901507fa Add additional data files. 2017-10-09 12:33:26 +02:00
cf08dd4761 Actually run the network. 2017-10-07 21:35:59 +02:00
dbcb4ead51 Reformat code. 2017-10-07 20:45:50 +02:00
ff94a1d3da Bugfix: Fix OpenCV dependencies. 2017-10-07 20:11:36 +02:00
ba945d62e7 Replace build system with CMake. 2017-10-07 19:50:43 +02:00
a034d2a7f3 Add a model loader/simulator that actually loads caffe models. 2017-10-07 17:33:11 +02:00
4622c7c8c4 Remove duplicate warning. 2017-10-07 16:22:48 +02:00
fdf0f7c82f Create a simple script to download models. 2017-10-07 16:22:21 +02:00
49d872fd86 Slightly better error handling. 2017-10-07 15:33:46 +02:00
ade49bdcc7 Implement an options parser. 2017-10-06 16:29:52 +02:00
ff8788aa0a Initial project setup.
Create simple Makefile for project compilation.
2017-10-05 16:17:46 +02:00