Spaces:
Sleeping
Sleeping
Update Background_substraction.py
Browse files
Background_substraction.py
CHANGED
|
@@ -112,9 +112,9 @@ print('metadata_images_dir :', metadata_images_dir)
|
|
| 112 |
|
| 113 |
# In[9]:
|
| 114 |
if not os.path.exists(base_dir):
|
| 115 |
-
print("WARNING: Could not find desired file: "+
|
| 116 |
else :
|
| 117 |
-
print("The",
|
| 118 |
|
| 119 |
|
| 120 |
# Import all metadata we need from the QC/EDA chapter
|
|
|
|
| 112 |
|
| 113 |
# In[9]:
|
| 114 |
if not os.path.exists(base_dir):
|
| 115 |
+
print("WARNING: Could not find desired file: "+ base_dir)
|
| 116 |
else :
|
| 117 |
+
print("The", base_dir ,"file was imported for further analysis!")
|
| 118 |
|
| 119 |
|
| 120 |
# Import all metadata we need from the QC/EDA chapter
|