TorchDSP / torchsig

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

Changed SigMFInterpreter class_target to "core:label" #215

Closed romanziske closed 11 months ago

romanziske commented 11 months 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 11 months ago

Done in #217 thanks :)