luoyetx / JDA

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

there might be a mistake #4

Closed GarrickLin closed 9 years ago

GarrickLin commented 9 years ago

in JDA/src/jda/btcart.cpp line 40

cart.Initialize(stage, k);

might be

cart.Initialize(stage, landmark_id);
luoyetx commented 9 years ago

@GreenKing Thanks for pointing this mistake out, it will be fixed in the next commit.