hmkang commited on
Commit
a062424
·
verified ·
1 Parent(s): f35d593

Add files using upload-large-folder tool

Browse files
Files changed (50) hide show
  1. README.md +26 -6
  2. no_demo_tasks/ButtonUnmaskSwap/episode_0000/done.json +1 -0
  3. no_demo_tasks/ButtonUnmaskSwap/episode_0001/done.json +1 -0
  4. no_demo_tasks/PickHighlight/episode_0000/done.json +1 -0
  5. no_demo_tasks/PickHighlight/episode_0001/done.json +1 -0
  6. no_demo_tasks/PickHighlight/episode_0001/mask/00004.png +3 -0
  7. no_demo_tasks/PickHighlight/episode_0001/mask/00006.png +3 -0
  8. no_demo_tasks/PickHighlight/episode_0001/mask/00007.png +3 -0
  9. no_demo_tasks/PickHighlight/episode_0001/mask/00009.png +3 -0
  10. no_demo_tasks/PickHighlight/episode_0001/mask/00013.png +3 -0
  11. no_demo_tasks/PickHighlight/episode_0001/mask/00038.png +3 -0
  12. no_demo_tasks/PickHighlight/episode_0001/mask/00049.png +3 -0
  13. no_demo_tasks/PickHighlight/episode_0001/mask/00052.png +3 -0
  14. no_demo_tasks/PickHighlight/episode_0001/mask/00065.png +3 -0
  15. no_demo_tasks/PickHighlight/episode_0001/mask/00069.png +3 -0
  16. no_demo_tasks/PickHighlight/episode_0001/mask/00082.png +3 -0
  17. no_demo_tasks/PickHighlight/episode_0001/mask/00087.png +3 -0
  18. no_demo_tasks/PickHighlight/episode_0001/mask/00109.png +3 -0
  19. no_demo_tasks/PickHighlight/episode_0001/mask/00110.png +3 -0
  20. no_demo_tasks/PickHighlight/episode_0001/mask/00111.png +3 -0
  21. no_demo_tasks/PickHighlight/episode_0001/mask/00133.png +3 -0
  22. no_demo_tasks/PickHighlight/episode_0001/mask/00139.png +3 -0
  23. no_demo_tasks/PickHighlight/episode_0001/mask/00140.png +3 -0
  24. no_demo_tasks/PickHighlight/episode_0001/mask/00155.png +3 -0
  25. no_demo_tasks/PickHighlight/episode_0001/mask/00156.png +3 -0
  26. no_demo_tasks/PickHighlight/episode_0001/mask/00171.png +3 -0
  27. no_demo_tasks/PickHighlight/episode_0001/mask/00172.png +3 -0
  28. no_demo_tasks/PickHighlight/episode_0001/mask/00179.png +3 -0
  29. no_demo_tasks/PickHighlight/episode_0001/mask/00181.png +3 -0
  30. no_demo_tasks/PickHighlight/episode_0001/mask/00183.png +3 -0
  31. no_demo_tasks/PickHighlight/episode_0001/mask/00187.png +3 -0
  32. no_demo_tasks/PickHighlight/episode_0001/mask/00190.png +3 -0
  33. no_demo_tasks/PickHighlight/episode_0001/mask/00193.png +3 -0
  34. no_demo_tasks/PickHighlight/episode_0001/mask/00203.png +3 -0
  35. no_demo_tasks/PickHighlight/episode_0001/mask/00205.png +3 -0
  36. no_demo_tasks/PickHighlight/episode_0001/mask/00209.png +3 -0
  37. no_demo_tasks/PickHighlight/episode_0001/mask/00214.png +3 -0
  38. no_demo_tasks/PickHighlight/episode_0001/mask/00222.png +3 -0
  39. no_demo_tasks/PickHighlight/episode_0001/mask/00224.png +3 -0
  40. no_demo_tasks/PickHighlight/episode_0001/mask/00228.png +3 -0
  41. no_demo_tasks/PickHighlight/episode_0001/mask/00229.png +3 -0
  42. no_demo_tasks/PickHighlight/episode_0001/mask/00231.png +3 -0
  43. no_demo_tasks/PickHighlight/episode_0001/mask/00242.png +3 -0
  44. no_demo_tasks/PickHighlight/episode_0001/mask/00246.png +3 -0
  45. no_demo_tasks/PickHighlight/episode_0001/mask/00250.png +3 -0
  46. no_demo_tasks/PickHighlight/episode_0001/mask/00254.png +3 -0
  47. no_demo_tasks/PickHighlight/episode_0001/mask/00261.png +3 -0
  48. no_demo_tasks/PickHighlight/episode_0001/mask/00267.png +3 -0
  49. no_demo_tasks/PickHighlight/episode_0001/mask/00274.png +3 -0
  50. no_demo_tasks/PickXtimes/episode_0001/done.json +1 -0
README.md CHANGED
@@ -15,20 +15,40 @@ is True -- together with a binary foreground mask for each frame.
15
 
16
  These frames are worth publishing separately because they are missing from the usual export: the pickle
17
  conversion that training pipelines consume writes a file only when `is_demo` is False, so the demo prefix
