HHTseng / video-classification

Tutorial for video classification/ action recognition using 3D CNN/ CNN+RNN on UCF101
916 stars 216 forks source link

Error: Cannot Extract The RGB Dataset part-3 #14

Open NaeemKhan333 opened 4 years ago

NaeemKhan333 commented 4 years ago

I am trying to extract the 3 part which name is "ucf101_jpegs_256.zip.003". But it is not extracting.Please guide me about this.Thnakyou

HHTseng commented 4 years ago

In linux, following this I think you need to concatenate the 3 files ("ucf101_jpegs_256.zip.00k", k=1,2,3) into 1 file first by:

  1. cat ucf101_jpegs_256.zip.00* > ./big_file.zip , and then:
  2. unzip ./big_file.zip
mampferd commented 4 years ago

To get the .jpg files on windows via the .001/.002/.003 files, you need to have all the three of them in the same folder and then extract (via 7-zip or similar program) just from the .001 file. The information will be merged and the .jpg-files extracted automatically.

Hope this can still help :)