Published August 11, 2026 | Version v1

No Wolf in the Meadow (NWM)

Description

No Wolf in the Meadow (NWM) is a real-world outdoor image dataset of a flood control system in Vienna, Austria. The site covers approximately 100 × 200 meters and includes weir and flood control structures built from stone, wood, steel, and concrete, multiple river branches, and surrounding vegetation.

The dataset spans 8 recording days over 6.5 months (August 2025 – March 2026), capturing the site through seasonal vegetation changes, snow cover, flooding events, and active reinforcement and renovation work. All recordings were made with a consumer drone following pre-recorded flight plans, with 4K video exported as frames at regular intervals and downscaled to 1600 × 900 pixels. The dataset also includes detailed close-up recordings of specific scene areas. The dataset was created to evaluate ChronoFuseGS: Multi-Temporal Gaussian Fusion with Per-Splat Persistence and Change Visualization (currently under review)

 

Provided Files

The dataset is distributed as individual zip archives. Three types of archives are provided:

  • nwm_<YYYY-MM-DD>.zip — Images and camera info (camera_info.json) for a single timestep.
  • nwm_pre_trained_timestep_<YYYY-MM-DD>.zip — COLMAP model and pretrained 3DGS and PuP-3DGS models for a single timestep, used as input for ChronoFuseGS.
  • nwm_<subset>.zip — Multi-temporal model trained and fused with ChronoFuseGS for a given subset (completeautumnfloodingsnowcar).

 

Individual Timesteps

We split the data into 11 timesteps in total. The two detail timesteps recorded at 2026-01-10 (2026-01-10_detail_12026-01-10_detail_2) are only included in the Snow subset. The list of timesteps is shown below:

TimestepNumber of Input ImagesEnvironmental Conditions
2025-08-25226Green vegetation
2025-11-11271Autumn foliage
2025-11-22255Bare trees
2025-11-23283Bare trees, light snow, sunset
2025-12-04_1284Bare trees
2025-12-04_2198Bare trees
2025-12-08223Bare trees
2026-01-10273Snow cover
2026-01-10_detail_1180Snow cover
2026-01-10_detail_2155Snow cover
2026-03-28208Early spring, bare trees, flooding

Each timestep's image set is split into training and test images. Every 8th image is held out as a test image; the remaining images are used for training. The type field in camera_info.json indicates the split for each image ("train" or "test").

 

Multi-Temporal Models

We grouped these individual timesteps into the multi-temporal datasets of NWM, including the Complete dataset which covers all recording days, and smaller focused subsets. The table includes the number of registered images in the combined multi-temporal models.

SubsetNum T.DaysTimestepsRegistered Images
Complete982025-08-252025-11-112025-11-22,
2025-11-232025-12-04_12025-12-04_2,
2025-12-082026-01-102026-03-28
2,221
Autumn442025-08-252025-11-11,
2025-11-222025-12-08
975
Flooding332025-12-04_22025-12-082026-03-28629
Snow312026-01-102026-01-10_detail_1,
2026-01-10_detail_2
608
Car312025-12-04_12025-12-04_22025-12-08705

 

File Structure

nwm_<YYYY-MM-DD>.zip — Contains the extracted drone video frames and camera metadata for a single recording day.

nwm_<YYYY-MM-DD>/
└── data/
    ├── input/              # extracted drone video frames
    │   ├── <image>.png
    │   └── ...
    └── camera_info.json
 

nwm_pre_trained_timestep_<YYYY-MM-DD>.zip — Extends the individual timestep archive with a COLMAP sparse reconstruction, a pretrained 3DGS model, and PuP-3DGS compressed models.

nwm_pre_trained_timestep_<YYYY-MM-DD>/
├── data/
│   ├── images/             # images registered by COLMAP
│   ├── input/              # original extracted frames
│   ├── sparse/             # COLMAP sparse reconstruction
│   └── camera_info.json
├── output/
│   └── point_cloud/
│       ├── init_0/         # initial 3DGS model
│       └── iteration_30000/   # model after 30,000 refinement iterations
│           ├── point_cloud.ply
│           ├── activation.ply
│           └── camera.json
└── pup/                    # PuP-3DGS compressed models
 

nwm_<subset>.zip — Contains the ChronoFuseGS multi-temporal model trained and fused for a given subset. The structure mirrors the pretrained timestep archives without the pup/ folder.

nwm_<subset>/
├── data/
│   ├── images/
│   ├── input/
│   ├── sparse/
│   └── camera_info.json
└── output/
    └── point_cloud/
        ├── init_0/
        └── iteration_30000/
            ├── point_cloud.ply
            ├── activation.ply
            └── camera.json
 

