TongkunGuan commited on
Commit
05ef035
·
verified ·
1 Parent(s): 1e01cfe

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -94,7 +94,7 @@ def get_transform(is_train, image_size):
94
  return transform
95
 
96
  def post_process(vit_embeds, target_aspect_ratio, model_type='VIT'):
97
- if model_type in ["TokenOCR-4096-English-seg", "TokenOCR-2048-Bilingual-seg"]:
98
  h = w = int(vit_embeds.shape[1] ** 0.5)
99
  c = vit_embeds.shape[-1]
100
  # vit_embeds_local = vit_embeds[:-1].reshape(-1, h, w, c).permute(0, 3, 1, 2)
 
94
  return transform
95
 
96
  def post_process(vit_embeds, target_aspect_ratio, model_type='VIT'):
97
+ if model_type in ["TokenFD_4096_English_seg", "TokenFD_2048_Bilingual_seg"]:
98
  h = w = int(vit_embeds.shape[1] ** 0.5)
99
  c = vit_embeds.shape[-1]
100
  # vit_embeds_local = vit_embeds[:-1].reshape(-1, h, w, c).permute(0, 3, 1, 2)