Spaces:
Sleeping
Sleeping
resolve list access
Browse files
yolov8.py
CHANGED
@@ -174,8 +174,6 @@ def dff_nmf(image, target_lyr, n_components):
|
|
174 |
computation_on_concepts=None)
|
175 |
|
176 |
concepts, batch_explanations, explanations = dff(input_tensor, model, n_components)
|
177 |
-
print("#################shapes###############")
|
178 |
-
print(concepts.shape, batch_explanations.shape, explanations.shape)
|
179 |
results = []
|
180 |
for indx in range(explanations[0].shape[0]):
|
181 |
upsampled_input = explanations[0][indx]
|
|
|
174 |
computation_on_concepts=None)
|
175 |
|
176 |
concepts, batch_explanations, explanations = dff(input_tensor, model, n_components)
|
|
|
|
|
177 |
results = []
|
178 |
for indx in range(explanations[0].shape[0]):
|
179 |
upsampled_input = explanations[0][indx]
|