Open SCZwangxiao opened 3 years ago
Dear SCZwangxiao:
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.
Dear SCZwangxiao:
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:
cat activitynet_v1-3.part-* > temp.zip && unzip temp.zip
Thank you very much!!!
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)