iejMac / video2dataset

Easily create large video dataset from video urls
MIT License
546 stars 65 forks source link

ClippingSubsampler: fix d-type change of "clips" #265

Closed SCZwangxiao closed 11 months ago

SCZwangxiao commented 1 year ago

Fix issue #264 . See for more details.

SCZwangxiao commented 1 year ago

Fix some bugs, the code should be able to pass the test.

SCZwangxiao commented 1 year ago

The error of the latest run seems strange:

ERROR: THESE PACKAGES DO NOT MATCH THE HASHES FROM THE REQUIREMENTS FILE. If you have updated the package versions, please update the hashes. Otherwise, examine the package contents carefully; someone may have tampered with them.
    unknown package:
        Expected sha256 0a255af5f5b3e630fe0061f55da707923aa80821e24841043f69d3faf49060bf
             Got        51b48f7d4dc2a149227de000630cab4b5efb55f6c0e33ec1a9dc6816ce3076b3

There is no hash in the requirements file, and I can't locate the bug.

iejMac commented 11 months ago

@SCZwangxiao sorry for the delay on this, thanks a lot, LGTM!