Ravenh97 commited on
Commit
19dfc48
·
verified ·
1 Parent(s): 6763421

pnp/egg: setup.json

Browse files
Files changed (1) hide show
  1. pnp/s2rg_egg_0514/setup.json +41 -0
pnp/s2rg_egg_0514/setup.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_family": "pick-and-place (pnp)",
3
+ "video_gen_model": "Wan2.1-Fun-V1.1-1.3B (Mixed-DROID-AGIBOT-3View-DualControl-PrevFrame, droidnew_continue_depthpatch_lora step-8859)",
4
+ "lora_repo": "zychf/s2r",
5
+ "inference": {
6
+ "clip_length": 81,
7
+ "overlap": 1,
8
+ "num_inference_steps": 50,
9
+ "cfg_scale": 5.0,
10
+ "height": 240,
11
+ "width": 416,
12
+ "views": [
13
+ "ext1",
14
+ "wrist"
15
+ ]
16
+ },
17
+ "depth_patch": {
18
+ "ext1": "robot-motion-bbox extended downward = NO-TOUCH zone; sample 1-4 rects outside, each >=10% area, total <50%, fixed across all frames in trajectory",
19
+ "wrist_chunk1": "frames 0-80: 1-2 rects in depth-empty regions (<=40th percentile of frame-0 wrist depth, >=80% overlap with bg mask)",
20
+ "wrist_rest": "frames 81+: 1-2 rects in NO-TOUCH side strips (gripper x-range x full height, with small horizontal buffer)"
21
+ },
22
+ "prompt_format": "'This video shows in the background, <scene>. In the foreground, on <surface>, there are <task objects>. There are also <N distractors> on the same foreground table. The robot is instructed to <task>.'",
23
+ "source": "wensi-ai/s2rg_<obj>_0514 (lerobot) under /vision/u/wsai/data/lerobot/",
24
+ "schema_per_episode": {
25
+ "ext1_depth_patched.mp4": "patched depth input to model (ext1)",
26
+ "ext1_mask.mp4": "robot RGB mask input (ext1)",
27
+ "ext1_generated.mp4": "model output, ext1 view",
28
+ "wrist_depth_patched.mp4": "patched depth input (wrist)",
29
+ "wrist_mask.mp4": "robot RGB mask input (wrist)",
30
+ "wrist_generated.mp4": "model output, wrist view",
31
+ "patch_info.json": "chosen rect coords + NO-TOUCH zones",
32
+ "prompt.txt": "exact prompt fed to the model"
33
+ },
34
+ "created_utc": "2026-05-23T02:31:28Z",
35
+ "dataset_short": "egg",
36
+ "task_string": "Pick up the egg and place it inside the bowl.",
37
+ "target_episodes": [
38
+ 0,
39
+ 500
40
+ ]
41
+ }