【Kinetics Dataset】Data Corrupted or incomplete from Baiduyun or Google Drive
See original GitHub issueHi! 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:
- Created 5 years ago
- Comments:5
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@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:
zip -F kinetics-skeleton.zip --out merge.zip
unzip ./merge.zip
请问有百度云吗