You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
237 B
8 lines
237 B
#!/usr/bin/env python3
|
|
# Copyright 2004-present Facebook. All Rights Reserved.
|
|
|
|
from deep_sdf.data import *
|
|
from deep_sdf.mesh import *
|
|
from deep_sdf.metrics.chamfer import *
|
|
from deep_sdf.utils import *
|
|
from deep_sdf.workspace import *
|
|
|