6 lines
333 B
Python
Executable file
6 lines
333 B
Python
Executable file
from __future__ import absolute_import
|
|
from .curvenet_seg import CurveNet
|
|
from .pointMLP31 import model31G, model31J, model31K, model31D, model31A
|
|
from .pointMLP32 import model32A, model32B, model32C, model32D, model32E, model32F, model32G
|
|
from .pointMLP33 import model33A, model33B, model33C, model33D, model33E, model33F, model33G
|