YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

HAN Humanoid Navigation Model v1

Model Name

han-humanoid-navigation-model-v1

Task

Humanoid Direction & Navigation Classification

Architecture

CNN + LSTM Hybrid (PyTorch)

Labels

  1. move_forward
  2. move_backward
  3. strafe_left
  4. strafe_right
  5. rotate_left
  6. rotate_right
  7. stop
  8. avoid_obstacle

Input Schema

{ "depth_map_embedding": [float x 128], "joint_positions": [float x 20], "imu_data": [float x 6] }

Output Schema

{ "predicted_navigation_action": "move_forward", "confidence_score": 0.92 }

Training Configuration

Epochs: 35 Batch Size: 32 Optimizer: Adam Learning Rate: 0.0003 Loss Function: CrossEntropyLoss

License: MIT

Downloads last month
-
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support