Skip to content

Commit 645c836

Browse files
authored
Merge pull request #292 from RONAK-AI647/RONAK-A1647/-Implementation-of-Deformable-Component-Project-
LFX'25 (IMPLEMENTATION)/ Embodied Intelligence Benchmarking Framework for Industrial Manufacturing with KubeEdge-Ianvs
2 parents 6c5a35e + 3a186c7 commit 645c836

23 files changed

+3807
-0
lines changed

examples/industrialEI/single_task_learning_bench/deformable_component_manipulation/README.md

Lines changed: 446 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
benchmarkingjob:
2+
name: "Deformable_Assembly_Job"
3+
workspace: "./ianvs_workspace"
4+
testenv: "./testenv/testenv.yaml"
5+
6+
test_object:
7+
type: "algorithms"
8+
algorithms:
9+
- name: "assembly_alg"
10+
url: "testalgorithms/deformable_alg.yaml"
11+
12+
rank:
13+
sort_by: [ { "assembly_accuracy": "descend" } ]
14+
visualization:
15+
mode: "selected_only"
16+
method: "print_table"
17+
selected_dataitem:
18+
paradigms: [ "all" ]
19+
modules: [ "all" ]
20+
hyperparameters: [ "all" ]
21+
metrics: [ "assembly_accuracy" ]
22+
save_mode: "selected_and_all"
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
numpy>=1.19.0
2+
pyyaml>=5.4.0
3+
pillow>=8.0.0
4+
opencv-python>=4.5.0
5+
ultralytics>=8.0.0
6+
torch==2.4.1
7+
torchvision>=0.10.0
8+
sedna

examples/industrialEI/single_task_learning_bench/deformable_component_manipulation/testalgorithms/components/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)