Skip to content

1kaiser/Media-Segment-Depth-MLP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

173 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open In Colab >> JAX FLAX nnx STRING_3D performance test using ViTTiny 6 layers on TPUv5e1

Open In Colab >> JAX STRING_3D performance test using ViTTiny 4 to 12 layers on TPUv8

Open In Colab >> JAX 2D_Positional_Encoding_Vision_Transformer

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

 
 
 

Contributors