File size: 836 Bytes
581f828
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
---
license: apache-2.0
language:
- en
pipeline_tag: image-classification
library_name: pytorch
tags:
- robotics
- humanoid
- image-classification
- task-planning
- cpu-inference
model-index:
- name: humanoid-brain-v1
  results:
  - task:
      type: image-classification
      name: 5-task chore classification
    dataset:
      name: Isaac Eval (500 samples)
      type: custom
    metrics:
    - type: accuracy
      value: 97.6
      name: overall_accuracy
---

# Humanoid Brain v1

MobileNetV3-Small fine-tuned for 5 household chores:
- cleaning
- cooking
- dishwashing
- laundry
- organizing

## Usage
Use with the SDK:
`https://github.com/krishthesmart/humanoid-brain`

## Checkpoint
- `model.pt`

## Reported Eval
- Overall: 97.6% (488/500)
- Cleaning: 92%
- Cooking: 100%
- Dishwashing: 100%
- Laundry: 100%
- Organizing: 96%