Hi, I'm trying to apply your Muses model to the Finegym dataset.
When I want to train your model using another dataset, I realized that I need a list of 100 candidate proposals.
I am referring to the supplementary of the paper for the details of proposal extraction. I am trying to perform proposal generation. However, I noticed that the multi-stage cnn used to generate proposals on the Muses dataset generates two final outputs for linear classification, whereas the final outputs for linear classification presented in the MUSES paper are three.
Therefore, if I want to train a binary classifier as suggested in the MUSES paper, how can I prepare the label values?
Also, what do the three final outputs mean?
I would be grateful if you could answer my questions.
Hi, I'm trying to apply your Muses model to the Finegym dataset.
When I want to train your model using another dataset, I realized that I need a list of 100 candidate proposals.
I am referring to the supplementary of the paper for the details of proposal extraction. I am trying to perform proposal generation. However, I noticed that the multi-stage cnn used to generate proposals on the Muses dataset generates two final outputs for linear classification, whereas the final outputs for linear classification presented in the MUSES paper are three.
Therefore, if I want to train a binary classifier as suggested in the MUSES paper, how can I prepare the label values?
Also, what do the three final outputs mean?
I would be grateful if you could answer my questions.