7

I am trying to write a CNN on Kaggle’s Amazon from Space dataset. I can’t spend money now. So, I want to use Google collab. I have successfully downloaded the dataset using kaggle cli tool. But I am not able to extract the data. Please help me. [enter image description here][1]

[1]: https://i.stack.imgur.com/RFAnL.pngenter image description here

jose_bacoy
  • 12,227
  • 1
  • 20
  • 38
lazyV
  • 83
  • 1
  • 2
  • 4

1 Answers1

12

Try this

!7z e train-jpg.tar.7z

See if you get the tar file, then tar -xvf

Also check that train-jpg.tar.7z is in the current directory too.

korakot
  • 37,818
  • 16
  • 123
  • 144