Spaces:
Runtime error
Runtime error
Update lrp_pipeline_2.py
Browse files- lrp_pipeline_2.py +1 -1
lrp_pipeline_2.py
CHANGED
|
@@ -341,7 +341,7 @@ def lrp_main(pixel_conversion):
|
|
| 341 |
print(imagefile)
|
| 342 |
continue
|
| 343 |
image_path = (
|
| 344 |
-
preprocessed_folder +
|
| 345 |
)
|
| 346 |
intermediate_path = (
|
| 347 |
intermediate_folder
|
|
|
|
| 341 |
print(imagefile)
|
| 342 |
continue
|
| 343 |
image_path = (
|
| 344 |
+
preprocessed_folder + imagefile
|
| 345 |
)
|
| 346 |
intermediate_path = (
|
| 347 |
intermediate_folder
|