Arka Sadhu
                                            Arka Sadhu
                                        
                                    Whoops, I forgot to add the link. Here it is: https://drive.google.com/file/d/1TAreioObLGKqU7M9wmnuaXh4b5s_2YdK/view?usp=sharing They should be placed under `data/vsitu_vocab`
Sure. In hindsight I should have added the commands (will do so sometime today). In most cases, the command can be found under the log file under `cmd` with the...
@cws7777 This is strange. Can you confirm `transfomers` library is installed? You can use the command `conda list |grep transformers`. It should output: `transformers 3.3.1 pypi_0 pypi`
Ah my bad. I will fix the issue. Thanks for the note. Slowfast files can be downloaded from here: https://github.com/facebookresearch/SlowFast/blob/master/MODEL_ZOO.md In particular, you should use Slowfast R50 8x8 and I3D-NLN...
Hi @Andrew-Zhang Sorry for the delayed reply. Yes, you can use feature_extractor.py for any videos. But it needs the videos to be extracted into image frames. Alternatively, you can just...
@minuenergy Sorry for the delayed reply. You can find the feature extraction code here: https://github.com/TheShadow29/VidSitu/blob/main/vidsitu_code/feat_extractor.py See the instructions here: https://github.com/TheShadow29/VidSitu/blob/main/data/DATA_PREP.md
Hi @debadityaroy @andypinxinliu sorry for the delayed reply. Please email me ([email protected]) with a list of missing videos, and I would be happy to provide them.
@brandonclark314 Thanks for your interest! 2.1k is the number of verbs available to the annotators. But not all were used. In the training set, 1560 verbs in total are used,...
@yrf1 to run the gpt2 model you need the following command: ``` python main_dist.py --train.bs=... --train.bsv=... --task_type=vb_arg --mdl.mdl_name=new_gpt2_only ``` In general, you can find the command inside logs by Ctrl+F...
@yrf1 So the config inside configs/vsitu_mdl_cfgs/Kinetics_c2_SLOWFAST_8x8_R50.yaml is for pre-trained Slowfast model trained over Kinetics. But if you want to use some of our checkpoint, you should pass --train.resume='....' and --train.resume_path='/path/to/model'...