OMR-Research / MungLinker

Experiments on Linking the Nodes of a Music Notation Graph (MuNG) with Deep Learning.
MIT License
12 stars 5 forks source link

Improvement "class information" #1

Open apacha opened 4 years ago

apacha commented 4 years ago

Include the detected object class in the classification process.

Reason: We already have that information from the object detector and right now, the network has to learn from the mask to do exactly the same thing over again. So, adapt the network architecture to allow feeding in the classes of the two objects that should be classified to also be used as input.