Spaces:
Sleeping
Sleeping
AMontiB commited on
Commit ·
4e5c888
1
Parent(s): 599429d
update
Browse files
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))
|