File size: 690 Bytes
533b8a8
 
 
 
 
 
 
 
 
a6ad1fd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
533b8a8
a6ad1fd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
  "source": "compare_flow_adapters.py --adapters ./lora_out_fps6/lora_last.pt ./lora_out_flow/lora_last.pt --fps 6 --num-clips 32",
  "log": "slurm-logs/cmp_flow_val.log",
  "num_clips": 32,
  "fps": 6,
  "hi": 0.5,
  "lo": 0.1,
  "moving_pixel_frac": 0.048,
  "arms": [
    {
      "name": "base",
      "label": "base (frozen)",
      "moving": 34.04,
      "static": 36.77,
      "all": 36.48
    },
    {
      "name": "fps6",
      "label": "control (flow_weight 0)",
      "moving": 36.83,
      "static": 39.96,
      "all": 39.62
    },
    {
      "name": "flow",
      "label": "flow (flow_weight 1)",
      "moving": 36.55,
      "static": 40.16,
      "all": 39.84
    }
  ]
}