feat: Changed the struct for retinaface
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
pub mod retinaface;
|
||||
|
||||
pub use retinaface::FaceDetection;
|
||||
@@ -1,3 +0,0 @@
|
||||
pub mod retinaface;
|
||||
|
||||
pub use retinaface::FaceDetection;
|
||||
@@ -1,8 +1,10 @@
|
||||
pub mod mnn;
|
||||
pub mod ort;
|
||||
|
||||
use crate::errors::*;
|
||||
use bounding_box::{Aabb2, nms::nms};
|
||||
use error_stack::ResultExt;
|
||||
use nalgebra::{Point2, Vector2};
|
||||
use std::collections::HashMap;
|
||||
|
||||
/// Configuration for face detection postprocessing
|
||||
#[derive(Debug, Clone, PartialEq)]
|
||||
@@ -1,5 +1,5 @@
|
||||
use crate::errors::*;
|
||||
use crate::facedet::postprocess::*;
|
||||
use crate::facedet::*;
|
||||
use error_stack::ResultExt;
|
||||
use mnn_bridge::ndarray::*;
|
||||
use ndarray_resize::NdFir;
|
||||
@@ -1,5 +1,5 @@
|
||||
use crate::errors::*;
|
||||
use crate::facedet::postprocess::*;
|
||||
use crate::facedet::*;
|
||||
use error_stack::ResultExt;
|
||||
use ndarray_resize::NdFir;
|
||||
use ort::{
|
||||
Reference in New Issue
Block a user