Fix wrong target_patch_size

#6
by bfshi - opened
Files changed (1) hide show
  1. preprocessor_config.json +1 -1
preprocessor_config.json CHANGED
@@ -30,7 +30,7 @@
30
  "task_loss_requirement_tile": 0.7,
31
  "task_loss_requirement_thumbnail": 0.7,
32
  "target_scales": [56, 112, 196, 392],
33
- "target_patch_size": 16,
34
  "num_video_frames": 8,
35
  "max_tiles_video": 8,
36
  "num_video_frames_thumbnail": 8,
 
30
  "task_loss_requirement_tile": 0.7,
31
  "task_loss_requirement_thumbnail": 0.7,
32
  "target_scales": [56, 112, 196, 392],
33
+ "target_patch_size": 14,
34
  "num_video_frames": 8,
35
  "max_tiles_video": 8,
36
  "num_video_frames_thumbnail": 8,