Open mikbuch opened 1 year ago
Sayak Paul replied to my e-mail:
Sayak Paul Apr 27, 2023, 4:37 AM (1 day ago) to me
Does this one help?
https://huggingface.co/datasets/sayakpaul/ucf101-subset/resolve/main/UCF101_subset.tar.gz
Sayak Paul | sayak.dev
Mikołaj Buchwald 1:06 PM (0 minutes ago) to Sayak
Thank you for the link! The CSVs with sample names / paths ("train.csv", "test.csv") are missing from the untarred directory, but I keep looking in various links from the dataset page: https://www.crcv.ucf.edu/data/UCF101.php
Best regards, Mikolaj
As I wrote back, I keep looking for the correct link with the full dataset, or with the subset, that will match the example.
I can see now also the subsampling notebook (https://colab.research.google.com/github/sayakpaul/Action-Recognition-in-TensorFlow/blob/main/Data_Preparation_UCF101.ipynb). I should be able to run these examples
Ok, I was able to run the example.
In order to fix the notebook example in the docs:
wget
Ok, I was able to run the example.
In order to fix the notebook example in the docs:
wget
@sayakpaul ,
The link !wget -q https://git.io/JGc31
seems not working as per gist . Could you please check the broken link and update it or create a pull request for updating. Please let me know if any help required from my side.
Thanks!
@sayakpaul ,
The link
!wget -q https://git.io/JGc31
seems not working as per gist . Could you please check the broken link and update it or create a pull request for updating. Please let me know if any help required from my side.Thanks!
@SuryanarayanaY , we have a whole PR on that, please revise: https://github.com/keras-team/keras-io/pull/1348 :)
The link to the dataset doesn't work anymore: https://keras.io/examples/vision/video_classification/ (code: https://github.com/keras-team/keras-io/blob/master/examples/vision/video_classification.py).
I contacted the author, we will see what can be done about that.