iranroman / SpatialScaper

Creative Commons Attribution 4.0 International
21 stars 4 forks source link

Output dataset structure #49

Closed ChrisIck closed 6 months ago

ChrisIck commented 7 months ago

The output of the datasets matches the DCASE dataset structure, but not the format expected by the standard SELDnet model defined here. Not sure if we want to conform to this standard input or not, but we should either export to this, write our own data/training pipeline, or include scripts to re-arrange our data to match what's expected here.

iranroman commented 6 months ago

The current implementation is consistent with what the latest SELDnet (2023) model expects.

If we want to support older versions of SELDnet and someone wants to write the code to do that, we can. Let's gather people's thoughts about this here and close this issue. If we want to support a specific SELDnet version, we should open an issue specific for a version or set of older versions that use a given format.

ChrisIck commented 6 months ago

Too generic, will open additional issues if specific support is requested