question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

【Kinetics Dataset】Data Corrupted or incomplete from Baiduyun or Google Drive

See original GitHub issue

Hi! Thank you for your great jobs!

But when I download the Kinetics dataset from the link your provided, the unarchiver remind me that the data is corrupted(from Baiduyun) or incomplete(from Google Drive).

If I continue to unarchive the zip file and run the command “python tools/kinetics_gendata.py --data_path <path to kinetics-skeleton>”

The process would fail during the check

Traceback (most recent call last):----------------            ]
  File "tools/kinetics_gendata.py", line 84, in <module>
    gendata(data_path, label_path, data_out_path, label_out_path)
  File "tools/kinetics_gendata.py", line 57, in gendata
    data, label = feeder[i]
  File "/home/qiang/Software/st-gcn/st_gcn/feeder/feeder_kinetics.py", line 131, in __getitem__
    assert (self.label[index] == label)
AssertionError

I guess it is because the file is incomplete. Can you give some advice?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
yysijiecommented, Mar 28, 2018

@czqInNanjing Hi, both documents in Baiduyun and Google Drive are correct, and the script for building database works well on my server. I am wondering how you unarchive the zip files on Baidu Yun. Since users can not directly download large documents in BaiduYun from the browser. I split the zip document into 2 segments. To extract files from multiple zip segments, you should:

  1. collect 2 parts together.
  2. run zip -F kinetics-skeleton.zip --out merge.zip
  3. run unzip ./merge.zip
0reactions
nobody-chengcommented, Nov 2, 2020

The Baiduyun link is out of date, can you provide a new one? I can not download file from Google Drive.

请问有百度云吗

Read more comments on GitHub >

github_iconTop Results From Across the Web

Datasets and Benchmarks - NeurIPS 2022
We introduce Breaking Bad, a large-scale dataset of fractured objects. Our dataset consists of over one million fractured objects simulated from ten thousand ......
Read more >
Difference between Google Drive and Baidu Cloud
Google Drive is a file storage and synchronization service provided by the Google. It allows the users to store the files and personal...
Read more >
Untitled
Ponds forge google maps, Ivan mujombres, Sslconnectionsocketfactory source, ... Berto's upholstery, The driver drive, Krestanske filmy na youtube, ...
Read more >
Untitled
Myrica cerifera toxicity, Chicco keyfit 22 vs 30 base, ... Boxercise equipment uk, Kinetic vs potential energy examples, Itp ss312 reviews, ...
Read more >
Search Program - SC22 - Supercomputing
DescriptionFPGAs have gone from niche components to being a central part of many data centers worldwide to being considered for core HPC installations....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found