aries-young
aries-young
Hello, the author! I read your DATASETS.md for ssv2. But I have no ideo how to run the data_clean.py for original ssv2 videos? Why are .txt files used in data_clean.py?...
Hello, I have a question about the pre-training with laion: in the pretrain.py, I find the data of laion are added to dataloader as the following snippet. Does it mean...
hello, I wonder which batch size should be chosen for pre-training? In configs/pretrain.yaml batch_size=75, but in paper batch_size=2880 for vit-b.
I use the code in ./prepare/extract_charades.py to extract feature from raw video. As for I3D model, I load it from rgb_charades.pt. But I cannot get the same feature as your...
Hello, I find this normalize operation in your extract_charades.py. But, I print the img array and find that there are so many negative numbers in the img array. Is this...
Hello, the author! I followed all your feature extraction and charades training suggestions in your github homepage. But in my work environment, the reprocude results of LVTR-CLIP in 200-th epoch...