IterativeSG
IterativeSG copied to clipboard
Hi! Thank you for your wonderful work! The code that determines the top-k links(M) seems to be '_build_matcher_'. However, it seems like that only the code for top-k=1 has been...
the full error message : ``` Traceback (most recent call last): File "train_iterative_model.py", line 68, in launch( File "/public/home/lirj2/projects/IterativeSG/detectron2/detectron2/engine/launch.py", line 84, in launch main_func(*args) File "train_iterative_model.py", line 49, in main...
Thank you for great work!!! I'm wondering about scaling parameters in your paper. What is the meaning of "β=*" ? Thanks !
Dear author, thanks for the great work. When I want to try to train detr model weights using this issue #3, I find that the output of the transformer is...