Skip to content

nagonch/light_field_segment_anything

Repository files navigation

Light Field Segment Anything

Segment Anything in Light Fields for Real-Time Applications via Constrained Prompting

Project Page: roboticimaging.org/Projects/LFSAM/

Authors: Nikolai Goncharov, Donald G. Dansereau;

Published at: Proceedings of the Winter Conference on Applications of Computer Vision (WACV) Workshops, 2025, pp. 1490-1496

Paper link

Installing

Create virtual environment and run the requirements:

python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Install SAM 2:

bash build.sh

Download model checkpoints

cd sam2_checkpoints
bash download_ckpts.sh
cd ..

Download UrbanLF dataset (6.5 GB free space, around 5 minutes waiting):

bash download_urbanlf.sh

Running

  • python experiments.py ours_config.yaml for our method. The result tensors and metrics will be put into ./experiments/ours
  • python experiments.py baseline_config.yaml for baseline method. The result tensors and metrics will be put into ./experiments/baseline

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors