AMontiB commited on
Commit
4e5c888
·
1 Parent(s): 599429d
Files changed (1) hide show
  1. CFA.py +1 -1
CFA.py CHANGED
@@ -110,7 +110,7 @@ def analyze_region(original_image: np.ndarray, box_coords: tuple):
110
  prob_map = prob_flat.reshape(prob_map_shape)
111
 
112
  print("3. Computing Fourier transform...")
113
- fft_result = getFourier(prob_map)
114
 
115
  # Plotting
116
  fig, axs = plt.subplots(1, 3, figsize=(12, 4))
 
110
  prob_map = prob_flat.reshape(prob_map_shape)
111
 
112
  print("3. Computing Fourier transform...")
113
+ fft_result = getFourier(patch)#prob_map)
114
 
115
  # Plotting
116
  fig, axs = plt.subplots(1, 3, figsize=(12, 4))