Commit Graph

13 Commits

Author SHA1 Message Date
501a59d00b Work on OpenGL rendering environment. 2017-10-19 15:39:15 +02:00
754874dcf3 More explicit use of "Optional". 2017-10-18 13:04:22 +02:00
1945f3c361 Restructure include files.
This way main.o is much faster to compile, leaving Simulator.o the only
file that really takes time.
2017-10-13 16:09:00 +02:00
492d84fab0 Dump intermediate results to PNG images. 2017-10-12 17:09:43 +02:00
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
66851a11f8 Improve result display. 2017-10-09 15:48:37 +02:00
f43ffd717d Print labels with score upon finish, if available. 2017-10-09 14:04:33 +02:00
e70c5f22ce Add a new option to add a labels file and a means file. 2017-10-09 13:00: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
a034d2a7f3 Add a model loader/simulator that actually loads caffe models. 2017-10-07 17:33:11 +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