silviazuffi / smalst

MIT License
161 stars 24 forks source link

Training Data cannot be used. #23

Open whtmddn317 opened 3 years ago

whtmddn317 commented 3 years ago

Training Data is broken and cannot be used. I downloaded it at first(Windows 10). I downloaded it, but it doesn't work. So I downloaded it at Ubuntu OS and unzip it, but it doesn't work as well. Some files are alive, but most input images were crashed.

silviazuffi commented 3 years ago

Hi,

I downloaded the training and unzip the file and all the images look fine to me. I am on Mac OS Mojave. The file is quite big, so it takes time. I am sorry but I cannot reproduce your issue.

Best,

S

On 4. Jun 2021, at 09:51, Error-code404 @.***> wrote:

Training Data is broken and cannot be used. I downloaded it at first(Windows 10). I downloaded it, but it doesn't work. So I downloaded it at Ubuntu OS and unzip it, but it doesn't work as well. Some files are alive, but most input images were crashed.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/silviazuffi/smalst/issues/23, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABNYVFKZZ7X5OMVHFUYORMLTRCAZLANCNFSM46CI7M5Q.

whtmddn317 commented 3 years ago

Thank you. It worked well when I decompressed it(M1 mac mini). But I'm going to do it in 'Linux Ubuntu'. I'm a novice developer, so I still have a little problem running it. but I'll take care of it myself. If I meet a problem that I really can't solve, then I will ask you a question. Thank you for your answer.

LYuhang commented 2 years ago

I also met this problem on Ubuntu, and the following command to unzip the .zip files works for me:

jar xvf zebra_training_set.zip

hope this helpful for you to unzip the files on Ubuntu.