luoyetx / JDA

C++ implementation of Joint Cascade Face Detection and Alignment.
BSD 3-Clause "New" or "Revised" License
184 stars 140 forks source link

save the memory #18

Closed wincle closed 8 years ago

wincle commented 8 years ago

can use int8_t for scale and landmark_id

wincle commented 8 years ago

something wrong and will fix more , try to save more.

luoyetx commented 8 years ago

Thanks very much to consider the memory optimization of the code. However, I think it's not necessary for now. The code here is only used for training and testing, we need another well optimized version of JDA which optimizes the memory and speed for detection later.