Henrik Ahlgren
Henrik Ahlgren
A docker image of video2dataset is easily almost 7 gigabytes, and I suspect lot of it is pretty unnecessary for most use cases.
Is 847e5e6 in #307 somehow related? cherry-picking that makes the number of this error go down significantly but still not to zero.
This would be nice, but I think even a simple retry would help in many cases. At least with some datasets served from a CDN it seems sometimes a download...
I think this is the normal behavior of the upstream video2dataset tool as well: that is the error recorded in the stats.json file no matter what was the reason for...
Please consider documenting the modifications to "vendored" copy of [video2dataset](https://github.com/iejMac/video2dataset). It seems to me the dataset .csv files that have Python format (not e.g. JSON) arrays are not compatible with...
> Original video2dataset tool downloads and cuts videos for each row in csv file. But in Panda70M, each row represents a long YouTube video and it would is mre reasonable...
It seems to me you are using the upstream video2dataset tool instead of the one included in this repository, which does not work with the provided .csv files that includes...
I think even just tagging the current master as a new release would be an improvement? Even the NEWS.org file have been kept up-to-date pretty well. Is 4.0.0 really much...
> See #317 and #301 A-ha, apologies for not checking closed PRs for such an obvious improvement idea. Would it be too hacky approach if `frame-width` would be used in...
> Yup, I think that's too hacky. Technically you want > > ```emacs-lisp > (equal transient-display-buffer-action > (apply #'eval (get 'transient-display-buffer-action 'standard-value))) > ``` > > but this is the...