add finegrasp_wo_sim_pipeline
Browse files
finegrasp_wo_sim_pipeline/inference.config.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"__config_type__": "robo_orchard_lab.inference.basic:InferencePipelineCfg",
|
| 3 |
+
"class_type": "robo_orchard_lab.inference.basic:InferencePipeline",
|
| 4 |
+
"model": null,
|
| 5 |
+
"processor": {
|
| 6 |
+
"__config_type__": "robo_orchard_lab.models.finegrasp.processor:FineGraspProcessorCfg",
|
| 7 |
+
"class_type": "robo_orchard_lab.models.finegrasp.processor:FineGraspProcessor",
|
| 8 |
+
"voxel_size": 0.005,
|
| 9 |
+
"grasp_max_width": 0.1,
|
| 10 |
+
"num_seed_points": 1024,
|
| 11 |
+
"max_gripper_width": 0.1,
|
| 12 |
+
"collision_thresh": 0.01,
|
| 13 |
+
"voxel_size_cd": 0.01
|
| 14 |
+
},
|
| 15 |
+
"collate_fn": null,
|
| 16 |
+
"batch_size": 1
|
| 17 |
+
}
|
finegrasp_wo_sim_pipeline/model.config.json
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"__config_type__": "robo_orchard_lab.models.finegrasp.finegrasp:FineGraspConfig",
|
| 3 |
+
"class_type": "robo_orchard_lab.models.finegrasp.finegrasp:FineGrasp",
|
| 4 |
+
"model_name": "FineGrasp",
|
| 5 |
+
"seed_feat_dim": 512,
|
| 6 |
+
"graspness_threshold": 0.1,
|
| 7 |
+
"grasp_max_width": 0.1,
|
| 8 |
+
"num_depth": 4,
|
| 9 |
+
"num_view": 300,
|
| 10 |
+
"num_angle": 12,
|
| 11 |
+
"num_seed_points": 1024,
|
| 12 |
+
"voxel_size": 0.005,
|
| 13 |
+
"cylinder_radius": 0.07,
|
| 14 |
+
"cylinder_groups": [
|
| 15 |
+
0.25,
|
| 16 |
+
0.5,
|
| 17 |
+
0.75,
|
| 18 |
+
1.0
|
| 19 |
+
],
|
| 20 |
+
"use_normal": true,
|
| 21 |
+
"loss": null
|
| 22 |
+
}
|
finegrasp_wo_sim_pipeline/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:30c1f335567dcd726c11fb60249da65e26cc92c2f82928a4e4123ac235b38f79
|
| 3 |
+
size 76694428
|