Open NaeemKhan333 opened 5 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:
cat ucf101_jpegs_256.zip.00* > ./big_file.zip
, and then:unzip ./big_file.zip
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 :)
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