diff --git a/Credits.md b/Credits.md deleted file mode 100644 index 651283b..0000000 --- a/Credits.md +++ /dev/null @@ -1,17 +0,0 @@ -# Credits - -- Face Detection: [**MediaPipe BlazeFace**](https://drive.google.com/file/d/1f39lSzU5Oq-j_OXgS67KfN5wNsoeAZ4V/view) -- Facial Spacial Geometry: [**MediaPipe FaceMesh**](https://drive.google.com/file/d/1VFC_wIpw4O7xBOiTgUldl79d9LA-LsnA/view) -- Eye Iris Details: [**MediaPipe Iris**](https://drive.google.com/file/d/1bsWbokp9AklH2ANjCfmjqEzzxO1CNbMu/view) -- Hand Detection & Skeleton: [**MediaPipe HandPose**](https://drive.google.com/file/d/1sv4sSb9BSNVZhLzxXJ0jBv9DqD-4jnAz/view) -- Body Pose Detection: [**BlazePose**](https://drive.google.com/file/d/10IU-DRP2ioSNjKFdiGbmmQX81xAYj88s/view) -- Body Pose Detection: [**PoseNet**](https://medium.com/tensorflow/real-time-human-pose-estimation-in-the-browser-with-tensorflow-js-7dd0bc881cd5) -- Age & Gender Prediction: [**SSR-Net**](https://github.com/shamangary/SSR-Net) -- Emotion Prediction: [**Oarriaga**](https://github.com/oarriaga/face_classification) -- Face Embedding: [**BecauseofAI MobileFace**](https://github.com/becauseofAI/MobileFace) -- ObjectDetection: [**NanoDet**](https://github.com/RangiLyu/nanodet) -- Image Filters: [**WebGLImageFilter**](https://github.com/phoboslab/WebGLImageFilter) -- Pinto Model Zoo: [**Pinto**](https://github.com/PINTO0309/PINTO_model_zoo) - -*Included models are included under license inherited from the original model source* -*Model code has substantially changed from source that it is considered a derivative work and not simple re-publishing* diff --git a/Models.md b/Models.md index 3b32001..9ae968f 100644 --- a/Models.md +++ b/Models.md @@ -56,3 +56,23 @@ Default models in Human library are:
*Note: All model definitions JSON files are parsed for human readability* + +


+ +## Credits + +- Face Detection: [**MediaPipe BlazeFace**](https://drive.google.com/file/d/1f39lSzU5Oq-j_OXgS67KfN5wNsoeAZ4V/view) +- Facial Spacial Geometry: [**MediaPipe FaceMesh**](https://drive.google.com/file/d/1VFC_wIpw4O7xBOiTgUldl79d9LA-LsnA/view) +- Eye Iris Details: [**MediaPipe Iris**](https://drive.google.com/file/d/1bsWbokp9AklH2ANjCfmjqEzzxO1CNbMu/view) +- Hand Detection & Skeleton: [**MediaPipe HandPose**](https://drive.google.com/file/d/1sv4sSb9BSNVZhLzxXJ0jBv9DqD-4jnAz/view) +- Body Pose Detection: [**BlazePose**](https://drive.google.com/file/d/10IU-DRP2ioSNjKFdiGbmmQX81xAYj88s/view) +- Body Pose Detection: [**PoseNet**](https://medium.com/tensorflow/real-time-human-pose-estimation-in-the-browser-with-tensorflow-js-7dd0bc881cd5) +- Age & Gender Prediction: [**SSR-Net**](https://github.com/shamangary/SSR-Net) +- Emotion Prediction: [**Oarriaga**](https://github.com/oarriaga/face_classification) +- Face Embedding: [**BecauseofAI MobileFace**](https://github.com/becauseofAI/MobileFace) +- ObjectDetection: [**NanoDet**](https://github.com/RangiLyu/nanodet) +- Image Filters: [**WebGLImageFilter**](https://github.com/phoboslab/WebGLImageFilter) +- Pinto Model Zoo: [**Pinto**](https://github.com/PINTO0309/PINTO_model_zoo) + +*Included models are included under license inherited from the original model source* +*Model code has substantially changed from source that it is considered a derivative work and not simple re-publishing*