18
- (292k of RoboMME's 769k frames) exists only in the raw HDF5. Of the 16 tasks, **9 carry a demo prefix**;
19
- the other 7 have none.
 
 
 
 
 
 
 
 
 
 
 
 
 
20
 
21
  ## Contents
22
 
23
  ```
24
  <Task>/episode_<NNNN>/rgb/00000.png front camera, 256x256 RGB, raw pixels
25
  <Task>/episode_<NNNN>/mask/00000.png 1-bit foreground mask, same size
26
- <Task>/episode_<NNNN>/done.json demo_len, num_timesteps, per-frame foreground fraction
27
- demo_manifest.json the episode list and demo lengths
 
 
28
  ```
29
 
30
- Frame `00000` is absolute timestep 0 of the episode, and frames run to `demo_len - 1`. RGB is untouched:
31
- no crop, no resize, no normalisation, so any preprocessing is the consumer's choice.
 
 
 
 
 
32
 
33
  ## Masks
34
 
 
15
 
16
  These frames are worth publishing separately because they are missing from the usual export: the pickle
17
  conversion that training pipelines consume writes a file only when `is_demo` is False, so the demo prefix
18
+ (292k of RoboMME's 769k frames) exists only in the raw HDF5.
19
+
20
+ Of the 16 tasks, **9 carry a demo prefix and 7 do not**. Both are here, kept apart because the frames mean
21
+ different things:
22
+
23
+ | | tasks | episodes | frames | what the frames are |
24
+ |---|---|---|---|---|
25
+ | `<Task>/` | 9 | 2 each | 6,024 | the demo prefix only |
26
+ | `no_demo_tasks/<Task>/` | 7 | 2 each | 6,010 | whole episodes -- there is no demo portion to cut |
27
+
28
+ With a demo: InsertPeg, MoveCube, PatternLock, RouteStick, VideoPlaceButton, VideoPlaceOrder, VideoRepick,
29
+ VideoUnmask, VideoUnmaskSwap. Demo length splits by family -- the `Video*` tasks run long (VideoPlaceOrder
30
+ 940 and 1105 frames) while others are short (PatternLock 48 and 63).
31
+
32
+ Without: BinFill, ButtonUnmask, ButtonUnmaskSwap, PickHighlight, PickXtimes, StopCube, SwingXtimes.
33
 
34
  ## Contents
35
 
36
  ```
37
  <Task>/episode_<NNNN>/rgb/00000.png front camera, 256x256 RGB, raw pixels
38
  <Task>/episode_<NNNN>/mask/00000.png 1-bit foreground mask, same size
39
+ <Task>/episode_<NNNN>/done.json kind, has_demo, demo_len, num_timesteps,
40
+ per-frame foreground fraction
41
+ no_demo_tasks/<Task>/episode_<NNNN>/ same layout, whole episodes
42
+ demo_manifest.json the episode list for the demo tasks
43
  ```
44
 
45
+ Frame `00000` is absolute timestep 0 of the episode and frames run to `demo_len - 1`, which is the end of the
46
+ demo prefix under `<Task>/` and the end of the episode under `no_demo_tasks/`. Check `kind`
47
+ (`demo` / `full_episode`) in `done.json` rather than inferring from the path. RGB is untouched: no crop, no
48
+ resize, no normalisation, so any preprocessing is the consumer's choice.
49
+
50
+ `is_video_demo` was verified to be a clean prefix -- True..True then False..False -- by reading every timestep
51
+ of every exported episode.
52
 
53
  ## Masks
54
 
no_demo_tasks/ButtonUnmaskSwap/episode_0000/done.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task": "ButtonUnmaskSwap", "episode": 0, "demo_len": 514, "kind": "full_episode", "has_demo": false, "num_timesteps": 514, "view": "front_rgb", "foreground_fraction": [0.01338, 0.01338, 0.01338, 0.01338, 0.01338, 0.01338, 0.01338, 0.01338, 0.01338, 0.01338, 0.01338, 0.01338, 0.01338, 0.01338, 0.01338, 0.01338, 0.01338, 0.01338, 0.01338, 0.01338, 0.01338, 0.01338, 0.01338, 0.01338, 0.01338, 0.01338, 0.01338, 0.01338, 0.01338, 0.01338, 0.01338, 0.01338, 0.02638, 0.03725, 0.03723, 0.03722, 0.03723, 0.03722, 0.03784, 0.03726, 0.03801, 0.04282, 0.04219, 0.04741, 0.04816, 0.04887, 0.04948, 0.05013, 0.05022, 0.05025, 0.05035, 0.05048, 0.05064, 0.05067, 0.05069, 0.05069, 0.05069, 0.0507, 0.05072, 0.05115, 0.0513, 0.05183, 0.05286, 0.05342, 0.05435, 0.05566, 0.05731, 0.05894, 0.06082, 0.06314, 0.06483, 0.06592, 0.06686, 0.06737, 0.06851, 0.06694, 0.06332, 0.06987, 0.07033, 0.07066, 0.07135, 0.0712, 0.07127, 0.07115, 0.07114, 0.07115, 0.07104, 0.071, 0.07104, 0.07103, 0.07103, 0.07089, 0.07088, 0.07098, 0.07098, 0.07079, 0.07071, 0.0704, 0.0703, 0.07008, 0.06993, 0.06837, 0.06914, 0.06883, 0.06793, 0.06714, 0.06587, 0.06525, 0.06387, 0.0621, 0.06053, 0.05887, 0.05699, 0.05571, 0.05495, 0.05392, 0.05342, 0.0531, 0.05286, 0.05286, 0.05267, 0.05298, 0.05292, 0.05287, 0.05287, 0.05261, 0.0524, 0.05219, 0.05148, 0.05115, 0.05055, 0.05009, 0.04942, 0.05022, 0.04976, 0.0495, 0.04924, 0.04922, 0.04916, 0.04955, 0.04961, 0.04976, 0.05051, 0.05144, 0.05167, 0.05209, 0.05237, 0.05269, 0.0528, 0.05296, 0.05293, 0.05284, 0.05278, 0.05275, 0.05264, 0.05243, 0.05246, 0.05232, 0.05235, 0.05289, 0.05293, 0.05357, 0.05463, 0.0556, 0.0569, 0.05788, 0.05965, 0.06117, 0.063, 0.06522, 0.06657, 0.06822, 0.06935, 0.06978, 0.07018, 0.07063, 0.07141, 0.07187, 0.07219, 0.0723, 0.07239, 0.07236, 0.07243, 0.07243, 0.07239, 0.07182, 0.07214, 0.07217, 0.07216, 0.07207, 0.07199, 0.07175, 0.07159, 0.07138, 0.07114, 0.07039, 0.07043, 0.06989, 0.06938, 0.06873, 0.06723, 0.06627, 0.06371, 0.06247, 0.06087, 0.05945, 0.05804, 0.05673, 0.056, 0.05521, 0.05463, 0.05399, 0.05324, 0.05357, 0.05356, 0.05327, 0.05342, 0.05333, 0.0533, 0.05334, 0.05333, 0.05334, 0.05334, 0.05336, 0.05333, 0.05331, 0.05333, 0.0533, 0.05321, 0.05328, 0.05312, 0.0531, 0.05284, 0.05257, 0.05222, 0.05174, 0.05139, 0.05092, 0.05029, 0.05031, 0.05072, 0.05107, 0.05182, 0.05141, 0.05331, 0.05435, 0.05498, 0.05576, 0.05698, 0.05849, 0.06001, 0.06223, 0.06532, 0.0685, 0.07164, 0.07483, 0.07785, 0.08086, 0.08353, 0.08632, 0.08691, 0.09038, 0.09125, 0.09312, 0.09424, 0.09464, 0.09509, 0.08148, 0.06665, 0.06659, 0.0672, 0.07863, 0.07617, 0.09518, 0.09723, 0.09883, 0.10133, 0.10373, 0.10794, 0.1097, 0.11461, 0.11545, 0.11575, 0.11575, 0.11487, 0.11334, 0.11192, 0.11095, 0.11044, 0.11037, 0.11063, 0.11041, 0.11079, 0.11052, 0.11057, 0.11061, 0.11064, 0.11053, 0.11076, 0.11095, 0.11108, 0.11151, 0.1125, 0.11374, 0.11472, 0.11551, 0.11542, 0.1153, 0.11488, 0.11256, 0.10944, 0.10487, 0.103, 0.10085, 0.09921, 0.09903, 0.09918, 0.09946, 0.09981, 0.09987, 0.09978, 0.09988, 0.0999, 0.09964, 0.09937, 0.09924, 0.09912, 0.09926, 0.09923, 0.09932, 0.0993, 0.09932, 0.09941, 0.09985, 0.10081, 0.10249, 0.10439, 0.1066, 0.11063, 0.11369, 0.1162, 0.11668, 0.11659, 0.11603, 0.11382, 0.11168, 0.11037, 0.1102, 0.1106, 0.11093, 0.11139, 0.1116, 0.11171, 0.11093, 0.1109, 0.11089, 0.11082, 0.11078, 0.11079, 0.11076, 0.11082, 0.1106, 0.11055, 0.11035, 0.10989, 0.10976, 0.11006, 0.11035, 0.11128, 0.11278, 0.11577, 0.11792, 0.1192, 0.11942, 0.11937, 0.11786, 0.11481, 0.11179, 0.10895, 0.10695, 0.10555, 0.10519, 0.10541, 0.10594, 0.10704, 0.10844, 0.11058, 0.11247, 0.11482, 0.11522, 0.11896, 0.11888, 0.11865, 0.11768, 0.1152, 0.11256, 0.11049, 0.10956, 0.10895, 0.10835, 0.10829, 0.10817, 0.10831, 0.1091, 0.1093, 0.10913, 0.10907, 0.10913, 0.10909, 0.10905, 0.10905, 0.10904, 0.10896, 0.10843, 0.1082, 0.10774, 0.10725, 0.10738, 0.10811, 0.10959, 0.11096, 0.11209, 0.11229, 0.11229, 0.11226, 0.11212, 0.11246, 0.11249, 0.11211, 0.11203, 0.11206, 0.11209, 0.11212, 0.11212, 0.11211, 0.11211, 0.11217, 0.11221, 0.11259, 0.11287, 0.10989, 0.11101, 0.10896, 0.10623, 0.10338, 0.10185, 0.09691, 0.09187, 0.08954, 0.08881, 0.08678, 0.08328, 0.08038, 0.07678, 0.07454, 0.07347, 0.07323, 0.07359, 0.07385, 0.07384, 0.07385, 0.07376, 0.07373, 0.07367, 0.07353, 0.07358, 0.07365, 0.07378, 0.07408, 0.07448, 0.07584, 0.07722, 0.0791, 0.08148, 0.0835, 0.08531, 0.08672, 0.08763, 0.08878, 0.09138, 0.09166, 0.09587, 0.09842, 0.09967, 0.09865, 0.09428, 0.10155, 0.1013, 0.10136, 0.10139, 0.10143, 0.10141, 0.10141, 0.10136, 0.09552, 0.09549, 0.0994, 0.09851, 0.09712, 0.09184, 0.09029, 0.09044, 0.08696, 0.08612, 0.08531, 0.08426, 0.08284, 0.08139, 0.08003, 0.07901, 0.07767, 0.07719, 0.07664, 0.07625], "seg_model": "ZhengPeng7/BiRefNet_lite", "seg_input_size": 1024, "packed": false}
no_demo_tasks/ButtonUnmaskSwap/episode_0001/done.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task": "ButtonUnmaskSwap", "episode": 1, "demo_len": 519, "kind": "full_episode", "has_demo": false, "num_timesteps": 519, "view": "front_rgb", "foreground_fraction": [0.01471, 0.01471, 0.01471, 0.01471, 0.01471, 0.01471, 0.01471, 0.01471, 0.01471, 0.01471, 0.01471, 0.01471, 0.01471, 0.01471, 0.01471, 0.01471, 0.01471, 0.01471, 0.01471, 0.01471, 0.01471, 0.01471, 0.01471, 0.01471, 0.01471, 0.01471, 0.01471, 0.01471, 0.01471, 0.01471, 0.01471, 0.01471, 0.02855, 0.03943, 0.03943, 0.03946, 0.03944, 0.03946, 0.04001, 0.04121, 0.04472, 0.04482, 0.04604, 0.05043, 0.05043, 0.05243, 0.05312, 0.05333, 0.05385, 0.05397, 0.054, 0.05402, 0.054, 0.05423, 0.0544, 0.05432, 0.05431, 0.05431, 0.05431, 0.05429, 0.05437, 0.05484, 0.05498, 0.05556, 0.05649, 0.05705, 0.05818, 0.05974, 0.06155, 0.06323, 0.06541, 0.06802, 0.0686, 0.07001, 0.07143, 0.07175, 0.07317, 0.07365, 0.07413, 0.07426, 0.07451, 0.07504, 0.0752, 0.07521, 0.07518, 0.07532, 0.07526, 0.07532, 0.07552, 0.07555, 0.07538, 0.07524, 0.07533, 0.07512, 0.07455, 0.07419, 0.07414, 0.07399, 0.07341, 0.07262, 0.07224, 0.07129, 0.06996, 0.06943, 0.06696, 0.0657, 0.06323, 0.0614, 0.05992, 0.05888, 0.05795, 0.05722, 0.05656, 0.056, 0.05595, 0.05562, 0.05598, 0.05594, 0.05617, 0.05615, 0.05611, 0.05608, 0.05586, 0.05571, 0.05545, 0.05498, 0.05441, 0.05374, 0.05278, 0.05325, 0.05353, 0.05327, 0.05302, 0.05309, 0.05359, 0.054, 0.05399, 0.05272, 0.05496, 0.05629, 0.05756, 0.05867, 0.05962, 0.06105, 0.06174, 0.06238, 0.06282, 0.06316, 0.06329, 0.06337, 0.06325, 0.06316, 0.06291, 0.06291, 0.06293, 0.06294, 0.06293, 0.06293, 0.06291, 0.06291, 0.06294, 0.06302, 0.06311, 0.06393, 0.06479, 0.06569, 0.06718, 0.06891, 0.0705, 0.07214, 0.07393, 0.07608, 0.07689, 0.07695, 0.07738, 0.07828, 0.07816, 0.0784, 0.07884, 0.07941, 0.07971, 0.0798, 0.07991, 0.08003, 0.07993, 0.0799, 0.07986, 0.07988, 0.07983, 0.07983, 0.07985, 0.07983, 0.07974, 0.07982, 0.07985, 0.07994, 0.07993, 0.07996, 0.08041, 0.07939, 0.0791, 0.07909, 0.07849, 0.07822, 0.0779, 0.07817, 0.07751, 0.0764, 0.076, 0.07368, 0.07111, 0.0704, 0.06868, 0.0672, 0.06619, 0.06502, 0.06451, 0.06372, 0.0639, 0.06392, 0.06393, 0.06396, 0.06395, 0.064, 0.06395, 0.06386, 0.06392, 0.06395, 0.06395, 0.06389, 0.0639, 0.06389, 0.06392, 0.06381, 0.06374, 0.06361, 0.06335, 0.06311, 0.0629, 0.06268, 0.06219, 0.06158, 0.06104, 0.06064, 0.05966, 0.05962, 0.06042, 0.0612, 0.06265, 0.06374, 0.0652, 0.06688, 0.06873, 0.07072, 0.07307, 0.0755, 0.07837, 0.08113, 0.0854, 0.08971, 0.09436, 0.09866, 0.10283, 0.10672, 0.11035, 0.1132, 0.11522, 0.11673, 0.11775, 0.11827, 0.11885, 0.11911, 0.11919, 0.11877, 0.11909, 0.11928, 0.11928, 0.11946, 0.11568, 0.1208, 0.12216, 0.12584, 0.12761, 0.13356, 0.13188, 0.13411, 0.13622, 0.13339, 0.13055, 0.12891, 0.1275, 0.1274, 0.12747, 0.12755, 0.12718, 0.12706, 0.12706, 0.12694, 0.12703, 0.12706, 0.12698, 0.12701, 0.12685, 0.12683, 0.1268, 0.12665, 0.1272, 0.12888, 0.13121, 0.13434, 0.13678, 0.13734, 0.13725, 0.12787, 0.13242, 0.12921, 0.12762, 0.12523, 0.12512, 0.12531, 0.12553, 0.12566, 0.12607, 0.12584, 0.12575, 0.12642, 0.12566, 0.12546, 0.12531, 0.12534, 0.12532, 0.12538, 0.12538, 0.12543, 0.12543, 0.12555, 0.12596, 0.12659, 0.12871, 0.13033, 0.13235, 0.13268, 0.13396, 0.13858, 0.13768, 0.13503, 0.13165, 0.12872, 0.12782, 0.12804, 0.12894, 0.12965, 0.1302, 0.13071, 0.13091, 0.13094, 0.13013, 0.1301, 0.1301, 0.13008, 0.13004, 0.13004, 0.12997, 0.12991, 0.12979, 0.12961, 0.12921, 0.12852, 0.12767, 0.12761, 0.12694, 0.12691, 0.12782, 0.13095, 0.13579, 0.14064, 0.14156, 0.1429, 0.13811, 0.1371, 0.13576, 0.13557, 0.13449, 0.13213, 0.13217, 0.13213, 0.13426, 0.13478, 0.13577, 0.1362, 0.13718, 0.13747, 0.14215, 0.14174, 0.14055, 0.13737, 0.13284, 0.12857, 0.12634, 0.1255, 0.12569, 0.12596, 0.12617, 0.1265, 0.12689, 0.12708, 0.12717, 0.12735, 0.12796, 0.12828, 0.12836, 0.12817, 0.12831, 0.12836, 0.1283, 0.12819, 0.12787, 0.12773, 0.12718, 0.12698, 0.12608, 0.12517, 0.12415, 0.12363, 0.12369, 0.12526, 0.12711, 0.12903, 0.13029, 0.13084, 0.13116, 0.1313, 0.13126, 0.13106, 0.13103, 0.13074, 0.13072, 0.13078, 0.13095, 0.13098, 0.13103, 0.13103, 0.13092, 0.13087, 0.1306, 0.13046, 0.12846, 0.12549, 0.12166, 0.11781, 0.11409, 0.10814, 0.10068, 0.0956, 0.09123, 0.08932, 0.08612, 0.08174, 0.078, 0.07463, 0.07274, 0.07161, 0.07123, 0.07121, 0.0712, 0.07129, 0.07129, 0.07118, 0.07118, 0.07118, 0.0713, 0.07135, 0.07138, 0.07173, 0.07224, 0.07266, 0.0735, 0.07466, 0.07663, 0.07785, 0.07883, 0.07973, 0.08041, 0.08105, 0.08597, 0.08607, 0.08672, 0.08836, 0.08949, 0.09045, 0.0909, 0.09093, 0.09079, 0.09081, 0.09081, 0.09077, 0.09079, 0.09079, 0.09076, 0.09064, 0.09032, 0.08946, 0.08855, 0.08716, 0.08405, 0.08572, 0.08076, 0.07986, 0.07967, 0.07921, 0.07861, 0.07755, 0.07658, 0.07565, 0.07465, 0.07423, 0.07419, 0.07407, 0.07387], "seg_model": "ZhengPeng7/BiRefNet_lite", "seg_input_size": 1024, "packed": false}
no_demo_tasks/PickHighlight/episode_0000/done.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task": "PickHighlight", "episode": 0, "demo_len": 308, "kind": "full_episode", "has_demo": false, "num_timesteps": 308, "view": "front_rgb", "foreground_fraction": [0.01126, 0.01125, 0.01125, 0.01125, 0.01125, 0.01125, 0.01125, 0.01125, 0.01125, 0.01125, 0.01372, 0.01372, 0.01372, 0.01372, 0.01372, 0.01372, 0.01372, 0.01372, 0.01372, 0.01372, 0.01372, 0.01372, 0.01372, 0.01372, 0.01372, 0.01372, 0.01372, 0.01372, 0.01372, 0.01372, 0.01372, 0.01372, 0.01372, 0.01372, 0.01372, 0.01372, 0.01372, 0.01372, 0.01372, 0.0148, 0.01752, 0.01372, 0.0143, 0.02193, 0.03543, 0.03584, 0.02368, 0.02635, 0.03842, 0.02809, 0.02721, 0.02864, 0.02794, 0.02705, 0.02608, 0.01694, 0.01625, 0.01625, 0.01625, 0.01372, 0.03813, 0.03983, 0.03821, 0.04185, 0.04279, 0.04375, 0.04527, 0.047, 0.0488, 0.05042, 0.052, 0.05414, 0.05516, 0.05766, 0.05858, 0.05884, 0.05934, 0.0591, 0.05914, 0.05937, 0.05925, 0.06029, 0.06015, 0.06036, 0.06035, 0.06035, 0.06035, 0.06033, 0.06035, 0.06035, 0.06036, 0.06038, 0.06038, 0.06015, 0.06026, 0.06007, 0.06004, 0.05983, 0.05974, 0.05951, 0.0594, 0.05653, 0.05649, 0.05708, 0.0567, 0.05682, 0.05649, 0.05646, 0.05531, 0.05432, 0.05281, 0.05101, 0.04938, 0.04755, 0.04607, 0.04483, 0.04337, 0.04251, 0.04164, 0.0407, 0.04016, 0.03978, 0.0399, 0.03989, 0.04001, 0.03999, 0.03998, 0.03996, 0.03998, 0.03998, 0.03999, 0.03999, 0.03998, 0.03999, 0.03999, 0.03992, 0.03999, 0.03996, 0.03983, 0.03995, 0.03984, 0.03873, 0.03806, 0.03796, 0.0387, 0.03917, 0.03938, 0.03818, 0.0376, 0.0377, 0.0368, 0.03737, 0.03654, 0.03424, 0.03452, 0.03351, 0.03244, 0.0316, 0.02872, 0.03114, 0.03246, 0.0331, 0.03314, 0.03267, 0.034, 0.03473, 0.03531, 0.03656, 0.03798, 0.03941, 0.04062, 0.04195, 0.04309, 0.04428, 0.04526, 0.0462, 0.0468, 0.04755, 0.04793, 0.04846, 0.0489, 0.04913, 0.04907, 0.04907, 0.04926, 0.04967, 0.05022, 0.05118, 0.05226, 0.0535, 0.05499, 0.05695, 0.05878, 0.06035, 0.06198, 0.06232, 0.06247, 0.06352, 0.06242, 0.06244, 0.06239, 0.06242, 0.06247, 0.06236, 0.06233, 0.06245, 0.06241, 0.06305, 0.06227, 0.06227, 0.06227, 0.06221, 0.06273, 0.06241, 0.06232, 0.06245, 0.06258, 0.06306, 0.06255, 0.06296, 0.0641, 0.06367, 0.06181, 0.06039, 0.05869, 0.05705, 0.05545, 0.05426, 0.05382, 0.05246, 0.05206, 0.05209, 0.05211, 0.05215, 0.05203, 0.05209, 0.05214, 0.05211, 0.05217, 0.05205, 0.05186, 0.05179, 0.05183, 0.0519, 0.05191, 0.0519, 0.0519, 0.0519, 0.05194, 0.05219, 0.05252, 0.05304, 0.05389, 0.05479, 0.05611, 0.05759, 0.05923, 0.06116, 0.06245, 0.06451, 0.06311, 0.06401, 0.06267, 0.06261, 0.06317, 0.06549, 0.06551, 0.06554, 0.06598, 0.06604, 0.06595, 0.06616, 0.06635, 0.06656, 0.06689, 0.06683, 0.0667, 0.06671, 0.06671, 0.06671, 0.06671, 0.06671, 0.0666, 0.06639, 0.06627, 0.06624, 0.06549, 0.06581, 0.06587, 0.06535, 0.06503, 0.06537, 0.06314, 0.0623, 0.06252, 0.06389, 0.0632, 0.0641, 0.06224, 0.0611, 0.05931, 0.05774, 0.05632, 0.05519, 0.05432, 0.05359, 0.05292, 0.05269], "seg_model": "ZhengPeng7/BiRefNet_lite", "seg_input_size": 1024, "packed": false}
no_demo_tasks/PickHighlight/episode_0001/done.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task": "PickHighlight", "episode": 1, "demo_len": 276, "kind": "full_episode", "has_demo": false, "num_timesteps": 276, "view": "front_rgb", "foreground_fraction": [0.01283, 0.01282, 0.01282, 0.01282, 0.01282, 0.01282, 0.01282, 0.01282, 0.01282, 0.01282, 0.01758, 0.01758, 0.01758, 0.01758, 0.01758, 0.01758, 0.01758, 0.01758, 0.01758, 0.01758, 0.01758, 0.01758, 0.01758, 0.01758, 0.01758, 0.01758, 0.01758, 0.01758, 0.01758, 0.01758, 0.01758, 0.01756, 0.01756, 0.01758, 0.01759, 0.01759, 0.02492, 0.03165, 0.03468, 0.04593, 0.03976, 0.05276, 0.05382, 0.0547, 0.05565, 0.05641, 0.05663, 0.05659, 0.04591, 0.04639, 0.05629, 0.05621, 0.05611, 0.05612, 0.05646, 0.05647, 0.0464, 0.05383, 0.04895, 0.05988, 0.05528, 0.0621, 0.06543, 0.06767, 0.06912, 0.07024, 0.071, 0.07129, 0.07091, 0.07152, 0.07187, 0.07303, 0.07375, 0.07408, 0.0748, 0.07523, 0.07532, 0.07538, 0.07524, 0.07542, 0.07544, 0.07559, 0.0755, 0.07565, 0.07578, 0.07533, 0.07524, 0.07507, 0.07516, 0.0752, 0.07466, 0.07449, 0.07391, 0.07341, 0.073, 0.07245, 0.07224, 0.07211, 0.07201, 0.07265, 0.07179, 0.06627, 0.06525, 0.06316, 0.06143, 0.05992, 0.05872, 0.05711, 0.05615, 0.05608, 0.05525, 0.05518, 0.05528, 0.05524, 0.0553, 0.05537, 0.0554, 0.05533, 0.05536, 0.05545, 0.0554, 0.05537, 0.05537, 0.05536, 0.05536, 0.05539, 0.05544, 0.0555, 0.05594, 0.05634, 0.05663, 0.05707, 0.05772, 0.05864, 0.05951, 0.06052, 0.06126, 0.06181, 0.06212, 0.0627, 0.06322, 0.06369, 0.06454, 0.0657, 0.06737, 0.07124, 0.07492, 0.07852, 0.08142, 0.08517, 0.08803, 0.09132, 0.09474, 0.09839, 0.10185, 0.10506, 0.10811, 0.11064, 0.11354, 0.11578, 0.11737, 0.11884, 0.11963, 0.12035, 0.12032, 0.12039, 0.12054, 0.12048, 0.12039, 0.12022, 0.11926, 0.11752, 0.1161, 0.1163, 0.11714, 0.11481, 0.11705, 0.10062, 0.10005, 0.09984, 0.09955, 0.09912, 0.10178, 0.0999, 0.10011, 0.0984, 0.0985, 0.09883, 0.10034, 0.10245, 0.09875, 0.09837, 0.09828, 0.09895, 0.09941, 0.09987, 0.11472, 0.11716, 0.117, 0.11369, 0.11655, 0.11694, 0.11902, 0.12131, 0.12202, 0.12236, 0.12247, 0.12254, 0.12248, 0.1217, 0.12187, 0.12216, 0.12238, 0.12259, 0.12268, 0.12267, 0.12286, 0.12343, 0.12343, 0.12343, 0.12347, 0.12349, 0.12344, 0.12346, 0.12344, 0.12343, 0.12344, 0.1234, 0.1232, 0.1228, 0.12119, 0.11906, 0.11832, 0.11505, 0.1185, 0.1181, 0.1015, 0.10834, 0.12285, 0.12331, 0.12367, 0.12378, 0.12346, 0.12331, 0.12328, 0.12312, 0.12329, 0.12311, 0.12308, 0.12309, 0.12306, 0.12308, 0.12308, 0.12309, 0.12302, 0.12288, 0.12289, 0.12277, 0.1227, 0.12274, 0.12224, 0.12138, 0.1207, 0.11493, 0.09853, 0.11597, 0.11569, 0.11542, 0.11551, 0.11615, 0.11794, 0.11977, 0.12038, 0.12053, 0.12071, 0.12065], "seg_model": "ZhengPeng7/BiRefNet_lite", "seg_input_size": 1024, "packed": false}
no_demo_tasks/PickHighlight/episode_0001/mask/00004.png ADDED

Git LFS Details

  • SHA256: be2dc748b9453fa62cec1684349c361f64415089ebcadc0eaa9e4210860d939c
  • Pointer size: 128 Bytes
  • Size of remote file: 281 Bytes
no_demo_tasks/PickHighlight/episode_0001/mask/00006.png ADDED

Git LFS Details

  • SHA256: be2dc748b9453fa62cec1684349c361f64415089ebcadc0eaa9e4210860d939c
  • Pointer size: 128 Bytes
  • Size of remote file: 281 Bytes
no_demo_tasks/PickHighlight/episode_0001/mask/00007.png ADDED

Git LFS Details

  • SHA256: be2dc748b9453fa62cec1684349c361f64415089ebcadc0eaa9e4210860d939c
  • Pointer size: 128 Bytes
  • Size of remote file: 281 Bytes
no_demo_tasks/PickHighlight/episode_0001/mask/00009.png ADDED

Git LFS Details

  • SHA256: be2dc748b9453fa62cec1684349c361f64415089ebcadc0eaa9e4210860d939c
  • Pointer size: 128 Bytes
  • Size of remote file: 281 Bytes
no_demo_tasks/PickHighlight/episode_0001/mask/00013.png ADDED

Git LFS Details

  • SHA256: 2444e2b14551a5122cba181cc3f11470cabd6f2ef5b257cca48154e343da87b8
  • Pointer size: 128 Bytes
  • Size of remote file: 313 Bytes
no_demo_tasks/PickHighlight/episode_0001/mask/00038.png ADDED

Git LFS Details

  • SHA256: acde090b1d3fd9cb8cf0264ad0320e23ae54d9a77d8086de48605d74e307c22c
  • Pointer size: 128 Bytes
  • Size of remote file: 406 Bytes
no_demo_tasks/PickHighlight/episode_0001/mask/00049.png ADDED

Git LFS Details

  • SHA256: a5b716c785109bc84efca4606b9823a940085b9b318d6b63df576473e11caa64
  • Pointer size: 128 Bytes
  • Size of remote file: 444 Bytes
no_demo_tasks/PickHighlight/episode_0001/mask/00052.png ADDED

Git LFS Details

  • SHA256: 1dca42358c8d0c56b7aca84ad39f08c6efe13a6221987515fb2af92b2d346e1c
  • Pointer size: 128 Bytes
  • Size of remote file: 467 Bytes
no_demo_tasks/PickHighlight/episode_0001/mask/00065.png ADDED

Git LFS Details

  • SHA256: 162731d26e1323609980df245c218e901900797db9de78e7207d6f191be3254b
  • Pointer size: 128 Bytes
  • Size of remote file: 510 Bytes
no_demo_tasks/PickHighlight/episode_0001/mask/00069.png ADDED

Git LFS Details

  • SHA256: 50d2478d53f6e901c4a250802165657bf2fe46170ae11726710e11715b2640e4
  • Pointer size: 128 Bytes
  • Size of remote file: 538 Bytes
no_demo_tasks/PickHighlight/episode_0001/mask/00082.png ADDED

Git LFS Details

  • SHA256: cb1d036ec0365f2c993a8554dbec3d3818eeeed5fdd7f1b152b1b47f12e1d42b
  • Pointer size: 128 Bytes
  • Size of remote file: 544 Bytes
no_demo_tasks/PickHighlight/episode_0001/mask/00087.png ADDED

Git LFS Details

  • SHA256: a69164d6cc59a95902a954a3dc08e248b585647cf135844ab3edc0e1befb7264
  • Pointer size: 128 Bytes
  • Size of remote file: 537 Bytes
no_demo_tasks/PickHighlight/episode_0001/mask/00109.png ADDED

Git LFS Details

  • SHA256: cdc88df13a43b35fe46c93090dcd0ec980871295554a42d6e0a9834dbe43a216
  • Pointer size: 128 Bytes
  • Size of remote file: 456 Bytes
no_demo_tasks/PickHighlight/episode_0001/mask/00110.png ADDED

Git LFS Details

  • SHA256: 65f5970a812ece506979938e76ce55ae1a6a9fee2beceaf4a23f350ea7694f3f
  • Pointer size: 128 Bytes
  • Size of remote file: 454 Bytes
no_demo_tasks/PickHighlight/episode_0001/mask/00111.png ADDED

Git LFS Details

  • SHA256: adc57d1a3c193b7cff5216ea8f70255615c5d8886e0d2c6d34855b655aa68b62
  • Pointer size: 128 Bytes
  • Size of remote file: 452 Bytes
no_demo_tasks/PickHighlight/episode_0001/mask/00133.png ADDED

Git LFS Details

  • SHA256: 5ac201571d19310c8111fbf272dda000632b9c8293cd12aed8051bdf3c9e0462
  • Pointer size: 128 Bytes
  • Size of remote file: 464 Bytes
no_demo_tasks/PickHighlight/episode_0001/mask/00139.png ADDED

Git LFS Details

  • SHA256: 2fab602909451d0421151f6b4bb796cf77711a01ce5e500dfac3bc0c998dece5
  • Pointer size: 128 Bytes
  • Size of remote file: 458 Bytes
no_demo_tasks/PickHighlight/episode_0001/mask/00140.png ADDED

Git LFS Details

  • SHA256: b88f8a2ed8e7044f3ac71e0432bb4af3388e9171e19d3c7e7b23662c1c10c5db
  • Pointer size: 128 Bytes
  • Size of remote file: 446 Bytes
no_demo_tasks/PickHighlight/episode_0001/mask/00155.png ADDED

Git LFS Details

  • SHA256: 94eb3db1bca3650c9b1bf56a1868febf201f38feece3132a8cb730d14a036d66
  • Pointer size: 128 Bytes
  • Size of remote file: 505 Bytes
no_demo_tasks/PickHighlight/episode_0001/mask/00156.png ADDED

Git LFS Details

  • SHA256: 5db9f9041c8e59c567694be999b772cef7a9b528796ad061a127f2fecccd62fa
  • Pointer size: 128 Bytes
  • Size of remote file: 477 Bytes
no_demo_tasks/PickHighlight/episode_0001/mask/00171.png ADDED

Git LFS Details

  • SHA256: 3252a975eb8dec243fe7dc3b045d22cb0230601d937a48328ec420c847e18dfe
  • Pointer size: 128 Bytes
  • Size of remote file: 502 Bytes
no_demo_tasks/PickHighlight/episode_0001/mask/00172.png ADDED

Git LFS Details

  • SHA256: 37a1dbb6b1f0e9d330adbf15f14ca3ca2ec3f95dfbb50111e68ffc28bf520f67
  • Pointer size: 128 Bytes
  • Size of remote file: 516 Bytes
no_demo_tasks/PickHighlight/episode_0001/mask/00179.png ADDED

Git LFS Details

  • SHA256: e0353f7a2215f81171bd022af12d184297ccc0c2da9fe0d641044385ff322d0e
  • Pointer size: 128 Bytes
  • Size of remote file: 428 Bytes
no_demo_tasks/PickHighlight/episode_0001/mask/00181.png ADDED

Git LFS Details

  • SHA256: 3ab535eb58057628fc97e19507edc4a1dd3daf98002c04859ab6c85a7a396e64
  • Pointer size: 128 Bytes
  • Size of remote file: 399 Bytes
no_demo_tasks/PickHighlight/episode_0001/mask/00183.png ADDED

Git LFS Details

  • SHA256: a55fff715275be67f45f6d83f8cb8f50d428f364ecb62b16e57fa6eb459e070f
  • Pointer size: 128 Bytes
  • Size of remote file: 449 Bytes
no_demo_tasks/PickHighlight/episode_0001/mask/00187.png ADDED

Git LFS Details

  • SHA256: 0d0d97a2ab4d6ae72480e72e82f17a88144bc3ede34ee14584906bbd0ab43625
  • Pointer size: 128 Bytes
  • Size of remote file: 424 Bytes
no_demo_tasks/PickHighlight/episode_0001/mask/00190.png ADDED

Git LFS Details

  • SHA256: 01becc7ea0f7fedbb7233619f79f4347ea3e2b3190a8dbeba0e64d0a68a6d2b6
  • Pointer size: 128 Bytes
  • Size of remote file: 419 Bytes
no_demo_tasks/PickHighlight/episode_0001/mask/00193.png ADDED

Git LFS Details

  • SHA256: 0bf8daf11174fff791aba3d0776c61f1918f93ff948dda9cf91abb48d9a87b93
  • Pointer size: 128 Bytes
  • Size of remote file: 413 Bytes
no_demo_tasks/PickHighlight/episode_0001/mask/00203.png ADDED

Git LFS Details

  • SHA256: 67acc4c0a8f4d85312ab17e120fadf331818bfbe365bd6f7ef688eb750924ed2
  • Pointer size: 128 Bytes
  • Size of remote file: 464 Bytes
no_demo_tasks/PickHighlight/episode_0001/mask/00205.png ADDED

Git LFS Details

  • SHA256: 497335d39d84aefe744b55b27d547a35adcb35bff2167914a4363b86ba6b7915
  • Pointer size: 128 Bytes
  • Size of remote file: 447 Bytes
no_demo_tasks/PickHighlight/episode_0001/mask/00209.png ADDED

Git LFS Details

  • SHA256: 9d829dcecb1182425be8d0f9ca7f48272783670fed4c69988f2084c3012f64e8
  • Pointer size: 128 Bytes
  • Size of remote file: 468 Bytes
no_demo_tasks/PickHighlight/episode_0001/mask/00214.png ADDED

Git LFS Details

  • SHA256: e4950b39a199eb0233cd3807c3675d31898d2cbbdde1bfa74823b5fc0efa231b
  • Pointer size: 128 Bytes
  • Size of remote file: 466 Bytes
no_demo_tasks/PickHighlight/episode_0001/mask/00222.png ADDED

Git LFS Details

  • SHA256: 32c63ab0297833d3585cf1c96e8c08c24d4baeb9c0f6b75a2aee006cc3723fd4
  • Pointer size: 128 Bytes
  • Size of remote file: 474 Bytes
no_demo_tasks/PickHighlight/episode_0001/mask/00224.png ADDED

Git LFS Details

  • SHA256: 32c63ab0297833d3585cf1c96e8c08c24d4baeb9c0f6b75a2aee006cc3723fd4
  • Pointer size: 128 Bytes
  • Size of remote file: 474 Bytes
no_demo_tasks/PickHighlight/episode_0001/mask/00228.png ADDED

Git LFS Details

  • SHA256: 4f3c9b08eab5b05d9f0151422869c9dacd6b6ca98ad2e7b480fb52da0214c6b9
  • Pointer size: 128 Bytes
  • Size of remote file: 463 Bytes
no_demo_tasks/PickHighlight/episode_0001/mask/00229.png ADDED

Git LFS Details

  • SHA256: 243be4eb0b477a2c53cfd81582900aadc346dca8471bb5fa4fd75d7486af3590
  • Pointer size: 128 Bytes
  • Size of remote file: 442 Bytes
no_demo_tasks/PickHighlight/episode_0001/mask/00231.png ADDED

Git LFS Details

  • SHA256: 2bf1052d59a83a4729ddac48badf21c6587b2946531dd579bdde31a2befc84d1
  • Pointer size: 128 Bytes
  • Size of remote file: 461 Bytes
no_demo_tasks/PickHighlight/episode_0001/mask/00242.png ADDED

Git LFS Details

  • SHA256: e810afcadb96d113e02119dc7d17b596fe5a5d126bf7b4e5df489a1325854d93
  • Pointer size: 128 Bytes
  • Size of remote file: 429 Bytes
no_demo_tasks/PickHighlight/episode_0001/mask/00246.png ADDED

Git LFS Details

  • SHA256: bbc7b9c2c86cc5e4d979d8da983749a913150acb73a7f0fa66cf78f5bd123709
  • Pointer size: 128 Bytes
  • Size of remote file: 447 Bytes
no_demo_tasks/PickHighlight/episode_0001/mask/00250.png ADDED

Git LFS Details

  • SHA256: b4398bc62ef05cb30f1012a42134341a1ac5109b7da42e1866e66815e03b6048
  • Pointer size: 128 Bytes
  • Size of remote file: 440 Bytes
no_demo_tasks/PickHighlight/episode_0001/mask/00254.png ADDED

Git LFS Details

  • SHA256: de88e989d3bb3bc5c24219fbdf4cee02ae3d2f78a79915324dff86dd656e0761
  • Pointer size: 128 Bytes
  • Size of remote file: 440 Bytes
no_demo_tasks/PickHighlight/episode_0001/mask/00261.png ADDED

Git LFS Details

  • SHA256: a8f815557d5be72233a4b91d13e5c62e562ecf5f749d3b9079bb090a55ac511f
  • Pointer size: 128 Bytes
  • Size of remote file: 435 Bytes
no_demo_tasks/PickHighlight/episode_0001/mask/00267.png ADDED

Git LFS Details

  • SHA256: ef07ea238bb41939aa2b10cb1caf9554797afeef5e9e371f3c3ea0be2182a056
  • Pointer size: 128 Bytes
  • Size of remote file: 480 Bytes
no_demo_tasks/PickHighlight/episode_0001/mask/00274.png ADDED

Git LFS Details

  • SHA256: d9ef55b2d5e926596fd8a4381ba6367981086036c272cfbc97f1a0ccfb503983
  • Pointer size: 128 Bytes
  • Size of remote file: 430 Bytes
no_demo_tasks/PickXtimes/episode_0001/done.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task": "PickXtimes", "episode": 1, "demo_len": 628, "kind": "full_episode", "has_demo": false, "num_timesteps": 628, "view": "front_rgb", "foreground_fraction": [0.01205, 0.01205, 0.01204, 0.01204, 0.01204, 0.01204, 0.01204, 0.01204, 0.01204, 0.01204, 0.01204, 0.01204, 0.01204, 0.01204, 0.01204, 0.01204, 0.01204, 0.01204, 0.01204, 0.01204, 0.01204, 0.01204, 0.01204, 0.01204, 0.01204, 0.01204, 0.01204, 0.01204, 0.01204, 0.01204, 0.01204, 0.01204, 0.01241, 0.01402, 0.01204, 0.06889, 0.06284, 0.01564, 0.0945, 0.08453, 0.10605, 0.11951, 0.10551, 0.11348, 0.1144, 0.11316, 0.11406, 0.11374, 0.11377, 0.11301, 0.11327, 0.11301, 0.11377, 0.11371, 0.11372, 0.11372, 0.11377, 0.11378, 0.11377, 0.11372, 0.11375, 0.11324, 0.114, 0.11446, 0.11545, 0.11748, 0.12062, 0.12411, 0.1295, 0.13261, 0.13678, 0.1498, 0.15221, 0.15039, 0.14433, 0.14711, 0.14362, 0.14207, 0.14131, 0.13986, 0.13991, 0.13687, 0.14458, 0.13948, 0.14003, 0.13968, 0.14001, 0.13956, 0.13986, 0.13986, 0.14018, 0.14012, 0.13986, 0.14023, 0.14114, 0.14159, 0.14308, 0.14453, 0.1523, 0.15237, 0.15089, 0.15067, 0.14827, 0.14203, 0.13177, 0.1268, 0.12277, 0.12964, 0.11964, 0.11858, 0.11826, 0.11821, 0.11821, 0.1183, 0.12704, 0.11835, 0.11842, 0.11855, 0.11893, 0.11935, 0.12288, 0.13199, 0.12285, 0.13452, 0.13641, 0.13622, 0.13799, 0.13472, 0.12935, 0.12903, 0.12915, 0.12547, 0.11798, 0.11591, 0.10976, 0.10411, 0.09857, 0.09331, 0.0871, 0.08859, 0.08659, 0.08662, 0.08165, 0.08293, 0.08083, 0.08055, 0.08035, 0.08023, 0.08034, 0.08043, 0.08037, 0.08054, 0.07936, 0.07886, 0.07881, 0.07942, 0.07951, 0.07823, 0.07738, 0.07668, 0.07626, 0.076, 0.07605, 0.0834, 0.07219, 0.08444, 0.08458, 0.08499, 0.08525, 0.08546, 0.08572, 0.08586, 0.08583, 0.08583, 0.08595, 0.08618, 0.08627, 0.08638, 0.08643, 0.08644, 0.08646, 0.08646, 0.0865, 0.08656, 0.08655, 0.08656, 0.0863, 0.07576, 0.08582, 0.08493, 0.0834, 0.08192, 0.08015, 0.0755, 0.07622, 0.0773, 0.07886, 0.08022, 0.08191, 0.08217, 0.0827, 0.08253, 0.08238, 0.08235, 0.08234, 0.08234, 0.08232, 0.08226, 0.08228, 0.08231, 0.08235, 0.08234, 0.08232, 0.08232, 0.08232, 0.08232, 0.08232, 0.08232, 0.08232, 0.08232, 0.08243, 0.08257, 0.08295, 0.08383, 0.08438, 0.08513, 0.08577, 0.08578, 0.08582, 0.08592, 0.08588, 0.08545, 0.08568, 0.08505, 0.08354, 0.08205, 0.08031, 0.07906, 0.0779, 0.07744, 0.07741, 0.07854, 0.0827, 0.07756, 0.08336, 0.08313, 0.08286, 0.08272, 0.08263, 0.0826, 0.08261, 0.08261, 0.08258, 0.08255, 0.08238, 0.082, 0.07668, 0.07658, 0.07648, 0.07686, 0.0771, 0.07799, 0.07948, 0.08109, 0.08224, 0.08362, 0.08417, 0.08455, 0.08464, 0.08537, 0.08557, 0.08527, 0.08551, 0.08537, 0.08557, 0.08545, 0.08578, 0.0862, 0.0862, 0.0863, 0.08633, 0.08627, 0.08624, 0.08624, 0.08623, 0.08626, 0.08624, 0.0865, 0.08594, 0.08603, 0.08603, 0.08485, 0.08333, 0.08194, 0.08043, 0.07883, 0.07964, 0.07751, 0.08232, 0.07773, 0.07797, 0.07849, 0.08664, 0.08676, 0.08693, 0.08714, 0.08694, 0.08617, 0.08617, 0.08621, 0.08621, 0.08621, 0.0862, 0.0862, 0.08617, 0.08603, 0.08618, 0.08614, 0.08572, 0.07739, 0.08513, 0.07721, 0.07877, 0.0831, 0.08189, 0.07796, 0.0797, 0.0797, 0.08109, 0.08253, 0.08382, 0.08098, 0.08211, 0.0826, 0.08278, 0.08296, 0.08295, 0.0827, 0.08269, 0.08218, 0.08221, 0.08226, 0.08252, 0.08241, 0.08173, 0.08107, 0.08037, 0.08185, 0.08214, 0.08061, 0.07938, 0.07834, 0.07738, 0.07684, 0.08186, 0.07628, 0.07642, 0.07634, 0.08444, 0.08475, 0.08505, 0.08545, 0.08575, 0.08592, 0.08594, 0.08597, 0.08603, 0.08603, 0.08611, 0.0863, 0.08647, 0.08661, 0.08667, 0.0867, 0.0867, 0.08667, 0.08656, 0.08661, 0.08638, 0.08647, 0.08621, 0.08618, 0.07834, 0.07767, 0.0836, 0.07634, 0.08063, 0.07599, 0.07639, 0.07727, 0.07884, 0.08025, 0.08157, 0.08232, 0.08232, 0.08269, 0.08241, 0.08228, 0.08235, 0.08224, 0.08229, 0.08232, 0.08232, 0.08223, 0.08226, 0.08229, 0.08231, 0.08231, 0.08241, 0.08272, 0.08307, 0.08383, 0.08459, 0.08519, 0.08582, 0.08594, 0.08589, 0.08585, 0.08585, 0.08583, 0.08583, 0.08583, 0.08589, 0.08592, 0.08591, 0.08563, 0.08571, 0.08504, 0.08374, 0.08231, 0.08081, 0.07933, 0.07826, 0.07765, 0.08235, 0.08362, 0.08484, 0.07841, 0.0865, 0.0867, 0.08685, 0.08705, 0.0869, 0.08607, 0.08609, 0.08611, 0.08611, 0.08611, 0.08612, 0.08612, 0.08601, 0.08601, 0.08591, 0.08589, 0.08574, 0.07745, 0.08508, 0.08434, 0.0838, 0.08322, 0.07799, 0.07863, 0.07962, 0.08064, 0.08174, 0.08296, 0.08405, 0.0838, 0.08226, 0.08244, 0.08253, 0.08296, 0.08295, 0.08266, 0.08253, 0.08209, 0.08208, 0.08206, 0.08224, 0.08228, 0.08194, 0.08128, 0.0825, 0.08315, 0.0824, 0.08084, 0.07956, 0.07861, 0.0806, 0.0771, 0.07709, 0.08261, 0.07703, 0.08414, 0.08438, 0.08476, 0.08521, 0.08553, 0.08585, 0.08588, 0.08598, 0.08597, 0.08589, 0.08588, 0.08601, 0.08624, 0.08641, 0.08649, 0.08653, 0.08656, 0.08656, 0.08656, 0.08647, 0.08649, 0.0864, 0.08647, 0.08618, 0.08626, 0.07829, 0.07935, 0.08342, 0.07637, 0.0806, 0.07593, 0.07632, 0.07729, 0.07867, 0.08011, 0.08148, 0.08224, 0.0824, 0.08269, 0.08246, 0.08226, 0.08235, 0.08226, 0.08221, 0.08223, 0.08221, 0.08203, 0.0817, 0.08145, 0.08057, 0.07974, 0.07866, 0.07722, 0.07555, 0.07387, 0.07184, 0.06953, 0.06685, 0.06367, 0.05998, 0.05731, 0.05438, 0.05138, 0.04933, 0.04736, 0.04549, 0.04384, 0.04251, 0.04144, 0.04065, 0.03963, 0.0394, 0.03894, 0.03844, 0.03838, 0.03838, 0.03853, 0.03841, 0.03851, 0.03847, 0.03847, 0.03847, 0.03847, 0.03845, 0.03862, 0.03923, 0.03964, 0.04062, 0.04184, 0.04305, 0.04463, 0.04665, 0.04868, 0.05006, 0.05095, 0.05185, 0.05287, 0.05424, 0.05435, 0.05487, 0.05518, 0.05582, 0.05643, 0.05676, 0.05754, 0.05655, 0.0564, 0.05768, 0.05759, 0.05766, 0.05769, 0.05774, 0.0576, 0.05711, 0.05745, 0.05666, 0.05672, 0.05589, 0.05533, 0.05537, 0.05463, 0.05403, 0.05286, 0.05263, 0.05106, 0.05046, 0.04903, 0.04738, 0.04549, 0.04391, 0.04205, 0.04034, 0.03932, 0.03853, 0.03853], "seg_model": "ZhengPeng7/BiRefNet_lite", "seg_input_size": 1024, "packed": false}