yunjinli commited on
Commit
5e3a55c
·
verified ·
1 Parent(s): 7b6a421

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Mask-Benchmark Dataset
2
+
3
+ This repository contains the dynamic scene novel-view segmentation benchmarks used in the paper "SADG: Segment Any Dynamic Gaussian Without Object Trackers" [1]. The benchmarks are designed for evaluating segmentation performance in dynamic novel view synthesis across various datasets.
4
+
5
+ ## Overview
6
+
7
+ The Mask-Benchmark dataset provides ground truth segmentation masks for multiple dynamic scene datasets, including:
8
+ - HyperNeRF (A Higher-Dimensional Representation for Topologically Varying Neural Radiance Fields, ACM Transactions on Graphics (TOG))
9
+ - NeRF-DS (NeRF-DS: Neural Radiance Fields for Dynamic Specular Objects, CVPR 2023)
10
+ - Neu3D (Neural 3D Video Synthesis from Multi-view Video, CVPR 2022)
11
+ - Google Immersive (Immersive Light Field Video with a Layered Mesh Representation, SIGGRAPH 2020 Technical Paper)
12
+ - Technicolor Light Field (Dataset and Pipeline for Multi-View Light-Field Video, CVPRW 2017)
13
+
14
+ These benchmarks allow for quantitative evaluation of segmentation accuracy (mIoU and mAcc) in novel view synthesis for dynamic scenes, which was previously lacking in the field.