Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

#3 Install mrcnn

Merged
Ghost merged 1 commits into produdez:main from produdez:install-mrcnn
@@ -9,7 +9,7 @@ stages:
     params:
     params:
       params.yaml:
       params.yaml:
         environment-check:
         environment-check:
-          environment-name: test-kangaroo
+          environment-name: kangaroo
           output: out/environment-check.out.json
           output: out/environment-check.out.json
     outs:
     outs:
     - path: out/environment-check.out.json
     - path: out/environment-check.out.json
@@ -43,15 +43,10 @@ stages:
       md5: 367ad52e2a3039d04f2dc57bbd7b5e6e
       md5: 367ad52e2a3039d04f2dc57bbd7b5e6e
       size: 374
       size: 374
     - path: src/pipeline/train_model.py
     - path: src/pipeline/train_model.py
-      md5: 6e2dd81d844828d42e9c2e2a5de22e30
-      size: 2192
-    - path: src/submodules/akTwelve_MaskRCNN
-      md5: cb9c0f33c3ac515d65f4b54d556435e2.dir
-      size: 90854634
-      nfiles: 87
+      md5: 2f97764fff9057dd92413a1758e101fb
+      size: 2102
     params:
     params:
       params.yaml:
       params.yaml:
-        src.current-model: src/submodules/akTwelve_MaskRCNN
         train-pipeline:
         train-pipeline:
           data:
           data:
             path: data/sample
             path: data/sample
@@ -88,17 +83,17 @@ stages:
             - mrcnn_mask
             - mrcnn_mask
     outs:
     outs:
     - path: out/current-model.h5
     - path: out/current-model.h5
-      md5: 830f8e397d40067fc4edf591d194c244
+      md5: 866796d1c58130aba666ed5fde48f208
       size: 264294536
       size: 264294536
     - path: out/model-train.output.log
     - path: out/model-train.output.log
-      md5: b70fa1c66a1384e8e95815c315b43d5f
-      size: 20090
+      md5: 814c43462efcc83c5692f34f9dfb0f71
+      size: 6331
     - path: out/model-train.summary.txt
     - path: out/model-train.summary.txt
       md5: 28e1cb65aaa55d3cdb0e97a96ddd97cf
       md5: 28e1cb65aaa55d3cdb0e97a96ddd97cf
       size: 89607
       size: 89607
     - path: out/train.metrics/general.json
     - path: out/train.metrics/general.json
-      md5: 53c5e32e6bfedff9d54ba1a1d966d6f3
-      size: 27
+      md5: 706da4354000f6504321e70fa84d6dd1
+      size: 26
   evaluate:
   evaluate:
     cmd: "python -u -m src.pipeline.evaluate | tee out/evaluate.output.log\n"
     cmd: "python -u -m src.pipeline.evaluate | tee out/evaluate.output.log\n"
     deps:
     deps:
@@ -107,18 +102,14 @@ stages:
       size: 635162
       size: 635162
       nfiles: 18
       nfiles: 18
     - path: out/current-model.h5
     - path: out/current-model.h5
-      md5: 830f8e397d40067fc4edf591d194c244
+      md5: 866796d1c58130aba666ed5fde48f208
       size: 264294536
       size: 264294536
     - path: out/environment-check.out.json
     - path: out/environment-check.out.json
       md5: 367ad52e2a3039d04f2dc57bbd7b5e6e
       md5: 367ad52e2a3039d04f2dc57bbd7b5e6e
       size: 374
       size: 374
     - path: src/pipeline/evaluate.py
     - path: src/pipeline/evaluate.py
-      md5: b297f480db0def6101b5c97ab475edb6
-      size: 1261
-    - path: src/submodules/akTwelve_MaskRCNN
-      md5: cb9c0f33c3ac515d65f4b54d556435e2.dir
-      size: 90854634
-      nfiles: 87
+      md5: f91d103ab96efceeacd2bd123444073b
+      size: 1216
     params:
     params:
       params.yaml:
       params.yaml:
         evaluate:
         evaluate:
@@ -131,7 +122,6 @@ stages:
           output:
           output:
             metric: out/evaluate.json
             metric: out/evaluate.json
             log: out/evaluate.output.log
             log: out/evaluate.output.log
-        src.current-model: src/submodules/akTwelve_MaskRCNN
       model.hyper.yaml:
       model.hyper.yaml:
         inference:
         inference:
           configs:
           configs:
@@ -144,8 +134,8 @@ stages:
             USE_MINI_MASK: false
             USE_MINI_MASK: false
     outs:
     outs:
     - path: out/evaluate.json
     - path: out/evaluate.json
-      md5: eb364234911f86980602490770b3f307
-      size: 176
+      md5: 2dd3f52bc0bf37053c999b0550190b2d
+      size: 178
   gen-dag:
   gen-dag:
     cmd:
     cmd:
     - dvc dag --full --md >> out/dependency_diagram.md
     - dvc dag --full --md >> out/dependency_diagram.md
Discard
Tip!

Press p or to see the previous file or, n or to see the next file