liulei01 / DRBox

A deep learning based algorithm to detect rotated object, for example, objects in remote sensing images
Other
421 stars 142 forks source link

dataset format #23

Closed FSet89 closed 5 years ago

FSet89 commented 5 years ago

The "smaller" dataset is very large and can't be directly downloaded. Could you at least provide some guidelines on how to build our own dataset?

646677064 commented 5 years ago

the small data is ok!!!

zdgithub commented 5 years ago

the small data is ok!!!

Hi, I download the small data, but the files format .tar.gz00 cann't be unzipped. How did you unzip them? Thank you

mindmad commented 4 years ago

@zdgithub have you solved the problem I too can't unzip them

mindmad commented 4 years ago

the small data is ok!!!

@646677064 how did you unzip them

mindmad commented 4 years ago

@zdgithub to unzip them you need to do these command

cat data.tar.gz* >>data.tar.gz tar -zxvf data.tar.gz