v-iashin / MDVC

PyTorch implementation of Multi-modal Dense Video Captioning (CVPR 2020 Workshops)
https://v-iashin.github.io/mdvc
142 stars 19 forks source link

Masked transformer technique in Zhuo et. al #4

Closed amanchadha closed 4 years ago

amanchadha commented 4 years ago

Does MDVC make use of the masked transformer technique in Zhuo et. al [59]?

I did a quick scan of model/transformer.py but couldn't find any direct references.

v-iashin commented 4 years ago

No, it doesn’t.