You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

213 lines
8.5 KiB

1 year ago
  1. <head>
  2. <meta http-equiv="Content-Type" content="text/html">
  3. <!--<title>Table</title> -->
  4. <style type="text/css">
  5. BODY {
  6. background: white; /* */
  7. }
  8. TABLE {
  9. /* width: 300px; /* */
  10. border: 1;
  11. border-collapse: collapse; /* */
  12. border: 1px solid ; /* white*/
  13. }
  14. TD {
  15. height: 70;
  16. /*width: 70; */
  17. min-width: 100;
  18. padding: 3px; /* */
  19. border: 1px solid black; /* */
  20. text-align: left; /* */
  21. background: DarkSalmon;
  22. z-index: 1;
  23. }
  24. TH {
  25. /* min-width: 50px; */
  26. /* min-height: 100px; */
  27. position: -webkit-sticky;
  28. position: sticky;
  29. top: 0;
  30. padding: 3px; /* */
  31. border: 1px solid black; /* */
  32. text-align: left; /* */
  33. background: rgb(151, 151, 151);
  34. }
  35. p.vertical{
  36. -webkit-transform: rotate(-90deg);
  37. -moz-transform: rotate(-90deg);
  38. -ms-transform: rotate(-90deg);
  39. -o-transform: rotate(-90deg);
  40. transform: rotate(-90deg);
  41. /*height:260px; */
  42. }
  43. </style>
  44. </head>
  45. <body>
  46. <div>
  47. <table>
  48. <caption> Luna SDK mobile models and dependencies</caption>
  49. <thead>
  50. <tr>
  51. <th height="200"><center><p class="horizontal"><b>Feature name and <br> description</b></p></center></th>
  52. <th height="200"><center><p class="horizontal"><b>Required algorithms and used structures</b></p></center></th>
  53. <th height="200"><center><p class="horizontal"><b>Best Shot <br>Selection</b></p></center></th>
  54. <th height="200"><center><p class="horizontal"><b>Face Features<br> Extraction</b></p></center></th>
  55. <th height="200"><center><p class="horizontal"><b>Face <br>Recognition</b></p></center></th>
  56. </tr>
  57. </thead>
  58. <!-- -->
  59. <tfoot>
  60. <tr>
  61. <td colspan="30" style="background-color: White">
  62. <p align="left" > The &ltdevice&gt placeholder shows that the model can be used with different devices (e. g., CPU, GPU). <br>
  63. Name of the model includes corresponding postfix (e. g., *_cpu.plan, *_gpu.plan). <br>
  64. See "Hardware requirements" section in "FaceEngine Handbook" for information about devices supported by NN.</p>
  65. <p align="left" > Example of table using - if user wants to find best shots in his application, he needs to look at the "Best Shot Selection"<br>
  66. column and see what network models are required in order to run such functionality.<br>The required models and structures are <span style="color: DarkSeaGreen"> marked with green</span>.
  67. <br>Algorigthms and structures <span style="color: DarkSalmon"> marked with red</span> are not used for the functionality.</p>
  68. </td>
  69. </tr>
  70. </tfoot>
  71. <!-- -->
  72. <tbody>
  73. <tr>
  74. <td style="background-color: Silver">Face detection NN version 2<br>First, second and third NN <br>should be launched consequently</td>
  75. <td style="background-color: rgba(240, 238, 238, 0.952)">Structure(s):<br>IDetector<br><br>Plan(s):<br> FaceDet_2_first_&ltdevice&gt.plan<br> FaceDet_2_second_&ltdevice&gt.plan<br> FaceDet_2_third_&ltdevice&gt.plan</th>
  76. <td style="background-color: DarkSeaGreen"></td>
  77. <td style="background-color: DarkSeaGreen"></td>
  78. <td style="background-color: DarkSeaGreen"></td>
  79. </tr>
  80. <tr>
  81. <td style="background-color: Silver">BestShotQuality estimation<br>Performs head pose and AGS estimations</td>
  82. <td style="background-color: rgba(240, 238, 238, 0.952)">Structure(s):<br>IBestShotQualityEstimator<br><br>Plan(s):<br>ags_angle_estimation_flwr_&ltdevice&gt.plan</td>
  83. <td style="background-color: DarkSeaGreen"></td>
  84. <td style="background-color: DarkSeaGreen"></td>
  85. <td style="background-color: DarkSeaGreen"></td>
  86. </tr>
  87. <tr>
  88. <td style="background-color: Silver">Image quality estimation <br>(light, dark, blur, etc.)</td>
  89. <td style="background-color: rgba(240, 238, 238, 0.952)">Structure(s):<br>IQualityEstimator<br><br>Plan(s):<br> model_subjective_quality_&ltversion&gt_&ltdevice&gt.plan</td>
  90. <td style="background-color: DarkSeaGreen"></td>
  91. <td style="background-color: DarkSeaGreen"></td>
  92. <td style="background-color: DarkSeaGreen"></td>
  93. </tr>
  94. <tr>
  95. <td style="background-color: Silver">Image glasses estimation <br>(light, dark, blur, etc.)</td>
  96. <td style="background-color: rgba(240, 238, 238, 0.952)">Structure(s):<br>IGlassesEstimator<br><br>Plan(s):<br> glasses_estimation_flwr_&ltversion&gt_&ltdevice&gt.plan</td>
  97. <td style="background-color: DarkSeaGreen"></td>
  98. <td style="background-color: DarkSeaGreen"></td>
  99. <td style="background-color: DarkSeaGreen"></td>
  100. </tr>
  101. <tr>
  102. <td style="background-color: Silver">Head pose estimation (deprecated)</td>
  103. <td style="background-color: rgba(240, 238, 238, 0.952)">Structure(s):<br>IHeadPoseEstimator<br><br>Plan(s):<br>angle_estimation_flwr_&ltdevice&gt.plan</td>
  104. <td style="background-color: rgb(188, 168, 143)"></td>
  105. <td style="background-color: rgb(188, 168, 143)"></td>
  106. <td style="background-color: rgb(188, 168, 143)"></td>
  107. </tr>
  108. <tr>
  109. <td style="background-color: Silver">AGS estimation (deprecated)</td>
  110. <td style="background-color: rgba(240, 238, 238, 0.952)">Structure(s):<br>IAGSEstimator<br><br>Plan(s):<br>ags_estimation_flwr_&ltdevice&gt.plan </td>
  111. <td style="background-color: rgb(188, 168, 143)"></td>
  112. <td style="background-color: rgb(188, 168, 143)"></td>
  113. <td style="background-color: rgb(188, 168, 143)"></td>
  114. </tr>
  115. <tr>
  116. <td style="background-color: Silver">LivenessOneShotRGB estimation<br>Predicts whether the person's face is real or fake (photo, printed image)</td>
  117. <td style="background-color: rgba(240, 238, 238, 0.952)">Structure(s):<br>ILivenessOneShotRGBEstimator<br><br>Plan(s):<br>oslm_v3_model_&ltversion&gt_&ltdevice&gt.plan</td>
  118. <td style="background-color: DarkSeaGreen"></td>
  119. <td style="background-color: DarkSeaGreen"></td>
  120. <td style="background-color: DarkSeaGreen"></td>
  121. </tr>
  122. <tr>
  123. <td style="background-color: Silver">Extraction (NN version 54 mobilenet)<br>(Available in Complete distribution package only!) </td>
  124. <td style="background-color: rgba(240, 238, 238, 0.952)">Structure(s):<br>IDescriptor, IDescriptorBatch, IDescriptorExtractor<br><br>Plan(s):<br>cnn54m_&ltdevice&gt.plan</th>
  125. <td></td>
  126. <td></td>
  127. <td style="background-color: DarkSeaGreen"></td>
  128. </tr>
  129. <tr>
  130. <td style="background-color: Silver">Eyes state estimation (eyes status and <br>keypoints for irises and eyelids)</td>
  131. <td style="background-color: rgba(240, 238, 238, 0.952)">Structure(s):<br>IEyeEstimator<br><br>Plan(s):<br>eyes_estimation_flwr8_&ltdevice&gt.plan</td>
  132. <td></td>
  133. <td style="background-color: DarkSeaGreen"></td>
  134. <td></td>
  135. </tr>
  136. <tr>
  137. <td style="background-color: Silver">Eyes state <br>(lightened version, returns eyes state only)</td>
  138. <td style="background-color: rgba(240, 238, 238, 0.952)">Structure(s):<br>IEyeEstimator<br><br>Plan(s):<br>eye_status_estimation_flwr_&ltdevice&gt.
  139. <td></td>
  140. <td style="background-color: DarkSeaGreen"></td>
  141. <td></td>
  142. </tr>
  143. <div>
  144. <table>
  145. <caption> Luna SDK functionality</caption>
  146. <thead>
  147. <tr>
  148. <th height="100"><center><p class="horizontal"><b>Functionality</b></p></center></th>
  149. <th height="100"><center><p class="horizontal"><b>Feature name and <br> description</b></p></center></th>
  150. <th height="100"><center><p class="horizontal"><b>Required algorithms and used structures</b></p></center></th>
  151. <th height="100"><center><p class="horizontal"><b>Face detection NN<br> versions 1 and 2</b></p></center></th>
  152. <th height="100"><center><p class="horizontal"><b>Face detection NN <br> version 3</b></p></center></th>
  153. </tr>
  154. </thead>
  155. <tr>
  156. <td style="background-color: Silver">MedicalMaskDetection</td>
  157. <td style="background-color: Silver">Medical mask estimation</td>
  158. <td style="background-color: rgba(240, 238, 238, 0.952)">Structure(s):<br>IMedicalMaskEstimator<br><br>Plan(s):<br>mask_clf_&ltversion&gt_&ltdevice&gt.plan</td>
  159. <td style="background-color: DarkSeaGreen"></td>
  160. <td style="background-color: DarkSeaGreen"></td>
  161. </tr>
  162. </table>
  163. </div>
  164. <br>
  165. <div style="background-color: rgba(240, 238, 238, 0.952); border: 1px solid #ccc; padding-left: 10px;">
  166. <p align="left" > The table above includes separately licensed feature. </p>
  167. <p align="left" > Additional features required for the functionality utilization are shown in the columns to the right. </p>
  168. </div>
  169. <!-- !!!!!! -->
  170. <tr class="even">
  171. <td style="background-color: white; height: 5" colspan="15" ></td>
  172. </tr>
  173. </tbody>
  174. </table>
  175. </div>
  176. </html>