You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which of the functions from the paper are currently in code?
Which methods are supported? (cl-detr, icarl, lwf, etc).
(a. what does the option --method in main do? choices are 'icarl' or 'baseline')
(b. Which options need to be modified for training icarl, lwf, erd, etc.?)
Which detection baselines are supported? (d-detr, up-detr, etc.)
How many epochs for the two stages in each phase?
(a. Default seems to be 50 for the KD stage and another 20 for the balanced stage?)
(b. Is there no "balanced" stage for the first phase?)
Is exemplar selection acc. to eq. 6 done somewhere?
(a. dataset_train_balanced is built with "balanced_ft" set to true.
This is used for the second stage in each phase after the first phase.
COCO in pycocotools seems to select some subset of the data from each phase.
I am unable to parse it enough to understand whether this selection is done as described in eq. 6 in the paper.)
(b. What does data_setting "tfs_or_tfh" signify?)
(c. How many target exemplars R_i in each phase?)
I'd be grateful for your help clarifying these!
The text was updated successfully, but these errors were encountered:
Thanks for your interest in our work. The answers to your questions are as follows,
The code is now only for CL-DETR.
The baseline is Deformable DETR.
The hyperparameters are available in the paper.
The current released code does not exactly use the eq. 6's strategy. I am sorry currently I only released the preliminary code. I will try to find some time to update the codebase.
If you have any further questions, please feel free to contact me via email: [email protected].
Which of the functions from the paper are currently in code?
Which methods are supported? (cl-detr, icarl, lwf, etc).
(a. what does the option --method in main do? choices are 'icarl' or 'baseline')
(b. Which options need to be modified for training icarl, lwf, erd, etc.?)
Which detection baselines are supported? (d-detr, up-detr, etc.)
How many epochs for the two stages in each phase?
(a. Default seems to be 50 for the KD stage and another 20 for the balanced stage?)
(b. Is there no "balanced" stage for the first phase?)
Is exemplar selection acc. to eq. 6 done somewhere?
(a. dataset_train_balanced is built with "balanced_ft" set to true.
This is used for the second stage in each phase after the first phase.
COCO in pycocotools seems to select some subset of the data from each phase.
I am unable to parse it enough to understand whether this selection is done as described in eq. 6 in the paper.)
(b. What does data_setting "tfs_or_tfh" signify?)
(c. How many target exemplars R_i in each phase?)
I'd be grateful for your help clarifying these!
The text was updated successfully, but these errors were encountered: