TorchDSP / torchsig

TorchSig is an open-source signal processing machine learning toolkit based on the PyTorch data handling pipeline.
MIT License
173 stars 39 forks source link

Changed SigMFInterpreter class_target to "core:label" #215

Closed romanziske closed 1 year ago

romanziske commented 1 year ago

According to the latest SigMF specification (https://github.com/sigmf/SigMF/blob/sigmf-v1.x/sigmf-spec.md#annotations-array) the default class_target should be "core:label".

gvanhoy commented 1 year ago

Done in #217 thanks :)