Skip to content

Latest commit

 

History

History
96 lines (54 loc) · 2.63 KB

README.md

File metadata and controls

96 lines (54 loc) · 2.63 KB

Colab MLP Train and Inference >> Colab MLP Image Train and Inference Serial

Colab MLP Train and Inference >> Colab MLP Train and Inference Parallel

Colab MLP Train and Inference >> Colab MLP Train and Inference

Colab MLP Train and Inference >> Colab EfficientSAM_example

Network diagram

Colab Image Segmentation >> Colab Image Segmentation

Media-Segment-Depth-MLP

drafting Segmentation from mediapipe holistic estimating Depth using BoostingMonocularDepth with an added MLP Model in JAX

with mp_pose.Pose(static_image_mode=True, 
                          min_detection_confidence=0.2,
                          model_complexity=2, 
                          enable_segmentation=True,) as pose:
https://github.com/1kaiser/Media-Segment-Depth-MLP/blob/main/media/OUTPUT_FILE.mp4
OUTPUT_FILE.mp4

MediaPipe + EfficientSAM

OUTPUT_FILE.1.mp4
with mp_pose.Pose(static_image_mode=False, 
                          min_detection_confidence=0.2,
                          model_complexity=2, 
                          enable_segmentation=True,) as pose:
https://github.com/1kaiser/Media-Segment-Depth-MLP/blob/main/media/OUTPUT_FILE%20(2).mp4
OUTPUT_FILE.2.mp4