- 04 Jan, 2015 1 commit
- 
- 
Vinh Khuc authored
 
- 
- 03 Jan, 2015 1 commit
- 
- 
Vinh Khuc authored
 
- 
- 02 Jan, 2015 1 commit
- 
- 
Davis King authoredon some newer OS X installs. 
 
- 
- 30 Dec, 2014 3 commits
- 
- 
Davis King authoredare supposed to since, on some systems, these libraries aren't installed correctly and will cause linker errors if used. 
- 
Davis King authoredincorrect outputs when the requested chip stretched the image unevenly vertically or horizontally. This is because we used the best similarity transform rather than affine transform between the image and the output chip. 
- 
Davis King authoredcertain compiler errors you get when accidentally trying to mutate a const image a little easier to understand. 
 
- 
- 28 Dec, 2014 9 commits
- 
- 
Davis King authored
- 
Davis King authored
- 
Davis King authored
- 
Davis King authored
- 
Davis King authored
- 
Davis King authoredAlso just cleaned up a few minor details. 
- 
Davis King authored
- 
Davis King authored
- 
Davis King authoredI changed the spec to reflect this. 
 
- 
- 21 Dec, 2014 5 commits
- 
- 
Davis King authored
- 
Davis King authored
- 
Davis King authored
- 
Davis King authored
- 
Davis King authored
 
- 
- 20 Dec, 2014 7 commits
- 
- 
Davis King authored
- 
Davis King authored
- 
Davis King authored
- 
Davis King authored
- 
Davis King authored
- 
Davis King authored
- 
Davis King authored
 
- 
- 19 Dec, 2014 1 commit
- 
- 
Davis King authored
 
- 
- 16 Dec, 2014 2 commits
- 
- 
Davis King authored
- 
Davis King authoredlike cv_image as input. 
 
- 
- 15 Dec, 2014 2 commits
- 
- 
Davis King authored
- 
Davis King authored
 
- 
- 13 Dec, 2014 1 commit
- 
- 
Patrick Snape authoredA little bit hacky, but should be fine. Supports both fhog detectors and the "cached" simple_object_detector. Also, maintains the upscale parameter for testing 
 
- 
- 11 Dec, 2014 7 commits
- 
- 
Patrick Snape authored
- 
Patrick Snape authored
- 
Patrick Snape authoredThis is the biggest change so far. Now, there are two different classes of interface. One where you pass ONLY file paths, and one where you pass ONLY Python objects. The file paths are maintained to keep a matching interface with the C++ examples of dlib. So shape predicition and object detection can be trained using the dlib XML file paths and then serialize the detectors to disk. Shape prediction and object detection can also be trained using numpy arrays and in-memory objects. In this case, the predictor and detector objects are returned from the training functions. To facilitate serializing these objects, they now have a 'save' method. Tetsing follows a similar pattern, in that it can take either XML files are or in-memory objects. I also added back the concept of upsampling during testing to make amends for removing the simple_object_detector_py struct. 
- 
Davis King authoredhas valid outputs. 
- 
Patrick Snape authoredAlso, removed the saving of the upsample which I missed from before (since I'm not using the struct now). I understand why the upsample was being saved, but I don't necessarily agree it is particularly useful as you should really be upsampling on a case by case basis at test time. 
- 
Patrick Snape authored
- 
Patrick Snape authoredI also cleaned up a bunch of code. I'm not sure why the simple_object_detector was keeping track of the upsample amount, since it can't even be passed as an argument to the constructor. Therefore, I removed the simple_object_detector_py and the second declaration of the hog object detector. I also changed the view code to optionally take keyword args of color and added a single view of a rectangle. Finally, I added viewing of the shape parts. 
 
-