Skip to content

Commit 0c3c60f

Browse files
committed
remove unused file registration_result.py
this was an old file. the registration results are stored in the scene data directory.
1 parent cf0e545 commit 0c3c60f

File tree

2 files changed

+0
-35
lines changed

2 files changed

+0
-35
lines changed

config/registration_result.py

-30
This file was deleted.

modules/labelfusion/utils.py

-5
Original file line numberDiff line numberDiff line change
@@ -213,11 +213,6 @@ def evalFileAsString(filename):
213213
return eval(open(filename, 'r').read(), context)
214214

215215

216-
def getResultsConfig():
217-
filename = getLabelFusionRelativePath('config/registration_result.py')
218-
return evalFileAsString(filename)
219-
220-
221216
def loadElasticFusionReconstruction(filename, transform=None):
222217
"""
223218
Loads reconstructed pointcloud into director view

0 commit comments

Comments
 (0)