Change number of objects
The default value is to output 100 objects (for all classes) How can I change it to output more objects for instance 300. What do I have to change in the config or code to get this?
Did you have aa change to look at my question? Thanks in advance.
@FengLi-ust
I have tried to modify the config to change the number of predicted objects from default 100 to 300
I have tried NUM_OBJECT_QUERIES: 300 and DN_NUM: 300 nevertheless the output is still 100xh,w
Could you point me to the config parameters to change to be able to change the number of predicted objects?
May I ask if you succeeded, my dataset has only one class, I tried to change NUM_OBJECT_QUERIES to 1 and it ran successfully but I'm not sure if it's right or not!
@Small-fly-guy the NUM_OBJECT_QUERIES is not related to the number of classes. NUM_OBJECT_QUERIES refers to how many max objects are present in your image, I would not set this to 1 The number of classes will be get from your COCO dataset format.
Sorry for the late reply. Can you give more details about changing NUM_OBJECT_QUERIES?