Spaces:
Running on Zero
Running on Zero
File size: 190 Bytes
ff883d2 | 1 2 3 4 5 6 7 | # 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
|