Closed XiaoyuZxy00 closed 1 year ago
Hi,
The cfg.MODEL.DiffusionDet.NUM_PROPOSALS
at the training stage represents $N_{train}$.
Hi,
The
cfg.MODEL.DiffusionDet.NUM_PROPOSALS
at the training stage represents Ntrain.
Thank you for your reply! How to set the parameter of N_eval?
The cfg.MODEL.DiffusionDet.NUM_PROPOSALS
represents $N{train}$ at the training stage and $N{eval}$ at the inference stage. Therefore, both $N{train}$ and $N{eval}$ are set by cfg.MODEL.DiffusionDet.NUM_PROPOSALS
.
Thank you for your patient answer, I have understood! Have a good weekend!
Hello author, thanks for your work I know that the N_eval setting of the inference stage is set by cfg.MODEL.DiffusionDet.NUM_PROPOSALS But I haven't found the question about the N_train setting during training. Please tell me how to change N_train? If you could answer my question, I would be very grateful!