zwbx / SHIFT-Continuous_Test_Time_Adaptation

22 stars 0 forks source link

What is the needed conversion of the download img.tar #12

Closed Cascol-Chen closed 1 year ago

Cascol-Chen commented 1 year ago

I untar the img.tar into img/ folder . However, when runing bash run_tent.sh, no dataset could be built as the sequences in the img folder contains .mp4 postffix and the seq in the seq_id_list does not.

Cascol-Chen commented 1 year ago

When directly delete the if condition and run the code, the following error is encountered.

SHIFT-Continuous_Test_Time_Adaptation/mmseg/datasets/shift.py", line 67, in load_annotations [Errno 2] No such file or directory: 'path of seq.csv of continuous_1x/videos/validation/front'

Cascol-Chen commented 1 year ago

Extra modification that is needed:

  1. Modify the seq path in shift dataset
  2. Extracting frames using decompressing video files tool following https://github.com/SysCV/shift-dev#decompress-video-files