aawgit / signs-web

0 stars 2 forks source link

Enhance Pose Estimation and Update App Structure #25

Open Devyalamaddi opened 5 days ago

Devyalamaddi commented 5 days ago

This pull request includes multiple enhancements across the application, focusing on pose estimation and structural updates. Key changes include:

  1. Pose Estimation Implemented PoseEstimator, BrowserPoseEstimator, and MobilePoseEstimator classes for hand pose detection using TensorFlow and MediaPipe. Added getPose2 function for device-specific pose estimation.
  2. App Structure Updates Updated App.js to integrate react-router-dom for seamless navigation. Configured routes for Home and About components. Enhanced the NavBarComp for improved user navigation.
  3. Game Panel and Components Made several updates in the game panel and other components to accommodate new features and improve functionality. Changes Made Pose Estimation: Added classes and functions for effective hand pose detection. Routing: Integrated routing for main application navigation. Component Updates: Refined multiple components, including the game panel, for better performance and user experience. Testing Validate pose estimation across devices. Ensure all routes and components function as expected. Additional Notes Review changes for feedback and approval. Thank you!
Devyalamaddi commented 4 days ago

@aawgit