Sha256: 1385da4415f7335c60d2839dfd180c88af23cee7a035af04b2c22565000d9ecf

Contents?: true

Size: 1015 Bytes

Versions: 2

Compression:

Stored size: 1015 Bytes

Contents

# dlib Changes

At first, you can see original Release notes.
http://dlib.net/release_notes.html

## 1.2.1 (use dlib 19.4)

### Bug fixes

* Fixed build issue on the latest Deep Learning AMI for Ubuntu 16.04 on AWS

## 1.2.0 (use dlib 19.4)

### New Features

* `Dlib::Image.pyramid_up!` make `Dlib::Image` scale up to x2

## 1.1.5 (use dlib 19.4)

### Bug fixes

* Make GPU memory management better with ruby's GC

## 1.1.4 (use dlib 19.4)

### Bug fixes

* raise CudaError as ruby's Exception (Dlib::CudaError)

## 1.1.3 (use dlib 19.4)

### Bug fixes

* Fix compile option for cuda env

## 1.1.2 (use dlib 19.4)

### Bug fixes

* Fix build path

## 1.1.1 (use dlib 19.4)

### Bug fixes

* fix typo

## 1.1.0 (use dlib 19.4)

### Library

* Upgrade dlib v18.3 -> v19.4
  * It included deep learning libraries

### New features

* Dlib::FrontalFaceDetector - HOG based face detector
* Dlib::DNNFaceDetector - DNN based face detector (needs CUDA SDK and GPU environment)
* Dlib::Cuda - device manupilations of CUDA

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
dlib-1.2.2 Changes.md
dlib-1.2.1 Changes.md