Giter Club home page Giter Club logo

Comments (5)

yysijie avatar yysijie commented on August 18, 2024 1

@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

from mmskeleton.

yysijie avatar yysijie commented on August 18, 2024

Hi! Thank you for reporting this problem. I will check it as soon as possible.

from mmskeleton.

czqInNanjing avatar czqInNanjing commented on August 18, 2024

Thank you for your kind answer!

I unarchive the zip both in Mac and in Ubuntu 16.04.
In mac, using the "Unarchive"
In ubuntu, using the default "Archive Manager" to unarchive.
Under both situation, it reports file is corrupted.

But, we still continue to build with these files.
Although the script for building dataset still failed on my PC and my collaborator's PC, we found that it only fail for 4 samples by change the code

instead of "assert", we print the sample that does not match
assert (self.label[index] == label) feeder_kinetics.py Line 131
===>
print(self.label[index])

so we jump through these samples and successfully build the dataset.

The code now work well.

from mmskeleton.

xueyingliu avatar xueyingliu commented on August 18, 2024

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

from mmskeleton.

nobody-cheng avatar nobody-cheng commented on August 18, 2024

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

请问有百度云吗

from mmskeleton.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.