Datasets:
Masks regenerated with the full BiRefNet (was BiRefNet_lite)
Browse files
README.md
CHANGED
|
@@ -53,13 +53,25 @@ of every exported episode.
|
|
| 53 |
|
| 54 |
## Masks
|
| 55 |
|
| 56 |
-
`ZhengPeng7/
|
| 57 |
resolution matters: below roughly 512 the mask comes back essentially empty, which makes a
|
| 58 |
foreground-weighted loss put most of its weight on the wooden table instead of the arm and the objects.
|
| 59 |
|
| 60 |
The masks are model output, not ground truth. They are accurate on the arm and the manipulated objects
|
| 61 |
and they do pick up small painted markers, but they are not a substitute for simulator segmentation.
|
| 62 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 63 |
## Provenance and licence
|
| 64 |
|
| 65 |
Frames are derived from the RoboMME dataset; its licence governs their use. The masks are generated by
|
|
|
|
| 53 |
|
| 54 |
## Masks
|
| 55 |
|
| 56 |
+
`ZhengPeng7/BiRefNet` (the full model), run at 1024x1024 and thresholded at 0.5, then resized back to 256. The
|
| 57 |
resolution matters: below roughly 512 the mask comes back essentially empty, which makes a
|
| 58 |
foreground-weighted loss put most of its weight on the wooden table instead of the arm and the objects.
|
| 59 |
|
| 60 |
The masks are model output, not ground truth. They are accurate on the arm and the manipulated objects
|
| 61 |
and they do pick up small painted markers, but they are not a substitute for simulator segmentation.
|
| 62 |
|
| 63 |
+
|
| 64 |
+
These masks were regenerated with the **full** BiRefNet, replacing an earlier set from
|
| 65 |
+
`BiRefNet_lite`. Same resolution, same 0.5 threshold, same resize back -- only the checkpoint
|
| 66 |
+
changed. The lite model drops the robot arm entirely on some frames: over the 12,034 frames
|
| 67 |
+
here the full model finds more foreground in 58.2% of them and changes the mask by more than
|
| 68 |
+
2% of the frame in 5.5%, and the worst case (VideoPlaceButton episode_0000 frame 00304) goes
|
| 69 |
+
from a foreground fraction of 0.032 to 0.186 because lite masked the buttons and the cube but
|
| 70 |
+
not the arm holding them. Mean foreground fraction rose from 0.0795 to 0.0845; per task the
|
| 71 |
+
shift ranges from -0.0002 (PatternLock) to +0.0176 (BinFill).
|
| 72 |
+
|
| 73 |
+
`done.json`'s `foreground_fraction`, `seg_model` and `seg_input_size` were recomputed to match.
|
| 74 |
+
|
| 75 |
## Provenance and licence
|
| 76 |
|
| 77 |
Frames are derived from the RoboMME dataset; its licence governs their use. The masks are generated by
|