The key output files are:

  • point_cloud.ply — 3D Gaussian attributes (position, color, covariance, opacity, etc.) without any time-specific information.
  • activation.ply — Per-Gaussian, timestep-dependent data: the light compensation vector and opacity manipulation vector.
  • camera.json — Camera parameters for the trained model.
  • camera_info.json — Per-image metadata including GPS coordinates, altitude, and train/test split. See the Camera Positions section for a full description.

 

Camera Positions

We extracted GPS coordinates from the camera logs and provide per-image coordinate information in the corresponding camera_info.json file.

[
    {
        "image": "006_DJI_20250829153742_0593_D_1.png",
        "video_frame": 60,
        "src_video": "006_DJI_20250829153742_0593_D.MP4",
        "latitude": 48.206373,
        "longitude": 16.230399,
        "rel_alt": 20.0,
        "abs_alt": 317.406,
        "ecef": [4089114.54278001, 1190350.6104078596, 4732436.830631929],
        "registered": true,
        "type": "test",
        "t": 0
    },
    {
        "image": "006_DJI_20250829153742_0593_D_2.png",
        "video_frame": 180,
        "src_video": "006_DJI_20250829153742_0593_D.MP4",
        "latitude": 48.206436,
        "longitude": 16.2306,
        "rel_alt": 20.0,
        "abs_alt": 317.406,
        "ecef": [4089105.352015008, 1190363.495616108, 4732441.499502797],
        "registered": true,
        "type": "train",
        "t": 0
    },
    ...
]

Files

nwm_preview.jpg

Files (73.3 GiB)

NameSize Download all
md5:6444cb48cff19ef28541e69584060251
691.1 MiBPreview Download
md5:e07edb7e46395b7ac3c06a4a35ec9eb9
833.3 MiBPreview Download
md5:bc47b63b48cdc5f12e9cf0255c82e7ee
739.6 MiBPreview Download
md5:c10da795fa7c79f6c28bc497c54270f2
839.0 MiBPreview Download
md5:d012df5eac65d94a8dab2c7b340d72dd
802.2 MiBPreview Download
md5:71b41d1792c6f01efd823063b0d00348
578.3 MiBPreview Download
md5:026b7575fb40178e6165849264ae2f7b
663.2 MiBPreview Download
md5:c4a5d1529198aa5d9f5c5834a16a270c
696.5 MiBPreview Download
md5:5fdd5878ae4419b0346158e9bf1d0b66
415.8 MiBPreview Download
md5:56ff72cf0cda717c9b8f9db4c8e8216a
360.4 MiBPreview Download
md5:795819386a211024a8f13ed9d60de0d0
559.2 MiBPreview Download
md5:78f8a6578c9aeb99ce7171e2223c76d4
7.0 GiBPreview Download
md5:6459c956f93a11becf17ea01941ba2d5
4.9 GiBPreview Download
md5:b1cdca7da21d90d91c92266218190560
17.6 GiBPreview Download
md5:426b14e584c836be51f40f0816f133e6
4.3 GiBPreview Download
md5:353df72fe30e827d614243a490ddc08a
2.6 GiBPreview Download
md5:52591eed180de7522ea046c897dba4c9
3.2 GiBPreview Download
md5:db3412be2262a6e0c50a8412de45bdcf
2.9 GiBPreview Download
md5:2b678a48eb760c3baaf3f72b0da60b89
3.3 GiBPreview Download
md5:ed9e38e6d05195f44f6f96453d7fd892
2.9 GiBPreview Download
md5:f19250c3be71b5114d6508577abb0da3
2.7 GiBPreview Download
md5:c0d247776039b83eb8133d3b81055610
2.9 GiBPreview Download
md5:c46cfde652c681df2fdabdb65b62deeb
2.8 GiBPreview Download
md5:7c19e8fab60cb417ddd7639074c26194
1.6 GiBPreview Download
md5:0c1d3cf034c045c6ef0fad64fe175cfa
1.5 GiBPreview Download
md5:9e052d24da221cb3a91fec70241f38ff
2.4 GiBPreview Download
md5:d7f75c8e5883fbe8a10ed3d45778304d
349.1 KiBPreview Download
md5:fe118acacaaa6a90b5152ee46aed4640
3.7 GiBPreview Download

Additional details

Related works

Is published in
Conference Paper: https://tobiasbat.github.io/ChronoFuseGS/ (URL)

Funding

Austrian Research Promotion Agency
Mixed Reality Post-Disaster Tools to Plan Intervention