MUSES icon indicating copy to clipboard operation
MUSES copied to clipboard

question for proposal generation

Open Go-MinSeong opened this issue 1 year ago • 1 comments

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.

Go-MinSeong avatar Apr 26 '23 08:04 Go-MinSeong

I have additional questions. If I understand correctly, the supplementary of the paper generates a fixed length for the proposal. But the 100 candidate proposals from that repository all have different lengths, so how did you apply this?

Go-MinSeong avatar May 09 '23 15:05 Go-MinSeong