Skip to content

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

License

Notifications You must be signed in to change notification settings

1kaiser/Media-Segment-Depth-MLP

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published