mirror of
https://github.com/facebookresearch/sam-3d-objects.git
synced 2026-03-13 08:14:51 +08:00
7 lines
190 B
Python
7 lines
190 B
Python
# Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
import os
|
|
|
|
# Allow skipping initialization for lightweight tools
|
|
if not os.environ.get('LIDRA_SKIP_INIT'):
|
|
import sam3d_objects.init
|