DenseRelationalCaptioning icon indicating copy to clipboard operation
DenseRelationalCaptioning copied to clipboard

About controlling model outputs

Open kyoto7250 opened this issue 2 years ago • 1 comments

Hello, Thank you for your paper and code!

Currently I'm running your model and experimenting.

In many generative models, it is possible to manipulate the maximum length of outputs or adjust the number of outputs, where can this be done in run_model.lua?

kyoto7250 avatar Feb 23 '23 08:02 kyoto7250

adjust the number of outputs

I read your code, and I understood number of captions is len(detected object) * (len(detected object) - 1).

kyoto7250 avatar Feb 24 '23 02:02 kyoto7250