Code Monkey home page Code Monkey logo

convlstm's People

Contributors

farquasar1 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

convlstm's Issues

The data

Hi, thanks for sharing the code.
where is the data?

package

I can't find the package ugs_utils, and when I run the code, I get the output like this

ImportError: No module named data_preprocessing

which is line 12 in lstm_train_fcn.py.

About the data preparation.

Hi, thanks for the code.
I'm now trying to run the lstm_train_fcn.py script and I have some questions:

  1. I have 2 video sequence named as train.mp4 and train_label.mp4, but I don't know which folder should I put these two videos?
  2. I got an error FileNotFoundError: [Errno 2] No such file or directory: 'splits.txt'. How should I prepare this 'splits.txt'?
    I'd be really appreciated if you can provide some help.

Data augmentation import

Hi there,
how do you install "hal" for data augmentation? it is imported like this,

from hal.augmentation.geometric_transforms import random_rigid_transform, apply_geometric_transform

issue about time distributed maxpooling

Hi @farquasar1 , thanks for the code sharing.

I tried to implement this network to do some 3d image segmentation, my input shape is (80,40,40,3),
which 80 is frame size, 40 and 40 are rows and col, 3 is channels. After I try to run the training, I encounter this problem with the first time distributed(maxpooling) layer.

ValueError: Negative dimension size caused by subtracting 2 from 1 for 'time_distributed_2/MaxPool' (op: 'MaxPool') with input shapes: [?,20,1,24].

Thanks for your time! :D

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.