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
In the code, the bilinear fusion and loss function is different from that in the paper. I'm not questioning the reproducibility because I've successfully reproduced the results. I'm just wondering how much difference these modifications will make?
In the loss function, only the prediction corresponding to the highest IoU score will be considered in loss function, while in the paper predictions whose IoU within a threshold will all be considered.
(CMIN/models_/gcn_final.py line 167-171)
Could you please tell how to process the splitted C3D features of Activity Caption dataset? It is weired five parts and I cannot figure out how to process such files with suffixs of .part-XX.
Could you please tell how to process the splitted C3D features of Activity Caption dataset? It is weired five parts and I cannot figure out how to process such files with suffixs of .part-XX.
Enter the dataset directory of *.part-XX files and type command:
In the code, the bilinear fusion and loss function is different from that in the paper. I'm not questioning the reproducibility because I've successfully reproduced the results. I'm just wondering how much difference these modifications will make?
(CMIN/models_/gcn_final.py line 148-154)
(CMIN/models_/gcn_final.py line 167-171)
The text was updated successfully, but these errors were encountered: