cleong110

Results 32 issues of cleong110

I'd like to add .webm support to the bin utilities. The Sem-Lex dataset, for example, offers files in .webm format. If #126 is accepted, It would be simple to add...

I was trying to access the new features from the latest PRs, and gave installing from source a try. Attempting to install from the .git causes an error: ``` pip...

Trying to download DGS Corpus on a very powerful machine with high RAM and such, I get a ValueError. Apparently this can be fixed with proto splitter? https://discuss.ai.google.dev/t/fix-the-notorious-graphdef-2gb-limitation/29392 #### Traceback:...

After getting #90 , I tried "dgs_corpus/holistic" instead to at least get the poses, and got a 403 error on a specific file, https://firebasestorage.googleapis.com/v0/b/sign-language-datasets/o/poses%2Fholistic%2Fdgs_c orpus%2F1176340_a.pose?alt=media Full traceback: ``` l Size...:...

Following #91 I tried downloading pop_sign and got: ``` Traceback (most recent call last): File "/opt/home/cleong/data_munging/ud-vlab/data_munging/sldata_download.py", line 20, in dataset = tfds.load(name=str(args.dataset_name), data_dir=args.data_dir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/conda/envs/sldata_src/lib/python3.11/site-packages/tensorflow_datasets/core/logging/__init__.py", line 176, in __call__...

Recently I tried to install the library on a new machine and could not, despite trying various python versions. Could not get it working until python 3.8, and then still...

For a number of applications, it would be nice to be able to work with poses using the Pose-format library. So, given a datum, it would be ideal to be...

One thing I have done a number of times, manually: 1. Download a video dataset such as ASL citizen. Usually direectly from the source so I have the .mp4 files,...

## Use-Case: Recover original metadata from dataset I wanted to use the dataloader to conveniently access the metadata and thus associate videos with signCLIP embeddings. However, as noted in the...

# 🛑 DO NOT REMOVE OR SKIP THIS ISSUE TEMPLATE 🛑 Issues with incomplete or missing information will be **closed automatically**. --- ## 🐞 **Bug Description** [This video](https://youtu.be/PoiP3_D9d5g) I happen...

BUG