Well, repo for the course zhuantiyantao .....
A very very simple image search engine .. for food
Make sure you have these stuff first ...
- Install protobuf and RCFProto, Scons .. and so on
- Compile, scons cv/ && scons build/ && scons service
- Put images in the same folder of build, run build
- Copy results to service/
- Start server, service/SearchServer
- Start Django: python manager.py runserver
- 127.0.0.1:8000, have fun...