STGraph icon indicating copy to clipboard operation
STGraph copied to clipboard

Codebase for CVPR 2020 paper "Spatio-Temporal Graph for Video Captioning with Knowledge Distillation"

Results 8 STGraph issues
Sort by recently updated
recently updated
newest added

I tried to reproduce your paper, but it's not clear how to adopt the Two-View Transformer in your framework. For the pretrained Faster R-CNN (ResNext-101), did you use the original...

Anyone know how to efficiently construct the sparse spatio-temporal graph ?

when the code could be released?

there are many researchers who want to learn and have an insight from your code. we all interested in your awesome work. thus maybe it's highlight time to release your...

Hello, I am very interested in how you implemented your paper on [Spatio-Temporal Graph for Video Captioning with Knowledge Distillation](https://openaccess.thecvf.com/content_CVPR_2020/papers/Pan_Spatio-Temporal_Graph_for_Video_Captioning_With_Knowledge_Distillation_CVPR_2020_paper.pdf). I hope that you can release your code, soon. Thanks!

Hi, can you provide the code for only implementing transformer of video caption?

Hi, team! Thanks for your excellent work, although it is not open source. I have a question about the “Convolutions on the Spatio-Temporal Graph” stage: The message passing through **$G^{time}$**...