Update processing_penguinvl.py

#4
Files changed (1) hide show
  1. processing_penguinvl.py +1 -0
processing_penguinvl.py CHANGED
@@ -280,6 +280,7 @@ def get_frame_sim(
280
  K_PATCH = 14
281
  K_MIN_PIXELS = 10 * 14 * 14
282
  K_MAX_PIXELS = 10240 * 14 * 14
 
283
 
284
  def extract_ki_frames(
285
  frames: torch.Tensor,
 
280
  K_PATCH = 14
281
  K_MIN_PIXELS = 10 * 14 * 14
282
  K_MAX_PIXELS = 10240 * 14 * 14
283
+ MIN_FRAME_SIMILARITY = 0.95
284
 
285
  def extract_ki_frames(
286
  frames: torch.Tensor,