We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 099dc43 + dd906cc commit 00d7a96Copy full SHA for 00d7a96
Recon3DLoadData.py
@@ -4,7 +4,6 @@
4
5
from DLTools.ThreadedGenerator import DLMultiClassGenerator, DLMultiClassFilterGenerator
6
7
-
8
def combined2D3DGenerator():
9
#datapath = "/data/datasets/LarTPC/apr_9/"
10
datapath = "/data/cloud/project/data/apr_9/"
@@ -53,6 +52,7 @@ def combined2D3DGenerator():
53
52
sleep=1,
54
Wrap=False)
55
+
56
def MergerGenerator(T2D, T3D):
57
while True:
58
s2d = T2D.Generator().next()
0 commit comments