Code Monkey home page Code Monkey logo

tt_rnn's People

Contributors

tuyki avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

tt_rnn's Issues

HMDB51 splits?

Hi

I downloaded the dataset and set up the paths.
However, I could not guess the format of a split.txt file. Could you give an example of what would be a split.txt file?
split_read = splits_path + classes[k] + '_split.txt'

Data preparation for UCF11

Very interesting work! I have been trying to re-run UCF11 experiment after reading your paper. I have tried a number of formats to prepare the data to fit load_data API. I believe I am missing some steps. What's the input shape for load_data? (nb_frames, 240, 320, 3) or (nb_frames, 120, 160, 3). I noticed that you mentioned to scale it to 160:120 using ffmpeg. Although the comment in the load_data API says the original 320:240. Perhaps if you would like to share a script for the data preparation that would be great. Alternatively, if you can point to your pickle files location, that would help too. Any help would be highly appreciated. Cheers!

data set process

Hi, i want to know how to process the data set when you do experiment. such as experiment on UCF11 data set, giving the mpg video to the variable "data_path" directly? but i used the video directly, the code was crashed at this_clip = pickle.load(read_in)[0], and I have processed the data set to frame, and resized the image to 160×120×3, it also crashed at there, although generate a sequence of RGB frames of size 160 × 120 from each clip at an fps(frame per second) of 24 in paper, behind the code of crashed, there are some comment says "of shape (nb_frames, 240, 320, 3)", how do i understand it?
as it well, you have processed the mpg video to a tensor like (nb_frames, 240, 320, 3), and use the function pickle.load() to load the processed data?

prepare for UCF11 dataset

Very interesting work! I have been trying to re-run UCF11 experiment after reading your paper. I have tried a number of formats to prepare the data to fit load_data API. I believe I am missing some steps. What's the input shape for load_data? (nb_frames, 240, 320, 3) or (nb_frames, 120, 160, 3). I noticed that you mentioned to scale it to 160:120 using ffmpeg. Although the comment in the load_data API says the original 320:240. Perhaps if you would like to share a script for the data preparation that would be great. Alternatively, if you can point to your pickle files location, that would help too. Any help would be highly appreciated. Cheers!

What is the exact number of frames of each UCF11 clip?

In your paper, you said that you sample 6 random frames in ascending order of each clip as training data. However, in your code, you set GLOBAL_MAX_LEN = 1492, which means that you put the whole clip to the model as input data. I think this will cause different results. I feel uncertain about the presetting. I am looking forward to your reply. Thank you!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.