keras-io
keras-io copied to clipboard
Example: video classification - broken link to the dataset
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.
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:
- Upload the new/proper dataset somewhere, to be able to download it with
wget - Create a pull request with updated links, and some additional changes that will make the example more clear, and compatible with newer versions of the modules
Ok, I was able to run the example.
In order to fix the notebook example in the docs:
- Upload the new/proper dataset somewhere, to be able to download it with
wget - Create a pull request with updated links, and some additional changes that will make the example more clear, and compatible with newer versions of the modules
@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/JGc31seems 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 :)
Hi, The example is working with the Keras 3 update, could you please check the latest update here https://keras.io/examples/vision/video_classification/ and let us know if there is any concern. Thanks!
This issue is stale because it has been open for 14 days with no activity. It will be closed if no further activity occurs. Thank you.
This issue was closed because it has been inactive for 28 days. Please reopen if you'd like to work on this further.