We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff806e5 commit 26bac5fCopy full SHA for 26bac5f
example/example_writer.py
@@ -8,6 +8,7 @@
8
if not os.path.exists(os.path.join(os.path.join(DATADIRECTORY, "out"))):
9
os.makedirs(os.path.join(DATADIRECTORY, "out"))
10
11
+
12
# In this example, we'll filter the autzen dataset to only contain depth levels 0-3.
13
def TrimFileExample(compressor_example_flag):
14
python/copclib/mp/read.py
@@ -4,6 +4,7 @@
4
5
import concurrent.futures
6
7
# Initialize each multiprocessing thread with a copy of the copc reader
def init_mp(copc_path):
_read_node.copc_reader = copc.FileReader(copc_path)
0 commit comments