Skip to content

Commit 33bb422

Browse files
committed
Restore config default, update README.md
1 parent ea004af commit 33bb422

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
![macOS](https://img.shields.io/badge/mac%20os-000000?style=for-the-badge&logo=macos&logoColor=F0F0F0)
1616
![Ubuntu](https://img.shields.io/badge/Ubuntu-E95420?style=for-the-badge&logo=ubuntu&logoColor=white)
1717
![Windows](https://img.shields.io/badge/Windows-0078D6?style=for-the-badge&logo=windows&logoColor=white)
18+
[![Open in Spaces](https://huggingface.co/datasets/huggingface/badges/resolve/main/open-in-hf-spaces-md.svg)](https://huggingface.co/spaces/EventLAB/EventLAB)
1819

1920
**Event-LAB** is a framework for easy, reliable evaluation of event-based localization methods across standardized datasets and pipelines.
2021
Using **single command-line invocation**, multiple different event-based methods can be implemented. See the [Event-LAB documentation](https://event-lab.readthedocs.io/en/latest/) for further details.

config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ ground_truth_tolerance: 3 # Distance in metres to build the ground truth toleran
2020
filter_places_sec: 0.0 # Filter places to be at least this far apart in time (in seconds)
2121

2222
# Frame reconstruction parameters
23-
timewindows: [250, 500, 750, 1000] # Int value in msec
23+
timewindows: [1000] # Int value in msec
2424
num_events: [100000] # Max events per frame, only used if frame_generator is "event_count"
25-
frame_generator: "reconstruction" # Options: "frames" "reconstruction"
25+
frame_generator: "frames" # Options: "frames" "reconstruction"
2626
frame_accumulator: "polarity" # Options: "eventcount", "polarity"
2727
reconstruction_model: "e2vid" # Options: "firenet", "e2vid (default)"
2828

0 commit comments

Comments
 (0)