Commit ·
cdccd6f
1
Parent(s): 3f983ad
Add multichannel segmentations
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- deepfluoro/README.md +10 -1
- deepfluoro/subject01/segmentations_multichannel/000.pt +3 -0
- deepfluoro/subject01/segmentations_multichannel/001.pt +3 -0
- deepfluoro/subject01/segmentations_multichannel/002.pt +3 -0
- deepfluoro/subject01/segmentations_multichannel/003.pt +3 -0
- deepfluoro/subject01/segmentations_multichannel/004.pt +3 -0
- deepfluoro/subject01/segmentations_multichannel/005.pt +3 -0
- deepfluoro/subject01/segmentations_multichannel/006.pt +3 -0
- deepfluoro/subject01/segmentations_multichannel/007.pt +3 -0
- deepfluoro/subject01/segmentations_multichannel/008.pt +3 -0
- deepfluoro/subject01/segmentations_multichannel/009.pt +3 -0
- deepfluoro/subject01/segmentations_multichannel/010.pt +3 -0
- deepfluoro/subject01/segmentations_multichannel/011.pt +3 -0
- deepfluoro/subject01/segmentations_multichannel/012.pt +3 -0
- deepfluoro/subject01/segmentations_multichannel/013.pt +3 -0
- deepfluoro/subject01/segmentations_multichannel/014.pt +3 -0
- deepfluoro/subject01/segmentations_multichannel/015.pt +3 -0
- deepfluoro/subject01/segmentations_multichannel/016.pt +3 -0
- deepfluoro/subject01/segmentations_multichannel/017.pt +3 -0
- deepfluoro/subject01/segmentations_multichannel/018.pt +3 -0
- deepfluoro/subject01/segmentations_multichannel/019.pt +3 -0
- deepfluoro/subject01/segmentations_multichannel/020.pt +3 -0
- deepfluoro/subject01/segmentations_multichannel/021.pt +3 -0
- deepfluoro/subject01/segmentations_multichannel/022.pt +3 -0
- deepfluoro/subject01/segmentations_multichannel/023.pt +3 -0
- deepfluoro/subject01/segmentations_multichannel/024.pt +3 -0
- deepfluoro/subject01/segmentations_multichannel/025.pt +3 -0
- deepfluoro/subject01/segmentations_multichannel/026.pt +3 -0
- deepfluoro/subject01/segmentations_multichannel/027.pt +3 -0
- deepfluoro/subject01/segmentations_multichannel/028.pt +3 -0
- deepfluoro/subject01/segmentations_multichannel/029.pt +3 -0
- deepfluoro/subject01/segmentations_multichannel/030.pt +3 -0
- deepfluoro/subject01/segmentations_multichannel/031.pt +3 -0
- deepfluoro/subject01/segmentations_multichannel/032.pt +3 -0
- deepfluoro/subject01/segmentations_multichannel/033.pt +3 -0
- deepfluoro/subject01/segmentations_multichannel/034.pt +3 -0
- deepfluoro/subject01/segmentations_multichannel/035.pt +3 -0
- deepfluoro/subject01/segmentations_multichannel/036.pt +3 -0
- deepfluoro/subject01/segmentations_multichannel/037.pt +3 -0
- deepfluoro/subject01/segmentations_multichannel/038.pt +3 -0
- deepfluoro/subject01/segmentations_multichannel/039.pt +3 -0
- deepfluoro/subject01/segmentations_multichannel/040.pt +3 -0
- deepfluoro/subject01/segmentations_multichannel/041.pt +3 -0
- deepfluoro/subject01/segmentations_multichannel/042.pt +3 -0
- deepfluoro/subject01/segmentations_multichannel/043.pt +3 -0
- deepfluoro/subject01/segmentations_multichannel/044.pt +3 -0
- deepfluoro/subject01/segmentations_multichannel/045.pt +3 -0
- deepfluoro/subject01/segmentations_multichannel/046.pt +3 -0
- deepfluoro/subject01/segmentations_multichannel/047.pt +3 -0
- deepfluoro/subject01/segmentations_multichannel/048.pt +3 -0
deepfluoro/README.md
CHANGED
|
@@ -10,4 +10,13 @@
|
|
| 10 |
pages={759--769},
|
| 11 |
year={2020},
|
| 12 |
publisher={Springer}
|
| 13 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
pages={759--769},
|
| 11 |
year={2020},
|
| 12 |
publisher={Springer}
|
| 13 |
+
}
|
| 14 |
+
|
| 15 |
+
## `segmentations_multichannel/`
|
| 16 |
+
|
| 17 |
+
Packed 7-channel masks, one `.pt` per X-ray. Each is a `(1536, 1536)` `uint8` array where bit `i` is label `i+1` (0: L-hemipelvis, 1: R-hemipelvis, 2: vertebrae, 3: upper sacrum, 4: L-femur, 5: R-femur, 6: lower sacrum).
|
| 18 |
+
|
| 19 |
+
```python
|
| 20 |
+
packed = torch.load(path) # (1536, 1536) uint8
|
| 21 |
+
masks = (packed[None] >> torch.arange(7)[:, None, None]) & 1 # (7, 1536, 1536) bool
|
| 22 |
+
```
|
deepfluoro/subject01/segmentations_multichannel/000.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8887e702a6b485ab30c4d3d93fe275b1acac507c5b5472054e740f256c77ce9f
|
| 3 |
+
size 2360781
|
deepfluoro/subject01/segmentations_multichannel/001.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5aa9cb78b776b4454dc192624ed80bf3157f37811419c113042687ed3cd6eff1
|
| 3 |
+
size 2360781
|
deepfluoro/subject01/segmentations_multichannel/002.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4c2161e1562c5d868f67e0e33230a553224f9565c714e93ad79fdf4c714a38e9
|
| 3 |
+
size 2360781
|
deepfluoro/subject01/segmentations_multichannel/003.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4464e266e7c079b476bff466de395c03b569b07e3db70416effe273d97960782
|
| 3 |
+
size 2360781
|
deepfluoro/subject01/segmentations_multichannel/004.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a0ae9accbd3d6b57cc54d89c75bab68afa10350b7aa17c849cd130f837838ba4
|
| 3 |
+
size 2360781
|
deepfluoro/subject01/segmentations_multichannel/005.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6bdafd436bcfa63f7f6a57da251ec4fa14854c259e1c86822eeaf10d9015b1d5
|
| 3 |
+
size 2360781
|
deepfluoro/subject01/segmentations_multichannel/006.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f0da04b0a56a35d0b7be06e822a3076bcdbe7d1068eff79dd580b7872980e636
|
| 3 |
+
size 2360781
|
deepfluoro/subject01/segmentations_multichannel/007.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:704237e47ca6bd7dffe3c6e0c3bec411b37e924af38cdace6199b0c440d6c46d
|
| 3 |
+
size 2360781
|
deepfluoro/subject01/segmentations_multichannel/008.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0698fed77653f62e75098d193a2ca28dcb2e6c4dcc47c65b6626e0be5862b9a6
|
| 3 |
+
size 2360781
|
deepfluoro/subject01/segmentations_multichannel/009.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9ba779ee3b153606627bd200fcb6bb8bd29f788a0df745e916407410169cada1
|
| 3 |
+
size 2360781
|
deepfluoro/subject01/segmentations_multichannel/010.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:22cce6192e328a1e89fbe52520ecd59950ab6975d3f1201622c36261672e917f
|
| 3 |
+
size 2360781
|
deepfluoro/subject01/segmentations_multichannel/011.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a68023b3be8cc52b205af00afb113a727cc7e44c6e2eeeb210260d098e46cde1
|
| 3 |
+
size 2360781
|
deepfluoro/subject01/segmentations_multichannel/012.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9503629684d7f33e019346877b67c9346806767f0f2fc4c7c359b77a3d541c34
|
| 3 |
+
size 2360781
|
deepfluoro/subject01/segmentations_multichannel/013.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c9992938ec0516f425070981c1c10b0fcf873d3a7b5fd67c5b06880dbf69edc5
|
| 3 |
+
size 2360781
|
deepfluoro/subject01/segmentations_multichannel/014.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:abb0f43ec73541a7b279f5e06ae6e8b58c2202b6786cde07a4741c8ef903af9d
|
| 3 |
+
size 2360781
|
deepfluoro/subject01/segmentations_multichannel/015.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7dbea9ada14d0cdb178fc4bff5cdd34127cfa90ac0b463c872dccb1b0da8074a
|
| 3 |
+
size 2360781
|
deepfluoro/subject01/segmentations_multichannel/016.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c53efbadd905ee43bc06c098567139a9d82808d85993c441791a54c90def239e
|
| 3 |
+
size 2360781
|
deepfluoro/subject01/segmentations_multichannel/017.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8c9b4f4c7eb6c9e92523d1086e1a5e0b34111d447a2eb9743d9c494a9da9c285
|
| 3 |
+
size 2360781
|
deepfluoro/subject01/segmentations_multichannel/018.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:14144731f902caefba90d1354fb95f6f65728737432005a588b66f8390e703ca
|
| 3 |
+
size 2360781
|
deepfluoro/subject01/segmentations_multichannel/019.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dcac7fb012cd6a7d9409e6e7e2d45097cf863090e538ed10c7230031a79ce754
|
| 3 |
+
size 2360781
|
deepfluoro/subject01/segmentations_multichannel/020.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:42a12657533d0ae899642ac9c191dc81e8cdf80d9920494f3c6d7fbcdc9e0d69
|
| 3 |
+
size 2360781
|
deepfluoro/subject01/segmentations_multichannel/021.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5626d980544a78860cb28e72ccb40f84bdacfdeb7883fac8cb394689699ebb7a
|
| 3 |
+
size 2360781
|
deepfluoro/subject01/segmentations_multichannel/022.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ab1e89d85226f975b3b298153860dd09b835794946b639b40be2bdfc23937c76
|
| 3 |
+
size 2360781
|
deepfluoro/subject01/segmentations_multichannel/023.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3c21181c6251e4f2d692098f7250c0c7874a239bd0e771a265b8f5dae0b7fb03
|
| 3 |
+
size 2360781
|
deepfluoro/subject01/segmentations_multichannel/024.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4aa8612c10cd2cfe0db0be8783af908de74a2725506f27bf3dec9550cf97f6fc
|
| 3 |
+
size 2360781
|
deepfluoro/subject01/segmentations_multichannel/025.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:44b8c4a0d85c686107ac4d1bc44013452ca63abbad91a66ec12bfb47565d7d4d
|
| 3 |
+
size 2360781
|
deepfluoro/subject01/segmentations_multichannel/026.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7f44638407a95d8ed196fd3bc5a81287925dac5e3181de439760c86d587ef0e6
|
| 3 |
+
size 2360781
|
deepfluoro/subject01/segmentations_multichannel/027.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bf591134c283f70ed860b8439dd5997ba4a6c99d060808f7edc27001f1aa3ce6
|
| 3 |
+
size 2360781
|
deepfluoro/subject01/segmentations_multichannel/028.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec0e1753deb01ed5bf40bca6ebea2ad167e3a86838fa32e483d67164fa0df8c9
|
| 3 |
+
size 2360781
|
deepfluoro/subject01/segmentations_multichannel/029.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b7347fb99a59812adf7b06bf72f656d4cf50401a45930fdacd496dde55f05b41
|
| 3 |
+
size 2360781
|
deepfluoro/subject01/segmentations_multichannel/030.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:45f1113cd5f41d3c7e4a9420eb71366c34e6689949bae181c38bc7be349bec9d
|
| 3 |
+
size 2360781
|
deepfluoro/subject01/segmentations_multichannel/031.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e4f583ccff7a3c37c59dc4fbb574375f7bde2a709ad0f7500874c313b73726b6
|
| 3 |
+
size 2360781
|
deepfluoro/subject01/segmentations_multichannel/032.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3479c74a124452b76fd7325dfad80df58b278aedb17b205a9d29f19226927c7e
|
| 3 |
+
size 2360781
|
deepfluoro/subject01/segmentations_multichannel/033.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fffb342c1f147454b9450f58a4bc2d0b4b0eb029743322e79a71e92a60cb32b4
|
| 3 |
+
size 2360781
|
deepfluoro/subject01/segmentations_multichannel/034.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:587a6f7a16a1657a5b912b911be287fe87f2bfb6566b0fe428a0f668e7b84b9a
|
| 3 |
+
size 2360781
|
deepfluoro/subject01/segmentations_multichannel/035.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1eeb3210c95f7c3acb8a4d3ad700d6131efe07f8a22c8a55a88d5734b8c2a011
|
| 3 |
+
size 2360781
|
deepfluoro/subject01/segmentations_multichannel/036.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4edeefaacca9cc8eba2116a2a2f896c6bcaa68a23c80b797f86d31f800beac42
|
| 3 |
+
size 2360781
|
deepfluoro/subject01/segmentations_multichannel/037.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:856d23d1dd035dede6d9bc4f558ea10c43a3bd97a99f4155c3c949f9cec343e0
|
| 3 |
+
size 2360781
|
deepfluoro/subject01/segmentations_multichannel/038.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ecccf7ff8e15d08e286cabfe19d9d0866632b062713b9baf86d41fee166a5db3
|
| 3 |
+
size 2360781
|
deepfluoro/subject01/segmentations_multichannel/039.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:634e7cf98d5b20a1ba35e8e646b7946f50a769a3315b218eacd8ffe6397e7d83
|
| 3 |
+
size 2360781
|
deepfluoro/subject01/segmentations_multichannel/040.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1f59a00d35003b6680af3ed884627fb497f405fca2804d35b78a16ff96e5656a
|
| 3 |
+
size 2360781
|
deepfluoro/subject01/segmentations_multichannel/041.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e40cdfa90a40827aa31b662ee5b3c5607c34970f0ea5784617bb6afb12e4dc0f
|
| 3 |
+
size 2360781
|
deepfluoro/subject01/segmentations_multichannel/042.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3405499ac3397462a7370acb232c0b9d8c45c604a2b4a0b3ab57ea96f9d3199d
|
| 3 |
+
size 2360781
|
deepfluoro/subject01/segmentations_multichannel/043.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ab6d02f1592f050b760288dc1d6006289cb7f31013283aa2f92658108cd78e79
|
| 3 |
+
size 2360781
|
deepfluoro/subject01/segmentations_multichannel/044.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f536935f3812cc09b26e68e173eb7ed39db998f511f7c7189c9d0bdeff8c3a66
|
| 3 |
+
size 2360781
|
deepfluoro/subject01/segmentations_multichannel/045.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0322e8a12e9e5a6a387266f97060ce0e199e9f8ac49e595cf2a75f2a5665033c
|
| 3 |
+
size 2360781
|
deepfluoro/subject01/segmentations_multichannel/046.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:570b50be61c557aa167c490059d8bd8b61ab3782aadb9a9282695bdd53b40dc4
|
| 3 |
+
size 2360781
|
deepfluoro/subject01/segmentations_multichannel/047.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:486debab785d56bb039e4eb243a3397cf9da245b10ce5d49985e64341693f8c0
|
| 3 |
+
size 2360781
|
deepfluoro/subject01/segmentations_multichannel/048.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a6e575dae6b778f3ea583e5ced694177118f5f5c9150273716e2987925530c81
|
| 3 |
+
size 2360781
|