윤영준 윤영준 2023-06-23
theorizing about dataset management
@dbcc0268c0be3688eb1efbc29e4294eb5bc5d0fb
data/example.yaml
--- data/example.yaml
+++ data/example.yaml
@@ -1,6 +1,8 @@
 files:
   abc123: # hash key
-    path: /path/to/source/files/file1.jpg
+    num_link: 1
+    path_source: /path/to/source/files/file1.jpg
+    path_raindrop1: /path/to/source/files/file1.jpg
   def456: # hash key
     path: /path/to/source/files/file2.jpg
   ghi789: # hash key
data/example_versioning.yaml
--- data/example_versioning.yaml
+++ data/example_versioning.yaml
@@ -1,4 +1,5 @@
 version: v1.0.0
+file_counts: 12345
 files:
   - abc123
-  - def456
+  - def456
(No newline at end of file)
datasetmananger.py
--- datasetmananger.py
+++ datasetmananger.py
@@ -12,4 +12,7 @@
 
 def version_up():
 
-def link_files():
(No newline at end of file)
+def link_files():
+
+def copy_dataset():
+
Add a comment
List