Skip to content

Commit

Permalink
mdb
Browse files Browse the repository at this point in the history
  • Loading branch information
Panos committed Dec 19, 2017
1 parent 0a0068b commit cde46ae
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[submodule "external/python-plyfile"]
path = external/python-plyfile
url = [email protected]:dranjan/python-plyfile.git
[submodule "external/general_tools"]
path = external/general_tools
url = [email protected]:optas/general_tools.git
1 change: 1 addition & 0 deletions external/general_tools
Submodule general_tools added at c0abbb
1 change: 1 addition & 0 deletions external/python_plyfile
Submodule python_plyfile added at efd69e
2 changes: 2 additions & 0 deletions src/in_out.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
import warnings
import numpy as np
from multiprocessing import Pool

from general_tools.rla.three_d_transforms import rand_rotation_matrix
from general_tools.in_out.basics import files_in_subdirs
from geo_tool.in_out.soup import load_ply

import os
import os.path as osp
import re
Expand Down

0 comments on commit cde46ae

Please sign in to comment.