Sports Video Captioning
Sports Video Captioning
Hello, there are many links of vidstg dataset that fail to work on Baidu. Part1, part2 and Part4 cannot be downloaded. Could you please send me a dataset there
Which code handles the sampling problem of random_shift_factor=32?
您好,在resize之后的响应图上添加余弦窗抑制边缘突出中心,为什么是加法,不是乘法呢??? response_map = (1 - config.window_influence) * response_map + \ config.window_influence * self.cosine_window??? 这里用的加法,为什么不是乘法,乘上一个余弦窗???
Hello, very meaningful work. And I have some questions, thank you : 1. How do I understand frame description? 2. Why can temporal modeling be realized through dimension reduction and...
您好,请问在resize之后的响应图上加余弦窗,为什么不是乘法,而是加法呢?? response = (1 - self.cfg.window_influence) * response + \ self.cfg.window_influence * self.hann_window # 添加余弦窗 这里用的加法,为什么不是乘法??
Hello, very meaningful work. How many GPUs are needed for the training? How long is it altogether?
I mean, will the NBA pursue copyright issues if you release your dataset? Because I also wanted to make an NBA data set for research. But I don't know about...
How to test on vot2020? Does your test code support the testing of vot2020? Looking forward to your reply, thank you
您好,请问有VOT2019,update net(512通道)的模型吗