-
Notifications
You must be signed in to change notification settings - Fork 0
Pipeline Configuration
Before you begin, you must configure the pipeline using the .env file.
Settings
-
HF_TOKEN: Provide a valid Hugging Face token with approved access to the Segment Anything Model 3 for instance masks: https://huggingface.co/facebook/sam3. -
DATA_ROOT/OUTPUT_ROOT: These should generally remain unchanged. The entire pipeline is containerized, so you typically have no reason to modify them. -
TORCH_CUDA_ARCH_LIST: Specify your GPU architecture. Architectures 8.0, 8.6, and 8.9 are already included. -
CAPTURE_FRAMERATE: The frame rate of the sensor camera during capture. This is only relevant when processing.bagfiles. You should be capturing at 30 FPS, so this value usually does not need adjustment. -
SCENE_NAME: The name of the scene you are processing. -
FPS_EXTRACT: The frame extraction rate used when processing video input.