-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Hi @bjzhb666 ,
Thanks a lot for releasing the code.
I have been closely studying your implementation and have a couple of questions that I hope you can help clarify:
-
Difference between
train_own_forget_cl.py
andtrain_own_forget.py
:
I noticed that there are two seemingly similar scripts in the repository:train_own_forget_cl.py
andtrain_own_forget.py
. Could you please elaborate on the specific differences between these two files? It would be helpful to understand their distinct purposes and when each script should be used. -
Reproducing Object Recognition Results with DETR:
I am particularly interested in reproducing the object recognition results you achieved using DETR. Could you provide more detailed instructions or a guide on how to set up and execute the code for this task? -
Loss function:
Why do you freeze the loss function parameters ?
Thank you once again for your impressive work and for any assistance you can provide.