Skip to content

Commit 1d6b981

Browse files
Merge pull request #18 from jonathanrocher/folder_structure
Move scripts around. Create stage0 folder.
2 parents 482082f + 7b0c7d6 commit 1d6b981

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ def collect_metadata(image_path):
1919
if __name__ == "__main__":
2020

2121
image_path = sys.argv[1]
22-
collect_metadata(image_path)
22+
data = collect_metadata(image_path)
2323
print(data)

face_detect_skimage.py renamed to stage0_starting_script/face_detect_skimage.py

File renamed without changes.

0 commit comments

Comments
 (0)