-
Thanks for your extraordinary work of video-text retrieval with T2VLAD.
Here, I have a little request about this work: could you share the other dataloaders, configs of MSR-VTT at 1k-A split, MSVD an…
-
in this repo the default mean and std is the mean of activitynet and the std of kinetics but in your another repo(video-classification-3d-cnn-pytorch) you defaut use std=[1,1,1]in your code,which one …
-
Hi, the entire contents of the data folder is missing from the ANET13 file, is it easy to provide?
-
I run the code as instruments of BSN and BMN successfully, but when I run the code:
python tools/test.py configs/localization/bsn/bsn_pem_400x100_1x16_20e_activitynet_feature.py work_dirs/bsn_400x1…
-
Hello, thank you for sharing and looking forward to the code! I was wondering whether you will be planning to release the generated captions from your model? I'm particularly interested in the ones fo…
-
As the title says, when I run zero-shot inference with, for example, ActivityNet, from pre-trained weights, I get this warning once per batch. The final retrieval results seem plausible, so I'm wonder…
-
Hi , in the paper in methodology you have mentioned / cited a TSN feature which is pre-trained on Kinetics, however, in implementation details , you claim that for fair comparsion you have used same T…
-
The experiments on TACOS dataset is ok. But on activitynet dataset, there are some errors when preparing data. How can I fix it? Thanks!
2020-08-18 10:03:40,666 tan.trainer INFO: Preparing data, pl…
-
I've been looking at this for the past few days and I can't seem to figure out how I can use this to train on any other dataset than Thumos or ActivityNet. How would you train this in the end-to-end f…
-
Thanks for you share this excellent reseach!
I'm confused some line in 'generate_sst_props.py'
def parse_args():
...
p.add_argument('-ds', '--input-dataset', help='filepath for input dataset.',…