VidSitu icon indicating copy to clipboard operation
VidSitu copied to clipboard

I have downloaded situ_vidfeats_drive and vsitu_vocab, do I need to download the video?

Open ttx213 opened this issue 3 years ago • 9 comments

np.stack([self.read_img(f) for f in frm_pths_for_ev])

File "/home/wangtao/VidSitu/vidsitu_code/dat_loader.py", line 475, in np.stack([self.read_img(f) for f in frm_pths_for_ev]) File "/home/wangtao/VidSitu/vidsitu_code/dat_loader.py", line 187, in read_img img = Image.open(img_fpath).convert("RGB") File "/home/wangtao/miniconda3/envs/vsitu_pyt/lib/python3.7/site-packages/PIL/Image.py", line 2878, in open fp = builtins.open(filename, "rb") FileNotFoundError: [Errno 2] No such file or directory: '/home/wangtao/VidSitu/data/vsitu_frames/v_BQO5Xy2ebhs_seg_20_30/v_BQO5Xy2ebhs_seg_20_30_000001.jpg'

ttx213 avatar Sep 13 '21 02:09 ttx213

If I use the vsitu_vis_feats , which file do I need to run

ttx213 avatar Sep 13 '21 03:09 ttx213

@ttx213 sorry for the delayed reply.

Could you clarify what command you used?

TheShadow29 avatar Sep 20 '21 12:09 TheShadow29

I have solved the problem, thank you :)

ttx213 avatar Sep 22 '21 01:09 ttx213

hi :) I ran verb prediction task, but downloaded video dataset is incomplete. so could you help me , and provide the full dataset?

zhangheng0311 avatar Mar 29 '22 09:03 zhangheng0311

@zhangheng0311 have you checked https://github.com/TheShadow29/VidSitu/issues/3 and https://github.com/TheShadow29/VidSitu/issues/5 ?

TheShadow29 avatar Mar 30 '22 18:03 TheShadow29

Now, I see , thank you :)

zhangheng0311 avatar Apr 01 '22 01:04 zhangheng0311

@TheShadow29 can you please provide the command to train using pre-extracted features?

lan-lw avatar Jan 28 '23 23:01 lan-lw

@lan-lw The log files have cmd and cmd_str which refers to the command used. Let me know if it works out.

TheShadow29 avatar Jan 31 '23 11:01 TheShadow29

@lan-lw The log files have cmd and cmd_str which refers to the command used. Let me know if it works out.

Yes I found them, thanks!

lan-lw avatar Jan 31 '23 21:01 lan-lw