Commit Graph

23 Commits

Author SHA1 Message Date
esimov
494cb7ab59 perf: avoid unnecessary memory allocation 2021-10-22 08:26:56 +03:00
esimov
df878d54e9 core: check treeNum length prior region classification 2021-06-16 11:32:29 +03:00
esimov
b97ceb9690 core: moved utility functions into separate file 2021-03-09 11:22:54 +02:00
esimov
326d96f9fa Merge branch 'master' of https://github.com/esimov/pigo 2021-01-29 14:57:02 +02:00
esimov
321c8f83a6 core: removed unnecessary if condition from sort function 2021-01-29 14:56:49 +02:00
esimov
e9f068f1a3 fix: #46 new method to avoid running into an infinite loop 2021-01-22 12:26:25 +02:00
esimov
294912e8d8 [fix] - #46 Improve the scale rounding issue 2021-01-14 11:07:30 +02:00
esimov
185503e0ee [fix] #46 - Infinite loop on using min size below 9 2021-01-11 16:33:24 +02:00
esimov
d80b5f4242 #44 correcting the meaning of IoU usage 2020-11-02 16:59:29 +02:00
esimov
29b25278c3 Implemented Facial landmark points detection 2019-10-14 10:47:36 +03:00
esimov
99302118ea Implementing pupil detection on rotated images 2019-09-19 16:56:25 +03:00
esimov
64341e2baa Uniformizing variables 2019-09-18 10:44:41 +03:00
esimov
0a9813119b Code refactoring 2019-09-18 10:38:53 +03:00
esimov
e0ec085722 Refactoring face detection code 2019-09-17 10:40:43 +03:00
esimov
9478fa1417 Small typo correction 2019-07-23 08:29:30 +03:00
esimov
8d409853f7 Move boundary check abobe angle calculation 2019-01-09 14:27:21 +02:00
Endre Simo
b8c07b835c Implementing classification algorithm for rotated images 2019-01-07 11:16:54 +02:00
esimov
8859812209 Extending test cases 2018-07-07 07:13:59 +03:00
esimov
6865e58fcd Use for range for traversing detected face regions 2018-06-12 07:18:45 +03:00
esimov
fdb1486412 Return error instead of log.Fatal 2018-06-07 09:31:05 +03:00
esimov
9ca86d58d0 Explaining missing code documentation 2018-06-06 10:30:53 +03:00
esimov
600f86ff1c Make method variables exportable 2018-06-05 15:48:44 +03:00
Endre Simo
a49e230868 Change core files directory name 2018-06-03 19:05:09 +03:00